How To Install kde-config-mobile-networking on Kali Linux
Introduction
In this tutorial we learn how to install kde-config-mobile-networking on Kali Linux.
What is kde-config-mobile-networking
kde-config-mobile-networking is:
This package contains the configuration modules to setup mobile, broadband and Wi-Fi connections.
There are three methods to install kde-config-mobile-networking on Kali Linux. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.
Install kde-config-mobile-networking Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install kde-config-mobile-networking using apt-get by running the following command:
sudo apt-get -y install kde-config-mobile-networkingInstall kde-config-mobile-networking Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install kde-config-mobile-networking using apt by running the following command:
sudo apt -y install kde-config-mobile-networkingInstall kde-config-mobile-networking Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
sudo aptitude updateAfter updating apt database, We can install kde-config-mobile-networking using aptitude by running the following command:
sudo aptitude -y install kde-config-mobile-networkingHow To Uninstall kde-config-mobile-networking on Kali Linux
To uninstall only the kde-config-mobile-networking package we can use the following command:
sudo apt-get remove kde-config-mobile-networkingUninstall kde-config-mobile-networking And Its Dependencies
To uninstall kde-config-mobile-networking and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove kde-config-mobile-networkingRemove kde-config-mobile-networking Configurations and Data
To remove kde-config-mobile-networking configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge kde-config-mobile-networkingRemove kde-config-mobile-networking configuration, data, and all of its dependencies
We can use the following command to remove kde-config-mobile-networking configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge kde-config-mobile-networkingDependencies
kde-config-mobile-networking have the following dependencies:
- plasma-framework
- qml-module-org-kde-kirigami2
- qml-module-qtquick2
- qml-module-qtquick-controls2
- qml-module-qtquick-layouts
- libc6
- libkf5coreaddons5
- libkf5i18n5
- libkf5modemmanagerqt6
- libkf5networkmanagerqt6
- libkf5quickaddons5
- libqt5core5a
- libqt5dbus5
- libqt5network5
- libstdc++6
References
Summary
In this tutorial we learn how to install kde-config-mobile-networking package on Kali Linux using different package management tools: apt, apt-get and aptitude.