Results 1 to 10 of 23

Thread: cant update or upgrade

Hybrid View

  1. #1
    Join Date
    Oct 2012
    Beans
    11

    cant update or upgrade

    i want to install proxychains on my ubuntu virtual machine but it wont install, i have also tried to update and uppgrade with no success not to mention trawling through google for hours on end for answers, please help, this is so frustrating

  2. #2
    Join Date
    Oct 2011
    Location
    ZZ9 Plural Z Alpha
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: cant update or upgrade

    Please post the output of

    Code:
    sudo apt-get update
    and

    Code:
    cat /etc/apt/apt.conf
    So we can see what exactly the problem is.

  3. #3
    Join Date
    Oct 2012
    Beans
    11

    Re: cant update or upgrade

    W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/...Translation-en Something wicked happened resolving 'gb.archive.ubuntu.com:http' (-5 - No address associated with hostname

    E: Some index files failed to download. They have been ignored, or old ones used instead.

    and

    bash: cat etc/apt/apt.conf: No such file directory

  4. #4
    Join Date
    Jan 2008
    Beans
    7,744

    Re: cant update or upgrade

    it should be '/i8n/' not '/i9n/'.

    You can fix in your software sources:

    Code:
    gksu gedit /etc/apt/sources.list

  5. #5
    Join Date
    Oct 2012
    Beans
    11

    Re: cant update or upgrade

    Quote Originally Posted by snowpine View Post
    it should be '/i8n/' not '/i9n/'.

    You can fix in your software sources:

    Code:
    gksu gedit /etc/apt/sources.list
    ok can you explain a little more i am totally new to this

  6. #6
    Join Date
    Jan 2008
    Beans
    7,744

    Re: cant update or upgrade

    Press Alt+F2 and paste the following command:

    Code:
    gksu gedit /etc/apt/sources.list
    Press Ctrl+H to find & replace. Change:

    Code:
    i9n
    to

    Code:
    i8n
    so instead of:

    Code:
    http://gb.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i19n/Translation-en
    it says:

    Code:
    http://gb.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/Translation-en
    Save the file and quit Gedit. Try your update again:

    Code:
    sudo apt-get update
    sudo apt-get dist-upgrade

  7. #7
    Join Date
    Oct 2012
    Beans
    11

    Re: cant update or upgrade

    Quote Originally Posted by snowpine View Post
    it should be '/i8n/' not '/i9n/'.

    You can fix in your software sources:

    Code:
    gksu gedit /etc/apt/sources.list
    /i9n/ was a type error it is /i8n/

  8. #8
    Join Date
    Oct 2012
    Beans
    11

    Re: cant update or upgrade

    Quote Originally Posted by doctor bob View Post
    /i9n/ was a type error it is /i8n/
    sorry

  9. #9
    Join Date
    Oct 2012
    Beans
    11

    Re: cant update or upgrade

    bash: cat etc/apt/apt.conf: No such file directory[/QUOTE]

    or should i say

    cat: /etc/apt/apt.conf: No such file directory

  10. #10
    Join Date
    Jan 2008
    Beans
    7,744

    Re: cant update or upgrade

    We can't help unless you show us the errors:

    Code:
    sudo apt-get update
    sudo apt-get install proxychains

Tags for this Thread

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
  •