How To Install nheko on Debian 10
Introduction
In this tutorial we learn how to install nheko
on Debian 10.
What is nheko
nheko is:
Nheko is a Qt-based chat client for Matrix, an open, federated communications protocol. The motivation behind the project is to provide a native desktop app for Matrix that feels more like a mainstream chat app and less like an IRC client.
There are three methods to install nheko
on Debian 10. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install nheko Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install nheko
using apt-get
by running the following command:
Install nheko Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install nheko
using apt
by running the following command:
Install nheko 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.
After updating apt database, We can install nheko
using aptitude
by running the following command:
How To Uninstall nheko on Debian 10
To uninstall only the nheko
package we can use the following command:
Uninstall nheko And Its Dependencies
To uninstall nheko
and its dependencies that are no longer needed by Debian 10, we can use the command below:
Remove nheko Configurations and Data
To remove nheko
configuration and data from Debian 10 we can use the following command:
Remove nheko configuration, data, and all of its dependencies
We can use the following command to remove nheko
configurations, data and all of its dependencies, we can use the following command:
Dependencies
nheko have the following dependencies:
- libboost-atomic1.67.0
- libboost-chrono1.67.0
- libboost-date-time1.67.0
- libboost-iostreams1.67.0
- libboost-random1.67.0
- libboost-regex1.67.0
- libboost-system1.67.0
- libboost-thread1.67.0
- libc6
- libcmark0
- libgcc1
References
Summary
In this tutorial we learn how to install nheko
package on Debian 10 using different package management tools: apt
, apt-get
and aptitude
.