Find the answer to your Linux question:
Results 1 to 3 of 3
cannot install squid in ubuntu 8.04,when i execute apt-get command in terminal i get this reply root@karthick-desktop:~# apt-get install squid Reading package lists... Done Building dependency tree Reading state information... ...
  1. #1
    Just Joined!
    Join Date
    Jun 2009
    Posts
    41

    Thumbs up [SOLVED] cannot install squid in ubuntu 8.04

    cannot install squid in ubuntu 8.04,when i execute apt-get command in terminal i get this reply

    root@karthick-desktop:~# apt-get install squid
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Couldn't find package squid
    root@karthick-desktop:~#

    Pls help....

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Have you updated sources?
    Code:
    sudo apt-get clean all
    sudo apt-get update
    sudo apt-get install squid
    In case it doesn't work, post the output of this
    Code:
    cat /etc/lsb-release
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jun 2009
    Posts
    41

    Thumbs up

    Thankyou,now i can install it..

Posting Permissions

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