![]() |
As you know,Ubuntu releases new version very rapidly which comes with more new feature and improvement compared with previous release.In this article I will try to give you some basic tips which you need to perform after the installation of Ubuntu in your system.
1.How to update installed drivers and software in Ubuntu
To update the drivers which are already installed in your system you need to execute the following commands,
Firstly open the terminal (Ctrl+Alt+T),
Run the following commands,
$ sudo apt-get update
$ sudo apt-get upgrade
After executing this commands, all installed drivers and software on your system will get updated.
2. How to install VLC media player
Open terminal (Ctrl+Alt+T)
Execute the following commands,
$ sudo add-apt-repository ppa:videolan/stable-daily
$ sudo apt-get update
$ sudo apt-get install mplayer vlc
2. How to install VLC media player
Open terminal (Ctrl+Alt+T)
Execute the following commands,
$ sudo add-apt-repository ppa:videolan/stable-daily
$ sudo apt-get update
$ sudo apt-get install mplayer vlc
3.How to install Multimedia packages
If you don't install multimedia packages in your system then you won't be able to play any audio or video file of any type.
For installing multimedia packages on your system you need to execute the following commands,
Firstly open the terminal (Ctrl+Alt+T),
Run the following commands,
$ sudo apt-get install ubuntu-restricted-extras
4.How to install Skype
Open terminal (Ctrl+Alt+T)Execute the following commands,
$ sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
$ sudo apt-get update
$ sudo apt-get install skype
5.How to install Adobe flash player
Open terminal (Ctrl+Alt+T)
Execute the following commands,
$ sudo apt-get install flashplugin-installer gsfonts-x11
6.How to install Google Chrome
Open terminal (Ctrl+Alt+T)
Execute the following commands,
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
$ sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
$ sudo apt-get update
$ sudo apt-get install google-chrome-stable
7.How to manage Themes,Cursor and Icons
To change default Theme,Cursor and Icons,you need to install a software like GNOME Tweak Tool.
You can install this using following commands ,
Open terminal (Ctrl+Alt+T)
Execute the following commands,
$ sudo apt-get install gnome-tweak-tool
Thank you guys for reading this post,I hope it will help you....






No comments:
Post a Comment