Announcement

Collapse
No announcement yet.

sudo apt-get update

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

    sudo apt-get update

    I can't get the restricted packages. This give me an error
    Code:
    Get:15 [url]http://in.archive.ubuntu.com[/url] feisty-updates/main Packages [49.0kB]
    Get:16 [url]http://in.archive.ubuntu.com[/url] feisty-updates/restricted Packages [14B]
    Get:17 [url]http://in.archive.ubuntu.com[/url] feisty-updates/main Sources [17.9kB]
    Get:18 [url]http://in.archive.ubuntu.com[/url] feisty-updates/restricted Sources [14B]
    Get:19 [url]http://in.archive.ubuntu.com[/url] feisty/restricted Packages [32.4kB]
    99% [19 Packages gzip 0] [Waiting for headers]                                           4785B/s 0s
    gzip: stdin: not in gzip format
    Err [url]http://in.archive.ubuntu.com[/url] feisty/restricted Packages
     Sub-process gzip returned an error code (1)
    Help me

    #2
    Re: sudo apt-get update

    For starters:

    Code:
    sudo apt-get clean
    sudo apt-get update

    Comment

    Working...
    X