How to Install and Uninstall Applications from Terminal in Ubuntu
If you're new to Ubuntu and you're thinking about that how to install and uninstall software on your OS, then you should read this article. You can install and uninstall software on Ubuntu in two ways: Through command line (Terminal) or...
Table of Contents
Method 1 of 2:
Install Software Using Terminal
MPlayer
-
To install MPlayer, you need to type following command to the Terminal (press Ctrl+Alt+T on your keyboard) or use copy/paste method: sudo apt-get install mplayer (then hit Enter) -
When it asks you for password, don't be confused. The password is that one, which you're using in the Login Screen. Password does not show up in the terminal when you type it. Just type your password and hit Enter. If your password was entered correctly, the action will continue. -
When it asks you do you want to continue, type 'y' (then hit Enter) -
Wait for installation to be completed. After that, if you want to run MPlayer, you need to type following command to the Terminal: mplayer (then hit Enter)
Method 2 of 2:
Uninstall Software Using Terminal
-
To uninstall MPlayer, you need to type following command to the Terminal (press Ctrl+Alt+T on your keyboard) or use copy/paste method: sudo apt-get remove mplayer (then hit Enter) -
When it asks you for password, don't be confused. The password is that one, which you're using in the Login Screen. Password does not show up in the terminal when you type it. Just type your password and hit Enter. If your password was entered correctly, the action will continue. -
When it asks you do you want to continue, type 'y' (then hit Enter) -
Wait for uninstallation to be completed. After that, close your Terminal. That's all.
4 ★ | 1 Vote
Read More
- How to Install Ubuntu Tweak 0.5.1 in Ubuntu
- How to customize Terminal in Ubuntu
- How to Install HandBrake on Ubuntu 14.04
- How to Open a Terminal Window in Ubuntu
- Fix Ubuntu unable to open Terminal error
- 5 interesting Ubuntu Terminal tips that many people don't know.
- 10 software should install on Ubuntu
- 3 ways to listen to the radio via Ubuntu Terminal
- How to Install Skype Using Terminal on Ubuntu
- How to install Ubuntu 26.04 LTS on a PC or laptop
- How to Install Themes in Ubuntu
- How to Install Postman in Ubuntu
- How to install Ubuntu in parallel with Windows using USB
- How to Set Up and Use GPG for Ubuntu