indicator-china-weather command not found

In this troubleshooting guide we learn how to fix indicator-china-weather command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

indicator-china-weather: command not found

or when using sudo you get the following error message

sudo: indicator-china-weather: command not found

Solutions to indicator-china-weather: command not found

How To Fix indicator-china-weather: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu indicator-china-weather is provided by indicator-china-weather package.

indicator-china-weather is:

Kylin Weather displays detail weather information for one place, including weather forecast and observe weather, and you can change it.

To fix this problem, we can install more using the command below.

sudo apt-get -y install indicator-china-weather

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install indicator-china-weather.

sudo apt -y install indicator-china-weather

Or if you have aptitude installed you can use the following command.

sudo aptitude install indicator-china-weather

Summary

In this tutorial we learn how to fix indicator-china-weather command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.