Amarok and apt repositories problems

I am trying to get mp3s to work with Amarok. However, I have run into problems when I added the multiverse repositories. Now Adept doesn’t load up. As well, I still cannot find the libxine-extracodes.

The following is my /etc/apt/sources.list file.

## Ichthux repository for Amazing Grace
deb [Index of /ichthux](http://archive.ichthux.com/ichthux/) grace main 
deb-src [Index of /ichthux](http://archive.ichthux.com/ichthux/) grace main 
deb [Index of /ubuntu](http://ch.archive.ubuntu.com/ubuntu/) dapper main restricted 
deb-src [Index of /ubuntu](http://ch.archive.ubuntu.com/ubuntu/) dapper main restricted 

## Major bug fix updates produced after the final release of the
## distribution.
## In Ichthux, we add universe to the default updates
deb [Index of /ubuntu](http://ch.archive.ubuntu.com/ubuntu/) dapper-updates main restricted universe 
deb-src [Index of /ubuntu](http://ch.archive.ubuntu.com/ubuntu/) dapper-updates main restricted universe  

## 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.
## The Ubuntu universe repository is activated by default in Ichthux
## because of the software Ichthux installs are from Universe.
deb [Index of /ubuntu](http://ch.archive.ubuntu.com/ubuntu/) dapper universe 
deb-src [Index of /ubuntu](http://ch.archive.ubuntu.com/ubuntu/) dapper universe 

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb [Index of /ubuntu](http://ch.archive.ubuntu.com/ubuntu/) dapper-backports main restricted universe multiverse 
deb-src [Index of /ubuntu](http://ch.archive.ubuntu.com/ubuntu/) dapper-backports main restricted universe multiverse 

deb [Index of /ubuntu](http://security.ubuntu.com/ubuntu/) dapper-security main restricted 
deb-src [Index of /ubuntu](http://security.ubuntu.com/ubuntu/) dapper-security main restricted 
deb [Index of /ubuntu](http://security.ubuntu.com/ubuntu/) dapper-security universe 
deb-src [Index of /ubuntu](http://security.ubuntu.com/ubuntu/) dapper-security universe 

Thanks for your help, amara.
Scott

What is the exact output when you do sudo apt-get update

Get:1 Index of / dapper Release.gpg [189B]
Get:2 Index of / dapper-updates Release.gpg [191B]
Get:3 Index of / dapper-backports Release.gpg [191B]
Hit Index of / dapper Release
Hit Index of / dapper-updates Release
Hit Index of / dapper-backports Release
Hit Index of / dapper/main Packages
Hit Index of / dapper/restricted Packages
Hit Index of / dapper/main Sources
Hit Index of / dapper/restricted Sources
Hit Index of / dapper/universe Packages
Hit Index of / dapper/universe Sources
Hit Index of / dapper-updates/main Packages
Hit Index of / dapper-updates/restricted Packages
Hit Index of / dapper-updates/universe Packages
Hit Index of / dapper-updates/main Sources
Hit Index of / dapper-updates/restricted Sources
Hit Index of / dapper-updates/universe Sources
Hit Index of / dapper-backports/main Packages
Hit Index of / dapper-backports/restricted Packages
Hit Index of / dapper-backports/universe Packages
Hit Index of / dapper-backports/multiverse Packages
Hit Index of / dapper-backports/main Sources
Hit Index of / dapper-backports/restricted Sources
Hit Index of / dapper-backports/universe Sources
Hit Index of / dapper-backports/multiverse Sources
Get:4 Index of / dapper-security Release.gpg [191B]
Get:5 Ichthux packages grace Release.gpg [191B]
Hit Index of / dapper-security Release
Hit Index of / dapper-security/main Packages
Hit Ichthux packages grace Release
Hit Index of / dapper-security/restricted Packages
Hit Index of / dapper-security/main Sources
Ign Ichthux packages grace/main Packages
Hit Index of / dapper-security/restricted Sources
Hit Index of / dapper-security/universe Packages
Hit Index of / dapper-security/universe Sources
Ign Ichthux packages grace/main Sources
Hit Ichthux packages grace/main Packages
Hit Ichthux packages grace/main Sources
Fetched 5B in 7s (1B/s)
Reading package lists… Done

Also, what happens when you do sudo apt-get install libxine-extracodecs?

Your locking problem seems to be gone.

I get this message:

Reading package lists… Done
Building dependency tree… Done
Package libxine-extracodecs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libxine-extracodecs has no installation candidate

You haven’t added the multiverse repository. Thats why :slight_smile:

[CODE]## 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.

The Ubuntu universe repository is activated by default in Ichthux

because of the software Ichthux installs are from Universe.

deb Index of /ubuntu dapper universe [COLOR=“Red”]multiverse
deb-src Index of /ubuntu dapper universe [COLOR=“#ff0000”]multiverse[/CODE]

I’ve put multiverse where it should be in red. Read the ‘Getting the Most From Ubuntu’ sticky in this forum for more information

Then run:

sudo aptitude update && sudo aptitude install libxine-extracodecs