- How To Install python-appindicator on Ubuntu 18.04
- What is python-appindicator
- Install python-appindicator Using apt-get
- Install python-appindicator Using apt
- Install python-appindicator Using aptitude
- How To Uninstall python-appindicator on Ubuntu 18.04
- Uninstall python-appindicator And Its Dependencies
- Remove python-appindicator Configurations and Data
- Remove python-appindicator configuration, data, and all of its dependencies
- References
- Summary
- How to install python-appindicator On Ubuntu 16.04 Lts? Uninstall and remove python-appindicator Package
- How to install python-appindicator on Ubuntu 16.04?
- How to uninstall/remove python-appindicator from Ubuntu 16.04?
- python-appindicator on Ubuntu 18.04 LTS (Bionic Beaver)
- 2. Uninstall / Remove python-appindicator package
- 3. Details of python-appindicator package
- 4. References on Ubuntu 18.04 LTS (Bionic Beaver)
- 5. The same packages on other Linux Distributions
- python-appindicator on Ubuntu 16.04 LTS (Xenial Xerus)
- 2. Uninstall / Remove python-appindicator package
- 3. Details of python-appindicator package
- 5. The same packages on other Linux Distributions
How To Install python-appindicator on Ubuntu 18.04
In this tutorial we learn how to install python-appindicator on Ubuntu 18.04.
What is python-appindicator
This package provides Python bindings so that you can use libappindicator from a Python program.
There are three ways to install python-appindicator on Ubuntu 18.04. We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.
Install python-appindicator Using apt-get
Update apt database with apt-get using the following command.
After updating apt database, We can install python-appindicator using apt-get by running the following command:
sudo apt-get -y install python-appindicator
Install python-appindicator Using apt
Update apt database with apt using the following command.
After updating apt database, We can install python-appindicator using apt by running the following command:
sudo apt -y install python-appindicator
Install python-appindicator Using aptitude
If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.
After updating apt database, We can install python-appindicator using aptitude by running the following command:
sudo aptitude -y install python-appindicator
How To Uninstall python-appindicator on Ubuntu 18.04
To uninstall only the python-appindicator package we can use the following command:
sudo apt-get remove python-appindicator
Uninstall python-appindicator And Its Dependencies
To uninstall python-appindicator and its dependencies that are no longer needed by Ubuntu 18.04, we can use the command below:
sudo apt-get -y autoremove python-appindicator
Remove python-appindicator Configurations and Data
To remove python-appindicator configuration and data from Ubuntu 18.04 we can use the following command:
sudo apt-get -y purge python-appindicator
Remove python-appindicator configuration, data, and all of its dependencies
We can use the following command to remove python-appindicator configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge python-appindicator
References
Summary
In this tutorial we learn how to install python-appindicator package on Ubuntu 18.04 using different package management tools: apt, apt-get and aptitude.
How to install python-appindicator On Ubuntu 16.04 Lts? Uninstall and remove python-appindicator Package
In this tutorial you will learn how to update and install python-appindicator On Ubuntu 16.04 Lts? Learn how to uninstall and completely remove the package python-appindicator from Ubuntu 16.04 LTS Operating System.
Quick installation of python-appindicator:
Step 2: Install: python-appindicator
Ater updaing the OS run following command to install the packae:
sudo apt-get install python-appindicator
How to install python-appindicator on Ubuntu 16.04?
First of all update your system with the command:
Above command will download the package lists for Ubuntu 16.04 on your system. This will update the list of newest versions of packages and its dependencies on your system.
After downloading the latest package list with the help of above you can run the installation process.
If python-appindicator is not installed on your compter then the command ‘dpkg -L python-appindicator’ will give followin error.
deepak@deepakub16:~$ dpkg -L python-appindicator dpkg-query: package 'python-appindicator' is not installed Use dpkg --info (= dpkg-deb --info) to examine archive files, and dpkg --contents (= dpkg-deb --contents) to list their contents. deepak@deepakub16:~$
After system update use the following command to install python-appindicator:
sudo apt-get install python-appindicator
Above command will confirm before installing the package on your Ubuntu 16.04 Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.
How to uninstall/remove python-appindicator from Ubuntu 16.04?
Now we will see the commands for uninstalling the python-appindicator from Ubuntu 16.04. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.
To remove the python-appindicator following command is used:
sudo apt-get remove python-appindicator
Following command is used to remove the python-appindicator package along with its dependencies:
sudo apt-get remove --auto-remove python-appindicator
This will remove python-appindicator and all its dependent packages which is no longer needed in the system.
Completely removing python-appindicator with all configuration files:
Following command should be used with care as it deletes all the configuration files and data:
sudo apt-get purge python-appindicator
or you can use following command also:
sudo apt-get purge --auto-remove python-appindicator
Above command will remove all the configuration files and data associated with python-appindicator package. You can can’t recover the delete data, so, use this command with care.
Copyright © DevManuals.net 2016
python-appindicator on Ubuntu 18.04 LTS (Bionic Beaver)
Learn how to install python-appindicator package:
2. Uninstall / Remove python-appindicator package
Please follow the guidance below to uninstall python-appindicator package:
3. Details of python-appindicator package
Package: python-appindicator
Architecture: amd64
Version: 12.10.1+18.04.20200408.1-0ubuntu1
Priority: optional
Section: universe/python
Source: libappindicator
Origin: Ubuntu
Maintainer: Ubuntu Desktop Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 54
Provides: python2.7-appindicator
Depends: libappindicator1 (= 12.10.1+18.04.20200408.1-0ubuntu1), libc6 (>= 2.4), libglib2.0-0 (>= 2.35.4), libgtk2.0-0 (>= 2.12.0), python ( = 2.7), python:any (>= 2.6.6-7~), python-gobject
Filename: pool/universe/liba/libappindicator/python-appindicator_12.10.1+18.04.20200408.1-0ubuntu1_amd64.deb
Size: 7824
MD5sum: e8b44ed2394da78d2ff096a9e3ced1cc
SHA1: b3f1df052a051c11aa1d0fd0b47746cee94000e6
SHA256: 21bb55f515ac6526b04ea14c7aa5210fe8fbc8911d332693881c805922ee0315
SHA512: 749b30bb8448450da315bd1d6f210ffd3682ade416eeaefd424e10513719749ae1ace59b123781e238dee6d95da54eaa02588571a3484a32df8622b72266fcd9
Homepage: https://launchpad.net/libappindicator
Description: Python bindings for libappindicator
Description-md5: ddae6e8519270caee1fddd3ab07dcfe5
Python-Version: 2.7
Package: python-appindicator
Architecture: amd64
Version: 12.10.1+18.04.20180322.1-0ubuntu1
Priority: optional
Section: universe/python
Source: libappindicator
Origin: Ubuntu
Maintainer: Ubuntu Desktop Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 54
Provides: python2.7-appindicator
Depends: libappindicator1 (= 12.10.1+18.04.20180322.1-0ubuntu1), libc6 (>= 2.4), libglib2.0-0 (>= 2.35.4), libgtk2.0-0 (>= 2.12.0), python ( = 2.7), python:any (>= 2.6.6-7~), python-gobject
Filename: pool/universe/liba/libappindicator/python-appindicator_12.10.1+18.04.20180322.1-0ubuntu1_amd64.deb
Size: 7820
MD5sum: 156f2665d2212bf4c5d0741f2a3a0630
SHA1: 804f35947d8100651a813223513324caa0926d2d
SHA256: d75d81ba8cb6ff1c96cd4b3196ac35b4113f32887af6d14823d6ffc64a9e89ec
Homepage: https://launchpad.net/libappindicator
Description: Python bindings for libappindicator
Description-md5: ddae6e8519270caee1fddd3ab07dcfe5
Python-Version: 2.7
4. References on Ubuntu 18.04 LTS (Bionic Beaver)
python-aniso8601 (2.0.0-1)
python-antlr3 (3.5.2-1)
python-aodh (6.0.1-0ubuntu1.2)
python-aodhclient (1.0.0-0ubuntu1)
python-aodhclient-doc (1.0.0-0ubuntu1)
python-apipkg (1.4-2)
python-aplpy (1.1.1-1)
python-apns-client (0.1.8-2)
python-apparmor (2.12-4ubuntu5.1)
python-appdirs (1.4.3-1)
python-apport (2.20.9-0ubuntu7.28)
python-apptools (4.3.0-1)
python-apsw (3.16.2-r1-2build2)
python-apt-common (1.6.5ubuntu0.7)
python-apt-doc (1.6.5ubuntu0.7)
python-aptdaemon.gtk3widgets (1.1.1+bzr982-0ubuntu19.5)
5. The same packages on other Linux Distributions
python-appindicator (12.10.1+16.04.20170215-0ubuntu1) Ubuntu 16.04 LTS (Xenial Xerus)
python-appindicator on Ubuntu 16.04 LTS (Xenial Xerus)
This guide covers the steps necessary to install python-appindicator package:
2. Uninstall / Remove python-appindicator package
This guide let you learn how to uninstall python-appindicator package:
3. Details of python-appindicator package
python-anyjson (0.3.3-1build1)
python-aodhclient (0.3.0-2)
python-aodhclient-doc (0.3.0-2)
python-apache-openid (2.0.1-0ubuntu3)
python-apns-client (0.1.8-2)
python-app-catalog-ui (1.0.0-1)
python-apparmor (2.10.95-0ubuntu2.11)
python-application (1.4.1-1)
python-apscheduler (2.1.2-2)
python-apsw (3.8.11.1-r1-1build1)
python-apsw-doc (3.8.11.1-r1-1build1)
python-apt (1.1.0~beta1ubuntu0.16.04.12)
python-apt-dev (1.1.0~beta1ubuntu0.16.04.12)
python-apt-doc (1.1.0~beta1ubuntu0.16.04.12)
python-aptdaemon.gtk3widgets (1.1.1+bzr982-0ubuntu14.5)
5. The same packages on other Linux Distributions
python-appindicator (12.10.1+18.04.20200408.1-0ubuntu1) Ubuntu 18.04 LTS (Bionic Beaver)