How To Install hannah-foo2zjs on Ubuntu 18.04
Introduction
In this tutorial we learn how to install hannah-foo2zjs on Ubuntu 18.04.
What is hannah-foo2zjs
hannah-foo2zjs is:
Hannah is a graphical firmware downloader for the foo2zjs package. You can select one or more firmware(s) from a list, and let hannah download and install them.
With this software you can potentially install non-free software, so beware of that.
There are three methods to install hannah-foo2zjs 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 hannah-foo2zjs Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get update
After updating apt database, We can install hannah-foo2zjs using apt-get by running the following command:
sudo apt-get -y install hannah-foo2zjs
Install hannah-foo2zjs Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install hannah-foo2zjs using apt by running the following command:
sudo apt -y install hannah-foo2zjs
Install hannah-foo2zjs 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 hannah-foo2zjs using aptitude by running the following command:
sudo aptitude -y install hannah-foo2zjs
How To Uninstall hannah-foo2zjs on Ubuntu 18.04
To uninstall only the hannah-foo2zjs package we can use the following command:
sudo apt-get remove hannah-foo2zjs
Uninstall hannah-foo2zjs And Its Dependencies
To uninstall hannah-foo2zjs and its dependencies that are no longer needed by Ubuntu 18.04, we can use the command below:
sudo apt-get -y autoremove hannah-foo2zjs
Remove hannah-foo2zjs Configurations and Data
To remove hannah-foo2zjs configuration and data from Ubuntu 18.04 we can use the following command:
sudo apt-get -y purge hannah-foo2zjs
Remove hannah-foo2zjs configuration, data, and all of its dependencies
We can use the following command to remove hannah-foo2zjs configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge hannah-foo2zjs
References
Summary
In this tutorial we learn how to install hannah-foo2zjs package on Ubuntu 18.04 using different package management tools: apt, apt-get and aptitude.