Revision of Software installation from Tue, 08/06/2013 - 15:00

The revisions let you track differences between multiple versions of a post.

Notice: This page is a part of my personal profile page and was not meant for contribution (at least not now). The page may be moved or deleted without prior notice. If you are willing to help, please contact me via my profile contact form. Thank you for your understanding.

This page covers only very basic information about getting the desired software packages properly installed, and the commands contained herein was not properly tested, therefore they should be used only for testing purposes. There are many missing information, e.g. about dealing with the non-free parts, reversing the process (removing the installed packages), basic application setup, and more. This page is still a work in progress and I am not responsible for any damages caused by following the instructions on this page.

PlayOnLinux

Issues: Forces the user to install non-free Microsoft fonts (possible workaround)

sudo add-apt-repository "deb http://deb.playonlinux.com precise main"
sudo sed -i '/deb-src http:\/\/deb.playonlinux.com/d' /etc/apt/sources.list
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys C4676186
sudo apt-get update
sudo apt-get install playonlinux curl

Dolphin-emu

Issues: Depends on the non-free nvidia-cg-toolkit (possible workaround)

sudo add-apt-repository ppa:glennric/dolphin-emu
sudo apt-get update
sudo apt-get install dolphin-emu

PCSX2 (32-bit only)

download link

PCSX-Reloaded

sudo apt-get update
sudo apt-get install pcsxr

DOSBox

sudo apt-get update
sudo apt-get install dosbox

JDownloader

sudo add-apt-repository ppa:jd-team/jdownloader
sudo apt-get update
sudo apt-get install jdownloader-installer
jdownloader
rm -f ~/.jdownloader/tools/linux/unrar/unrar

SMTube

sudo add-apt-repository ppa:rvm/smplayer
sudo apt-get update
sudo apt-get install smtube

DeaDBeeF

sudo add-apt-repository ppa:alexey-smirnov/deadbeef
sudo apt-get update
sudo apt-get install deadbeef

PeerGuardian Linux

sudo add-apt-repository ppa:jre-phoenix
sudo apt-get update
sudo apt-get install pglgui

HandBrake

Issues: Contains the non-free FAAC encoder

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

Jupiter

sudo add-apt-repository ppa:webupd8team/jupiter
sudo apt-get update
sudo apt-get install jupiter

Profile-sync-daemon

sudo add-apt-repository ppa:graysky/utils
sudo apt-get update
sudo apt-get install profile-sync-daemon

f.lux

sudo add-apt-repository ppa:kilian/f.lux
sudo apt-get update
sudo apt-get install fluxgui

libdvdcss

sudo add-apt-repository "deb http://packages.medibuntu.org precise free"
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 0C5A2783
sudo apt-get update
sudo apt-get install libdvdcss2

Prey

wget -rl1 -Adeb http://preyproject.com/releases/current
sudo dpkg -i preyproject.com/releases/current/*.deb
rm -fr preyproject.com

Revisions

08/06/2013 - 14:55
mYself