PDA

View Full Version : problem when attempting to install new repositories


ab601
July 19th, 2005, 04:01 AM
Hello,

I had encountered a problem after having followed the procedure to install new repositories (in order to add those from
deb ftp://ftp.nerim.net/debian-marillat stable main
deb ftp://ftp.nerim.net/debian-marillat unstable main
deb ftp://ftp.nerim.net/debian-marillat testing main

to be able to install mplayer.)

I made into a console :

sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
sudo gedit /etc/apt/sources.list

I add those repositories and,

gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 1F41B907
gpg --armor --export 1F41B907 | sudo apt-key add -
sudo apt-get update

I restarted then my ununtu, but ince arrived at the brown screen, the cursor processing (like a clock) and half an hour after, nothing more had happened.

I try then an apt-get dist-upgrade in restarting in console

and this time ubuntu coudn't anymore reload the graphical interface.

I changed then my sources.list back to original, and make and update and a dist-upgrade, but it didn't change anything

Furthermore, in trying installing apt-listbugs, I found that it doesn;t allowed me anymore meither to install something, nore to remove it apparently..

Is ther anyone who had previously the same kind of problems? or someone who can help me??

Tanks a lot

hod139
July 29th, 2005, 05:57 PM
Here is my /etc/apt/sources.list

#deb cdrom:[Ubuntu 5.04 _Hoary Hedgehog_ - Release i386 (20050407)]/ hoary main restricted

## Uncomment the following two lines to fetch updated software from the network
deb http://us.archive.ubuntu.com/ubuntu hoary main restricted
deb-src http://us.archive.ubuntu.com/ubuntu hoary main restricted

## Uncomment the following two lines to fetch major bug fix updates produced
## after the final release of the distribution.
deb http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu hoary universe
deb-src http://us.archive.ubuntu.com/ubuntu hoary universe

deb http://security.ubuntu.com/ubuntu hoary-security main restricted
deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted

deb http://security.ubuntu.com/ubuntu hoary-security universe
deb-src http://security.ubuntu.com/ubuntu hoary-security universe

deb http://archive.ubuntu.com/ubuntu hoary multiverse
deb-src http://archive.ubuntu.com/ubuntu hoary multiverse

## Backports
deb http://archive.ubuntu.com/ubuntu hoary-backports main universe multiverse restricted

## Extras
deb http://ubuntu-backports.mirrormax.net/ hoary-extras main universe multiverse restricted

You can try setting yours to the above, and typing apt-get update followed by apt-get upgrade. Mplayer is also in the extras.