How to Install and Uninstall Applications from Terminal in Ubuntu
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
You should read it
- How to Change How Often a Mac Screen Saver Changes
- How to enter and exit Focus Mode in Windows Terminal
- Set a password for the USB
- How to Bypass Windows 7 Password
- 6 ways to fix Windows Terminal not opening error
- How to automatically enter passwords in Android
- How to Browse the Internet Using the Terminal in Linux
- 6 interesting terminal commands on Mac
May be interested
- How to Install Themes in Ubuntuthis wikihow teaches you how to install themes on ubuntu 18.04 lts. many themes from ubuntu's software repositories can be installed in a terminal window. some themes must be manually extracted using archive manager. to apply installed...
- How to Install Postman in Ubuntuthis wikihow teaches you how to install postman on a computer running the ubuntu linux operating system. postman is a tool commonly used by developers to test apis. make sure snap is installed. if you are running ubuntu 16.04 lts or later,...
- How to install Ubuntu in parallel with Windows using USBinstalling ubuntu in parallel with windows 7 and 8 with usb will help users not to waste time writing files to disk, running on many different computers.
- How to Set Up and Use GPG for Ubuntuthese easy instructions will explain how to use gpg crypt via e-mail from ubuntu. it includes setting up the software and sending encrypted information. install gpg. to do this, run terminal and type in 'sudo apt-get install gnupg' and...
- How to install Google Cloud SDK on Ubuntu 20.04the google cloud sdk provides users with the ability to access google cloud via terminal. this is a development toolkit that comes with many commands to help manage resources in google cloud environment.
- How to Uninstall Ubuntu Softwarethis wikihow teaches you how to uninstall software from a computer running ubuntu linux, as well as how to uninstall ubuntu from your computer. if your computer is running both linux and a different operating system, you can erase the...
- How to install dictionaries in Linux Terminala locally stored dictionary utility can really be useful when no other dictionary is available. there are many options in the linux software world. among these, there is an option that runs fairly 'smoothly' from the system terminal, called sdcv.
- 3 ways to quickly remove applications on Windows 11 from your computerthe application was unnecessary or caused a system error. the only fix is to uninstall the app. today i will show you how to uninstall applications on windows 11.
- How to use ChatGPT from Ubuntu Terminal using ShellGPTartificial intelligence has emerged as a phenomenon in the new age. with new features added daily, there's a lot to look forward to.
- How to install Elasticsearch on Ubuntuelasticsearch is a popular search and analytics engine that can be used for a variety of applications including endpoint security and ai/ml research.