PDF download Download Article
In-depth guide to application installation in Ubuntu
PDF download Download Article

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 with Ubuntu Software Center.

In this article, you will see you how to install and uninstall software on Ubuntu using Terminal.

Method 1
Method 1 of 2:

Install Software Using Terminal

PDF download Download Article

MPlayer

  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. 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. After that, if you want to run MPlayer, you need to type following command to the Terminal: mplayer (then hit Enter)
  4. Advertisement
Method 2
Method 2 of 2:

Uninstall Software Using Terminal

PDF download Download Article
  1. 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. 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. After that, close your Terminal. That's all.
  4. Advertisement

Community Q&A

Search
Add New Question
  • Question
    When installing a program using terminal do I have to be a superuser?
    Somone
    Community Answer
    Not always, but most programs need you to add 'sudo' prior to the command, essentially making you superuser.
Ask a Question
      Advertisement

      Video

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!

      About This Article

      Article Summary X

      1. Run sudo apt-get update .
      2. Run sudo apt-get install packagename .
      3. Use sudo apt-get remove packagename to uninstall.

      Did this summary help you?
      Thanks to all authors for creating a page that has been read 184,112 times.

      Is this article up to date?

      Advertisement