GetDeb e PlayDeb: repository aggiuntivi per Ubuntu
Questi progetti aumentano la già estesa lista di software (programmi e giochi) installabile su Ubuntu.
La descrizione ufficiale del progetto degli applicativi:
GetDeb is an unofficial project with the mission to provide the latest open source and freeware applications for the current Ubuntu Linux release, in an easy to install manner.
The GetDeb repository extends the official repositories by providing latest versions and new applications. Unlike the official packages, GetDeb packages do not have a predefined release schedule – new software versions are provided as they become available from their authors. There is a short and limited testing phase instead of a full testing cycle to ensure packaging quality, however it is less strict than Ubuntu’s official requirements.
La descrizione ufficiale del progetto dei giochi:
PlayDeb is an unofficial project with the mission to provide the latest open source and freeware games for the current Ubuntu Linux release, in an easy to install manner.
The PlayDeb repository extends the official repositories by providing latest versions and new games. Unlike the official packages, PlayDeb packages do not have a predefined release schedule – new game versions are provided as they become available from their authors.
Per abilitare questi repository ci sono due strade, una automatica e una manuale.
La procedura automatica consiste nello scaricare ed installare i pacchetti predisposti, che al momento in cui scrivo sono i seguenti ( consiglio comunque di passare dal sito per avere le ultime versioni )
http://archive.getdeb.net/install_deb/getdeb-repository_0.1-1~getdeb1_all.deb
http://archive.getdeb.net/install_deb/playdeb_0.3-1~getdeb1_all.deb
Altrimenti serve aggiungere a mano i repository ( per esempio per la versione LTS ), dopo aver creato i rispettivi file .list ( es. getdeb.list e playdeb.list ) sotto /etc/apt/sources.list.d , editiamoli e aggiungiamo nel primo
[plain]deb http://archive.getdeb.net/ubuntu lucid-getdeb apps[/plain]
e nel secondo ( oppure volendo se ne può fare anche uno unico per entrambi )
[plain]deb http://archive.getdeb.net/ubuntu lucid-getdeb games[/plain]
ora serve aggiungere la chiave
[bash]wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -[/bash]
e aggiornare la lista
[bash]sudo apt-get update[/bash]