How To Install ho22bus on Debian 9

In this tutorial we learn how to install ho22bus on Debian 9. ho22bus is simple application to memorize words

Introduction

In this tutorial we learn how to install ho22bus on Debian 9.

What is ho22bus

ho22bus is:

This application is for second language learners to memorize words. It is user-friendly and light-weighted.

Features included:

  • New words collection
  • Multi-dictionary support
  • Games to help memorizing

There are three methods to install ho22bus on Debian 9. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install ho22bus Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install ho22bus using apt-get by running the following command:

sudo apt-get -y install ho22bus

Install ho22bus Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install ho22bus using apt by running the following command:

sudo apt -y install ho22bus

Install ho22bus 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 Debian. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install ho22bus using aptitude by running the following command:

sudo aptitude -y install ho22bus

How To Uninstall ho22bus on Debian 9

To uninstall only the ho22bus package we can use the following command:

sudo apt-get remove ho22bus

Uninstall ho22bus And Its Dependencies

To uninstall ho22bus and its dependencies that are no longer needed by Debian 9, we can use the command below:

sudo apt-get -y autoremove ho22bus

Remove ho22bus Configurations and Data

To remove ho22bus configuration and data from Debian 9 we can use the following command:

sudo apt-get -y purge ho22bus

Remove ho22bus configuration, data, and all of its dependencies

We can use the following command to remove ho22bus configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge ho22bus

Dependencies

ho22bus have the following dependencies:

References

Summary

In this tutorial we learn how to install ho22bus package on Debian 9 using different package management tools: apt, apt-get and aptitude.