Ubuntu:Software

From Alexandre Navarro's Wiki

(Difference between revisions)
Jump to: navigation, search
(System Tools)
(Sound and Video)
Line 22: Line 22:
=== Sound and Video ===
=== Sound and Video ===
- 
-
sudo apt-get install \
 
-
ubuntu-restricted-extras \
 
-
vlc
 
sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list && sudo apt-get -q update && sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring && sudo apt-get -q update
sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list && sudo apt-get -q update && sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring && sudo apt-get -q update
sudo apt-get install \
sudo apt-get install \
 +
ubuntu-restricted-extras \
 +
vlc \
non-free-codecs \
non-free-codecs \
libdvdcss2
libdvdcss2

Revision as of 21:29, 20 October 2011

Contents

Cool software on ubuntu

Update

sudo apt-get update


Accessories

Games

Graphics

Internet

sudo apt-get install \
chromium-browser

Office

Programming

sudo apt-get install subversion mercurial git-core

Sound and Video

sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list && sudo apt-get -q update && sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring && sudo apt-get -q update
sudo apt-get install \
ubuntu-restricted-extras \
vlc \
non-free-codecs \
libdvdcss2


sudo add-apt-repository ppa:stebbins/handbrake-releases && sudo apt-get -q update
sudo apt-get install \
handbrake-gtk

System Tools

sudo apt-get install \
compizconfig-settings-manager \
openjdk-7-jre openjdk-7-jdk openjdk-7-doc openjdk-7-source openjdk-7-demo openjdk-7-jre-headless  \
conky \
galternatives \
msttcorefonts \
guake
Personal tools