
1. To add Medibuntu repository, run this in a terminal:
sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list --output-document=/etc/apt/sources.list.d/medibuntu.list
Then add your public key with this command:
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
Now you will have access to more proprietary video codecs like Microsoft WMV:
sudo apt-get install non-free-codecs
or encrypted DVD playback:
sudo apt-get install libdvdcss2
along with popular programs such as Skype:
sudo apt-get install skype
GoogleEarth:
sudo apt-get install googleearth
Mplayer:
sudo apt-get install mplayer
more media formats, etc.. If you want to see the complete list of packages, visit Medibuntu: http://packages.medibuntu.org/jaunty/index.html
2. GetDeb.net Repository
A great source to easily find and install applications is GetDeb. This is not the official repository, but one built by the community. To add a terminal type:
echo "deb http://getdeb.masio.com.mx/ jaunty/" | sudo tee -a /etc/apt/sources.list.d/getdeb.list && sudo apt-get update
Once you add this repository, I recommend Guake if you want to have Quake-like drop-down terminal:
sudo apt-get install guake
Songbird to manage your music
sudo apt-get install songbird
Deluge for managing torrents:
sudo apt-get install deluge-torrent
Shutter as complete screenshots application:
sudo apt-get install shutter
FileZilla FTP:
sudo apt-get install filezilla
It is best to visit their website and decide what interests you.
3. Opera repository
Opera browser does not have an official repository, but you can add this one:
wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
echo "deb http://deb.opera.com/opera etch non-free" | sudo tee -a /etc/apt/sources.list.d/opera.list && sudo apt-get update
then you can install Opera:
sudo apt-get install opera
4. Official Google Repository
wget https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
echo "deb http://dl.google.com/linux/deb/ stable non-free" | sudo tee -a /etc/apt/sources.list.d/google.list
Once the repo has been added, you can install Picasa Google Gadgets onto your Ubuntu Desktop:
sudo apt-get install picasa
sudo apt-get install google-gadgets-gtk
0 comentarii:
Trimiteți un comentariu
Cand lasati comentarii alegeti optiunea NUME/URL Multumesc.