Amarok and apt repositories problems

Discussion in 'Linux, BSD and Other OS's' started by carismere, Jan 9, 2007.

  1. carismere

    carismere Geek Trainee

    Likes Received:
    0
    Trophy Points:
    0
    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.

    Code:
    ## Ichthux repository for Amazing Grace
    deb [url=http://archive.ichthux.com/ichthux/]Index of /ichthux[/url] grace main 
    deb-src [url=http://archive.ichthux.com/ichthux/]Index of /ichthux[/url] grace main 
    deb [url=http://ch.archive.ubuntu.com/ubuntu/]Index of /ubuntu[/url] dapper main restricted 
    deb-src [url=http://ch.archive.ubuntu.com/ubuntu/]Index of /ubuntu[/url] 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 [url=http://ch.archive.ubuntu.com/ubuntu/]Index of /ubuntu[/url] dapper-updates main restricted universe 
    deb-src [url=http://ch.archive.ubuntu.com/ubuntu/]Index of /ubuntu[/url] 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 [url=http://ch.archive.ubuntu.com/ubuntu/]Index of /ubuntu[/url] dapper universe 
    deb-src [url=http://ch.archive.ubuntu.com/ubuntu/]Index of /ubuntu[/url] 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 [url=http://ch.archive.ubuntu.com/ubuntu/]Index of /ubuntu[/url] dapper-backports main restricted universe multiverse 
    deb-src [url=http://ch.archive.ubuntu.com/ubuntu/]Index of /ubuntu[/url] dapper-backports main restricted universe multiverse 
    
    deb [url=http://security.ubuntu.com/ubuntu/]Index of /ubuntu[/url] dapper-security main restricted 
    deb-src [url=http://security.ubuntu.com/ubuntu/]Index of /ubuntu[/url] dapper-security main restricted 
    deb [url=http://security.ubuntu.com/ubuntu/]Index of /ubuntu[/url] dapper-security universe 
    deb-src [url=http://security.ubuntu.com/ubuntu/]Index of /ubuntu[/url] dapper-security universe 
    
    Thanks for your help, amara.
    Scott
     
  2. Addis

    Addis The King

    Likes Received:
    91
    Trophy Points:
    48
    What is the exact output when you do
    Code:
    sudo apt-get update
     
  3. carismere

    carismere Geek Trainee

    Likes Received:
    0
    Trophy Points:
    0
    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
     
  4. Addis

    Addis The King

    Likes Received:
    91
    Trophy Points:
    48
    Also, what happens when you do sudo apt-get install libxine-extracodecs?

    Your locking problem seems to be gone.
     
  5. carismere

    carismere Geek Trainee

    Likes Received:
    0
    Trophy Points:
    0
    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
     
  6. megamaced

    megamaced Geek Geek Geek!

    Likes Received:
    0
    Trophy Points:
    36
    You haven't added the multiverse repository. Thats why :)

    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[/COLOR]
    deb-src Index of /ubuntu dapper universe [COLOR="#ff0000"]multiverse[/COLOR]
    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:

    Code:
    sudo aptitude update && sudo aptitude install libxine-extracodecs
     

Share This Page