Ways to install packages on Ubuntu:
Advertisements
There are three way to install a software in Ubuntu
- Terminal
- Synaptic Package Manager
- Ubuntu Software Center
Following are the guide line to install a VLC player in Ubuntu
Terminal:
Open a Terminal by using Ctrl+Alt+T or Applications->Accessories->Terminal. You need to have root access to install a software.
Advertisements
There are two ways:
1) To install a software as normal user, use “sudo” before the command. Type the password for the user, when prompted. Remember the user must be in sudoers list.
sudo apt-get install vlc
2) To install as root user, type the following and enter the password for root, when prompted.
user@user$ su - Password: root@user$ apt-get install vlc
Synaptic Package Manager:
Open Synaptic Package Manager by selecting System->Administration->Synaptic Package Manager, then type VLC in quick search box. Packages related to VLC will be listed here. Select VLC from the package list and choose “mark for installation” option then click apply.
Ubuntu Software Center:
Open Ubuntu Software Center by selecting Applications->Ubuntu Software Center, then type VLC in search bar. VLC player and some related packages will be listed, select VLC and click install.
Thats it, you have successfully installed VLC player and is ready to use!