How To Install libatk-bridge2.0-0 on Ubuntu 20.04
Introduction
In this tutorial we learn how to install libatk-bridge2.0-0 on Ubuntu 20.04.
What is libatk-bridge2.0-0
libatk-bridge2.0-0 is:
This package contains the ATK bridge shared library. Task: ubuntu-desktop-minimal, ubuntu-desktop, kubuntu-desktop, xubuntu-core, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop-core, ubuntustudio-desktop, ubuntukylin-desktop, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-budgie-desktop
Package: libatk-bridge2.0-0 Architecture: amd64 Version: 2.34.1-3 Multi-Arch: same Priority: optional Section: libs Source: at-spi2-atk Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian Accessibility Team [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 242 Depends: libatk1.0-0 (>= 2.33.3+really2.33.3), libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.7), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.41.1) Filename: pool/main/a/at-spi2-atk/libatk-bridge2.0-0_2.34.1-3_amd64.deb Size: 58336 MD5sum: 2044ff92157afee67f60b8e631af1028 SHA1: 74e75e6efa034a1bf0c56f3d87eb86f80fdaeb18 SHA256: 23de7db83775975307ef0f980217bf8d711509e643b40cdf6c6f34fd8fca5a9a Homepage: https://wiki.gnome.org/Accessibility Description-en: AT-SPI 2 toolkit bridge - shared library This package contains the ATK bridge shared library. Task: ubuntu-desktop-minimal, ubuntu-desktop, kubuntu-desktop, xubuntu-core, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop-core, ubuntustudio-desktop, ubuntukylin-desktop, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-budgie-desktop
There are three methods to install libatk-bridge2.0-0 on Ubuntu 20.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 libatk-bridge2.0-0 Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get update
After updating apt database, We can install libatk-bridge2.0-0 using apt-get by running the following command:
sudo apt-get -y install libatk-bridge2.0-0
Install libatk-bridge2.0-0 Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install libatk-bridge2.0-0 using apt by running the following command:
sudo apt -y install libatk-bridge2.0-0
Install libatk-bridge2.0-0 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.
sudo aptitude update
After updating apt database, We can install libatk-bridge2.0-0 using aptitude by running the following command:
sudo aptitude -y install libatk-bridge2.0-0
How To Uninstall libatk-bridge2.0-0 on Ubuntu 20.04
To uninstall only the libatk-bridge2.0-0 package we can use the following command:
sudo apt-get remove libatk-bridge2.0-0
Uninstall libatk-bridge2.0-0 And Its Dependencies
To uninstall libatk-bridge2.0-0 and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:
sudo apt-get -y autoremove libatk-bridge2.0-0
Remove libatk-bridge2.0-0 Configurations and Data
To remove libatk-bridge2.0-0 configuration and data from Ubuntu 20.04 we can use the following command:
sudo apt-get -y purge libatk-bridge2.0-0
Remove libatk-bridge2.0-0 configuration, data, and all of its dependencies
We can use the following command to remove libatk-bridge2.0-0 configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libatk-bridge2.0-0
References
Summary
In this tutorial we learn how to install libatk-bridge2.0-0 package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.