Results 1 to 7 of 7

Thread: I've Done Something Silly with Sources

Hybrid View

  1. #1
    Join Date
    Sep 2012
    Beans
    29

    I've Done Something Silly with Sources

    Hi,

    I seem to have inadvertantly removed 'source code' or something.

    Here's what I did. I was trying to install 'Sound Convertor' from software-center, as a friend had asked me to convert some m4a into MP3. I couldn't install it, as there was a warning about 'packets', so I went into software-center, and did Edit - Sources.

    To cut a long story short, I screwed up, and now can't install anything. Mea culpa. Also, there's a red triangle with an exclamation mark at the top of the screen.

    Can anyone help me to get it back? Oh, and I'm in the UK, FYI.

    Thanks.

  2. #2
    Join Date
    Apr 2009
    Location
    Surrey, London
    Beans
    291
    Distro
    Ubuntu

    Re: I've Done Something Silly with Sources

    What release of ubuntu is it (e.g. ubuntu 11.04 32bit)...

    You could just get someone elses sources and copy them into yours.

    Then run:
    sudo apt-get update
    Ubuntu 18.04 VMs

  3. #3
    Join Date
    Sep 2012
    Beans
    29

    Re: I've Done Something Silly with Sources

    Quote Originally Posted by elliotbeken View Post
    What release of ubuntu is it (e.g. ubuntu 11.04 32bit)...

    You could just get someone elses sources and copy them into yours.

    Then run:
    sudo apt-get update
    Thanks for the reply.

    12.04 LTS.

    EDIT: 32 bit.

    How do I get someone else's sources?

  4. #4
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: I've Done Something Silly with Sources

    Try this:
    Code:
    sudo mv /etc/apt/sources.list /etc/apt/sources.list.backup
    sudo apt-get update

  5. #5
    Join Date
    Sep 2012
    Beans
    29

    Re: I've Done Something Silly with Sources

    Quote Originally Posted by wojox View Post
    Try this:
    Code:
    sudo mv /etc/apt/sources.list /etc/apt/sources.list.backup
    sudo apt-get update
    Hmm, well that's a bit better, thanks for that. I still can't install Sound Convertor, the message being: Depends python-gnome2 but it won't be installed and Depends: python-glade2 but it won't be installed.

  6. #6
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: I've Done Something Silly with Sources

    Do you have Restricted Extras installed?
    Code:
    sudo apt-get update; sudo apt-get install ubuntu-restricted-extras
    sudo apt-get install soundconverter
    Post back the errors.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •