To get any application removed using the command line (terminal) you have to know something first, which is the exact name of that package/application/program.
How to know what are the installed packages/applications on your system with their exact names:
- Open the terminal.
- Enter the following command:-
sudo apt list --installed
- Now, you gonna have a list of all the installed packages on your system.
- Search for the package you were looking for to uninstall or remove, to know its exact name.
How to remove the package/application:
- After finding the exact name of the package you want to remove.
- Apply the following command, with changing the package name:-
sudo apt remove package-name-here
*Make sure to change "package-name-here" to the package name you found earlier.
إرسال تعليق
Please ask whatever you need.