cborga1985
December 16th, 2006, 02:01 AM
Old thread but this still works for those who can't use beta 6.
Instructions for i386(Dapper,Edgy)
Add Debuntu to your sources
sudo gedit /etc/apt/sources.list
Add this to the bottom of the file
For Dapper:
#Debuntu Repo
deb http://repository.debuntu.org/ dapper multiverse
deb-src http://repository.debuntu.org/ dapper multiverse
For Edgy:
#Debuntu Repo
deb http://repository.debuntu.org/ edgy multiverse
deb-src http://repository.debuntu.org/ edgy multiverse
Now save the file
Add Debuntu as a trusted source
cd ~
wget http://repository.debuntu.org/GPG-Key-chantra.txt
sudo apt-key add GPG-Key-chantra.txt
rm GPG-Key-chantra.txt
Update Apt
sudo apt-get update
Install Gaim
sudo apt-get install gaim gaim-data
Type Y when it asks you to install the dependencies.
Instructions to revert back to older version.
Step 1: Remove Debuntu repository and Update Apt.
sudo gedit /etc/apt/sources.list
Remove debuntu line and save file.
sudo apt-get update
Step 2: Force Gaim to remove.
sudo dpkg -P --force-all gaim gaim-data gaim-dbg gaim-dev
Step 3: Reinstall Gaim which will also fix depends.
sudo apt-get -f install
Instructions for i386(Dapper,Edgy)
Add Debuntu to your sources
sudo gedit /etc/apt/sources.list
Add this to the bottom of the file
For Dapper:
#Debuntu Repo
deb http://repository.debuntu.org/ dapper multiverse
deb-src http://repository.debuntu.org/ dapper multiverse
For Edgy:
#Debuntu Repo
deb http://repository.debuntu.org/ edgy multiverse
deb-src http://repository.debuntu.org/ edgy multiverse
Now save the file
Add Debuntu as a trusted source
cd ~
wget http://repository.debuntu.org/GPG-Key-chantra.txt
sudo apt-key add GPG-Key-chantra.txt
rm GPG-Key-chantra.txt
Update Apt
sudo apt-get update
Install Gaim
sudo apt-get install gaim gaim-data
Type Y when it asks you to install the dependencies.
Instructions to revert back to older version.
Step 1: Remove Debuntu repository and Update Apt.
sudo gedit /etc/apt/sources.list
Remove debuntu line and save file.
sudo apt-get update
Step 2: Force Gaim to remove.
sudo dpkg -P --force-all gaim gaim-data gaim-dbg gaim-dev
Step 3: Reinstall Gaim which will also fix depends.
sudo apt-get -f install