Révision de Software installation du mer, 08/07/2013 - 17:58

Les révisions vous permettent de suivre les différences entre plusieurs versions d’un message.

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.

Terasology

download link

0 A.D.

sudo add-apt-repository ppa:wfg/0ad
sudo apt-get update
sudo apt-get install 0ad

Xonotic

download link

Battle for Wesnoth

sudo add-apt-repository ppa:vincent-c/wesnoth
sudo apt-get update
sudo apt-get install wesnoth-1.10 wesnoth-1.10-music

FlightGear

TODO

Return to Castle Wolfenstein

download link

ResidualVM

download link

GemRB

TODO

ScummVM

download link

Katawa Shoujo

download link

Fish Fillets

sudo apt-get update
sudo apt-get install fillets-ng fillets-ng-data-cs

Ortho Robot

download link

Mari0

download link

Brutal Doom

download link

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

Issues: Automatically downloads the non-free UnRAR during every update (possible workaround)

sudo add-apt-repository ppa:jd-team/jdownloader
sudo apt-get update
sudo apt-get --no-install-recommends install jdownloader-installer

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

Révisions

08/06/2013 - 14:55
mYself