How to install iceweasel-l10n-vi in debian
To install iceweasel-l10n-vi at Debian Jessie execute the following commands on your pc terminal:
1. We execute this command to update the list of available packages and all their versions
1. We execute this command to update the list of available packages and all their versions
sudo apt-get update2. With this command we will proceed to install the package
sudo apt-get install iceweasel-l10n-vi3. To check if you have successfully installed the package, you can list all installed packages with the following command
dpkg -l iceweasel-l10n-viIn case of an error, we recommend you to execute the following command to clean the cache and repeat the installation from step number 1
sudo apt-get clean
How to uninstall iceweasel-l10n-vi in debian
When it comes to uninstalling a package, we have 3 different ways to do it:
1. Uninstall the package only iceweasel-l10n-vi
To check that the package iceweasel-l10n-vi has been completely uninstalled, we can execute the following command
1. Uninstall the package only iceweasel-l10n-vi
sudo apt-get remove iceweasel-l10n-vi2. Uninstall the package iceweasel-l10n-vi and its dependencies
sudo apt-get autoremove iceweasel-l10n-vi3. Clean the registry (purge) from the package
sudo apt-get purge iceweasel-l10n-vi4. Execute all the previous steps in a single command
sudo apt-get autoremove --purge iceweasel-l10n-vi
To check that the package iceweasel-l10n-vi has been completely uninstalled, we can execute the following command
dpkg -l iceweasel-l10n-viAfter running this series of commands, we should have completely removed the package iceweasel-l10n-vi
Package Information
Distro | Debian 8 (Jessie) |
---|---|
Section | Main |
Package name | iceweasel-l10n-vi |
Version | 1:38.7.1esr-1~deb8u1 |
Sub section | localization |
Responsible | Maintainers of Mozilla-related packages |
Information about the commands used
This is a brief explanation of the function of the commands used in the installation and uninstallation package iceweasel-l10n-vi:
- apt get update: this command does not install any packages or any dependencies on them. it simply updates the list of available packages and the updates available to them.
- apt get install iceweasel-l10n-vi: the command apt-get install checks the dependencies of the package we want to install, downloads the package, verifies it and then passes the execution to the dpkg command to install it.
- dpkg l iceweasel-l10n-vi: with this command we list all the packages installed on our computer. by including the name of the package at the end of the command, we can filter for results that contain only that string.
- sudo apt get clean: this command deletes all packages that are in the computer's cache. that is, the packages that were downloaded but never installed or the dependencies that were left in the cache after a new package was installed.
- sudo apt get remove iceweasel-l10n-vi: this command deletes a package installed on our computer but keeps all the configuration files of the package. this is done so that if we want to reinstall the same package on a photo, the settings we would have made are preserved.
- sudo apt get autoremove iceweasel-l10n-vi: this command deletes orphaned or unused packages and dependencies that remain installed after an application has been installed and then removed.
- sudo apt get purge iceweasel-l10n-vi: we use this command to not only remove the package, but also to remove all the configuration files and their properties. we use this command to completely remove a package from the system.
- sudo apt get autoremove purg iceweasel-l10n-vie: we use this command to completely remove a package and all configuration files from it. this is the best way to completely remove a package from your computer.