How to Install and Uninstall Applications from Terminal in Ubuntu

Method 1 of 2:

Install Software Using Terminal

MPlayer

  1. How to Install and Uninstall Applications from Terminal in Ubuntu Picture 1
    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)
  2. How to Install and Uninstall Applications from Terminal in Ubuntu Picture 2
    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.
  3. How to Install and Uninstall Applications from Terminal in Ubuntu Picture 3
    When it asks you do you want to continue, type 'y' (then hit Enter)
  4. How to Install and Uninstall Applications from Terminal in Ubuntu Picture 4
    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

  1. How to Install and Uninstall Applications from Terminal in Ubuntu Picture 5
    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)
  2. How to Install and Uninstall Applications from Terminal in Ubuntu Picture 6
    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.
  3. How to Install and Uninstall Applications from Terminal in Ubuntu Picture 7
    When it asks you do you want to continue, type 'y' (then hit Enter)
  4. How to Install and Uninstall Applications from Terminal in Ubuntu Picture 8
    Wait for uninstallation to be completed. After that, close your Terminal. That's all.
4 ★ | 1 Vote

May be interested

  • How to Install Themes in UbuntuHow to Install Themes in Ubuntu
    this 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 UbuntuHow to Install Postman in Ubuntu
    this 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 USBHow to install Ubuntu in parallel with Windows using USB
    installing 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 UbuntuHow to Set Up and Use GPG for Ubuntu
    these 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.04How to install Google Cloud SDK on Ubuntu 20.04
    the 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 SoftwareHow to Uninstall Ubuntu Software
    this 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 TerminalHow to install dictionaries in Linux Terminal
    a 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 computer3 ways to quickly remove applications on Windows 11 from your computer
    the 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 ShellGPTHow to use ChatGPT from Ubuntu Terminal using ShellGPT
    artificial 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 UbuntuHow to install Elasticsearch on Ubuntu
    elasticsearch is a popular search and analytics engine that can be used for a variety of applications including endpoint security and ai/ml research.