Shitload of useful apt-get libraries (Debian)

Kippykip

CEO of cancelled
cringge
Since nearly every fucking thing I install on debian is missing some fucking dependency, here's a massive chunk of stuff.
Open the Root Terminal and use this:

Code:
apt-get install autoconf automake autopoint autotools-dev bison build-essential cabextract ccache cmake curl cvs default-jre fp-compiler freeglut3 freeglut3-dev gawk gcc gdc gettext git-core gperf icoutils intltool libao-dev libasound2-dev libass-dev libavahi-client-dev libavahi-common-dev libavcodec-dev libavfilter-dev libavformat-dev libavutil-dev libbluetooth-dev libbluray-dev libbluray1 libboost-dev libboost-thread-dev libbz2-dev libcap-dev libcdio-dev libcec-dev libcrystalhd-dev libcrystalhd3  libcurl3 libcwiid-dev libcwiid1 libdbus-1-dev libgd-dev libegl1-mesa-dev libenca-dev libflac-dev libfontconfig-dev libfreetype6-dev libfribidi-dev libgtk3.0 libgif-dev libgl1-mesa-dev libglew-dev libglu-dev libglu1-mesa-dev libgtk-3-dev libiso9660-dev libjasper-dev libjpeg-dev libltdl-dev liblua5.1 liblzo2-dev libmad0-dev libmicrohttpd-dev libmodplug-dev libmp3lame-dev libmpcdec-dev libmpeg2-4-dev libmpeg3-dev libmysqlclient-dev libnfs-dev libogg-dev libopenal-dev libpcre3-dev libplist-dev libpng-dev libpng12-dev libpostproc-dev libpulse-dev libsamplerate-dev libsdl-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl1.2-dev libsdl2-dev libshairport-dev libsmbclient-dev libsqlite3-dev libssh-dev libssl-dev libswscale-dev libtag1-dev libtiff-dev libtinyxml-dev libtool libudev-dev libusb-dev libva-dev libva-egl1 libva-tpi1 libvdpau-dev libvorbisenc2 libxml2-dev libxmu-dev libxrandr-dev libxrender-dev libxslt1-dev libxt-dev libxtst-dev libxv-dev libyajl-dev lsb-release make mesa-utils nasm pmount python python-dev python-imaging python-sqlite python-support python-wxtools python3 subversion swig unrar-free unzip uuid-dev yasm zip zlib1g-dev

Also thought I'd mention, you can sometimes get away with typing "apt-get -f install" and it'll install the missing ones for you. Most of the time not though.
 
Last edited:

Kippykip

CEO of cancelled
cringge
GUI .DEB installer
Code:
sudo apt-get install gdebi

GUI WIFI editor for (xfce4 etc)
Code:
sudo apt-get install wicd

Better archive format support (like .7z files etc)
Code:
sudo apt-get install p7zip p7zip-full

unecm/ecm tools (for pirated PS1 games)
Code:
sudo apt-get install ecm
 
Last edited:
Top