Maven Lite Uninstallation on Debian and its Derivatives
- Voir la documentation Française
- See the PDF documentation
Table of Contents
Automatic Uninstallation of Maven Lite - Debian (Recommended)
- First method
-
Execute the following command
mvnl-uninstall
-
- Second method
-
Execute the following command
sudo dpkg -r mvnl
-
Manual Uninstallation of Maven Lite - Debian
-
Delete the
/usr/local/etc/maven-lite
foldersudo rm -r /usr/local/etc/maven-lite
-
Delete the shell files
sudo rm /usr/local/bin/mvnl /usr/local/bin/mvnl-uninstall
-
Delete the manual pages
sudo rm /usr/local/man/fr/man1/mvnl.1.gz /usr/local/man/en/man1/mvnl.1.gz