How To Install parl-desktop-eu on Kali Linux
Introduction
In this tutorial we learn how to install parl-desktop-eu on Kali Linux.
What is parl-desktop-eu
parl-desktop-eu is:
This metapackage provides a DebianParl/desktop profile for use within the European Union.
DebianParl/desktop establish a desktop/laptop environment for parliamentary work.
DebianParl is a subset of Debian for use by parliamentarians, politicians and their staffers all around the world.
There are three methods to install parl-desktop-eu 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 parl-desktop-eu Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install parl-desktop-eu using apt-get by running the following command:
sudo apt-get -y install parl-desktop-euInstall parl-desktop-eu Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install parl-desktop-eu using apt by running the following command:
sudo apt -y install parl-desktop-euInstall parl-desktop-eu 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 parl-desktop-eu using aptitude by running the following command:
sudo aptitude -y install parl-desktop-euHow To Uninstall parl-desktop-eu on Kali Linux
To uninstall only the parl-desktop-eu package we can use the following command:
sudo apt-get remove parl-desktop-euUninstall parl-desktop-eu And Its Dependencies
To uninstall parl-desktop-eu and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove parl-desktop-euRemove parl-desktop-eu Configurations and Data
To remove parl-desktop-eu configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge parl-desktop-euRemove parl-desktop-eu configuration, data, and all of its dependencies
We can use the following command to remove parl-desktop-eu configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge parl-desktop-euDependencies
parl-desktop-eu have the following dependencies:
- parl-desktop
- firefox-esr-l10n-bg
- firefox-esr-l10n-cs
- firefox-esr-l10n-da
- firefox-esr-l10n-de
- firefox-esr-l10n-el
- firefox-esr-l10n-en-gb
- firefox-esr-l10n-es-es
- firefox-esr-l10n-et
- firefox-esr-l10n-fi
- firefox-esr-l10n-fr
- firefox-esr-l10n-ga-ie
- firefox-esr-l10n-hr
- firefox-esr-l10n-hu
- firefox-esr-l10n-it
- firefox-esr-l10n-lt
- firefox-esr-l10n-nl
- firefox-esr-l10n-pl
- firefox-esr-l10n-pt-pt
- firefox-esr-l10n-ro
- firefox-esr-l10n-sk
- firefox-esr-l10n-sl
- firefox-esr-l10n-sv-se
- hunspell-bg
- hunspell-cs
- hunspell-de-at
- hunspell-de-ch
- hunspell-de-de
- hunspell-el
- hunspell-en-gb
- hunspell-es
- hunspell-fr-classical
- hunspell-hr
- hunspell-hu
- hunspell-it
- hunspell-lt
- hunspell-lv
- hunspell-nl
- hunspell-pl
- hunspell-pt-pt
- hunspell-ro
- hunspell-sk
- hunspell-sl
- hunspell-sv
- hyphen-da
- hyphen-de
- hyphen-en-gb
- ibritish
- ibulgarian
- iczech
- idanish
- idutch
- iestonian
- ifrench
- ihungarian
- iirish
- iitalian
- ilithuanian
- ingerman
- ipolish
- iportuguese
- ispanish
- iswedish
- libreoffice-l10n-bg
- libreoffice-l10n-cs
- libreoffice-l10n-da
- libreoffice-l10n-de
- libreoffice-l10n-el
- libreoffice-l10n-en-gb
- libreoffice-l10n-es
- libreoffice-l10n-et
- libreoffice-l10n-fi
- libreoffice-l10n-fr
- libreoffice-l10n-hr
- libreoffice-l10n-hu
- libreoffice-l10n-it
- libreoffice-l10n-lt
- libreoffice-l10n-lv
- libreoffice-l10n-nl
- libreoffice-l10n-pl
- libreoffice-l10n-pt
- libreoffice-l10n-ro
- libreoffice-l10n-sk
- libreoffice-l10n-sl
- libreoffice-l10n-sv
- manpages-de
- myspell-da
- myspell-et
- myspell-ga
- thunderbird-l10n-bg
- thunderbird-l10n-cs
- thunderbird-l10n-da
- thunderbird-l10n-de
- thunderbird-l10n-el
- thunderbird-l10n-en-gb
- thunderbird-l10n-es-es
- thunderbird-l10n-et
- thunderbird-l10n-fi
- thunderbird-l10n-fr
- thunderbird-l10n-ga-ie
- thunderbird-l10n-hr
- thunderbird-l10n-hu
- thunderbird-l10n-it
- thunderbird-l10n-lt
- thunderbird-l10n-nl
- thunderbird-l10n-pl
- thunderbird-l10n-pt-pt
- thunderbird-l10n-ro
- thunderbird-l10n-sk
- thunderbird-l10n-sl
- thunderbird-l10n-sv-se
- tmispell-voikko
- wbritish
- wbulgarian
- wdanish
- wdutch
- wfrench
- witalian
- wngerman
- wpolish
- wportuguese
- wspanish
- wswedish
References
Summary
In this tutorial we learn how to install parl-desktop-eu package on Kali Linux using different package management tools: apt, apt-get and aptitude.