Skip to content

Instantly share code, notes, and snippets.

@k1000
Last active October 13, 2018 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k1000/3471135 to your computer and use it in GitHub Desktop.
Save k1000/3471135 to your computer and use it in GitHub Desktop.
ubuntu after install
#http://smashingweb.info/things-to-do-after-installing-ubuntu-12-04-for-perfect-desktop/
# scribus
sudo apt-add-repository ppa:scribus/ppa
# inkscape
sudo apt-add-repository ppa:inkscape-nightly/ppa
sudo apt-get update
#
sudo apt-get install inkscape scribus
# essentials
sudo apt-get install vim screen curl
# build essensials
sudo apt-get install build-essential automake autoconf libtool pkg-config
# compresion, codex
sudo apt-get install ubuntu-restricted-extras
# vs
sudo apt-get install git mercurial subversion
# compress
sudo apt-get install p7zip-full p7zip-rar rar unrar
# scaner
sudo apt-get install xsane skanlite libsane-extras
# digikam kipi-plugins
sudo apt-get install kipi-plugins dvlcigikam
# digikam kipi-plugins
echo "deb http://www.deb-multimedia.org stable main non-free" > /etc/apt/sources.list.d/deb-multimedia.org.list
sudo apt-get -q update; apt-get -qy dist-upgrade
sudo apt-get -qqy install ffmpeg
# codex
sudo apt-get install libk3b6-extracodecs
# video codex#
sudo apt-get install libxine1-ffmpeg gxine mencoder mpeg2dec vorbis-tools id3v2 mpg321 mpg123 libflac++6 ffmpeg icedax tagtool easytag id3tool lame libmad0 libjpeg-progs flac faac faad sox ffmpeg2theora libmpeg2-4 uudeview flac libmpeg3-1 mpeg3-utils mpegdemux liba52-0.7.4-dev libquicktime2
sudo apt-get install libavcodec-extra-53
# vlc
sudo apt-get install vlc
# libre office extras
sudo apt-get install libreoffice-pdfimport
# python
sudo apt-get install gettext
sudo apt-get install python-dev python-virtualenv python-mysqldb python-imaging ipython
#
sudo add-apt-repository ppa:cinelerra
sudo apt-get update
sudo apt-get install cinelerra-cv
# mac formatted partitions support
sudo apt-get install hfsprogs
# additional fonts
sudo apt-get install ttf-goudybookletter
@k1000
Copy link
Author

k1000 commented Aug 29, 2012

gimp added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment