Announcement

Collapse
No announcement yet.

upgrade went well but is source list correct then

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    upgrade went well but is source list correct then

    I am not getting my source list to allow me to play mp3, how should it read then?

    this is how I have changed it but it is probably wrong



    deb http://ch.archive.ubuntu.com/ubuntu/ edgy main restricted
    deb-src http://ch.archive.ubuntu.com/ubuntu/ edgy main restricted

    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://ch.archive.ubuntu.com/ubuntu/ edgy-updates main restricted
    deb-src http://ch.archive.ubuntu.com/ubuntu/ edgy-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://ch.archive.ubuntu.com/ubuntu/ edgy universe multiverse
    # deb-src http://ch.archive.ubuntu.com/ubuntu/ edgy universe multiverse

    ## 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 http://ch.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
    # deb-src http://ch.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse

    deb http://security.ubuntu.com/ubuntu edgy-security main restricted
    deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted
    # deb http://security.ubuntu.com/ubuntu edgy-security universe multiverse
    # deb-src http://security.ubuntu.com/ubuntu edgy-security universe multiverse



    please let me know if this is written wrong then, thanks
    every day is a gift

    #2
    Re: upgrade went well but is source list correct then

    Any line in your sources.list which starts with a deb or deb-src should have the # removed from in front of it.

    Then, in command line, do

    sudo apt-get update

    sudo apt-get upgrade

    You should then be able to find the necessarys.

    HTH

    Lowey
    I wish I was the man my dog thinks I am.<br /><br />Registered Linux User No. 402825

    Comment


      #3
      Re: upgrade went well but is source list correct then

      Alternatively, just try to play an mp3 file in Amarok. It SHOULD then pop up a box asking you if you want to install the mp3 SW. If you then click "yes", you should be all set.

      You may also want to take a look at https://help.ubuntu.com/community/RestrictedFormats and https://help.ubuntu.com/community/RestrictedFormats/MP3 for details.

      Comment


        #4
        Re: upgrade went well but is source list correct then

        It should look like this.


        Code:
        deb [url]http://ch.archive.ubuntu.com/ubuntu/[/url] edgy main restricted
        deb-src [url]http://ch.archive.ubuntu.com/ubuntu/[/url] edgy main restricted
        
        ## Major bug fix updates produced after the final release of the
        ## distribution.
        deb [url]http://ch.archive.ubuntu.com/ubuntu/[/url] edgy-updates main restricted
        deb-src [url]http://ch.archive.ubuntu.com/ubuntu/[/url] edgy-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 [url]http://ch.archive.ubuntu.com/ubuntu/[/url] edgy universe multiverse
         deb-src [url]http://ch.archive.ubuntu.com/ubuntu/[/url] edgy universe multiverse
        
        ## 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/[/url] edgy-backports main restricted universe multiverse
         deb-src [url]http://ch.archive.ubuntu.com/ubuntu/[/url] edgy-backports main restricted universe multiverse
        
        deb [url]http://security.ubuntu.com/ubuntu[/url] edgy-security main restricted
        deb-src [url]http://security.ubuntu.com/ubuntu[/url] edgy-security main restricted
         deb [url]http://security.ubuntu.com/ubuntu[/url] edgy-security universe multiverse
         deb-src [url]http://security.ubuntu.com/ubuntu[/url] edgy-security universe multiverse

        Comment


          #5
          Re: upgrade went well but is source list correct then

          thanks f1rem0th, I will use your text from now on, making a copy for myself now
          every day is a gift

          Comment

          Working...
          X