Dear Linux Users
apt-get install apache2
Gives message
Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package apache2
where apt-get finds the apache2 package
Synaptic Package Manager gives error Repositories are http://archive.ubuntu.com/ubuntu/dists/jaunty/Release.gpg Cannot initiate the connection to archive.ubuntu.com:80 (91.189.88.40). - connect (101 Network is unreachable) [IP: 91.189.88.40 80]
Ravinder Singh Ludhiana
The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/
On Mon, Nov 16, 2009 at 12:51 PM, RS singh rsnsingh@yahoo.co.in wrote:
Dear Linux Users
apt-get install apache2
Gives message
Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package apache2
where apt-get finds the apache2 package
Synaptic Package Manager gives error Repositories are http://archive.ubuntu.com/ubuntu/dists/jaunty/Release.gpg Cannot initiate the connection to archive.ubuntu.com:80 (91.189.88.40). - connect (101 Network is unreachable) [IP: 91.189.88.40 80]
Ravinder Singh Ludhiana
The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/
sudo apt-get search apache2
I am already at root , it gives following error
/etc# sudo apt-get search apache2 E: Invalid operation search
If you can give me Third party Software apt-get lines
RS
--- On Mon, 16/11/09, Manu K Mohan manuknkra@gmail.com wrote:
From: Manu K Mohan manuknkra@gmail.com Subject: Re: [ILUG-BOM] install apache on ubuntu 9.04 problem To: "GNU/Linux Users Group, Mumbai, India" linuxers@mm.ilug-bom.org.in Date: Monday, 16 November, 2009, 12:53 PM On Mon, Nov 16, 2009 at 12:51 PM, RS singh rsnsingh@yahoo.co.in wrote:
Dear Linux Users
apt-get install apache2
Gives message
Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package apache2
where apt-get finds the apache2 package
Synaptic Package Manager gives error Repositories are http://archive.ubuntu.com/ubuntu/dists/jaunty/Release.gpg
Cannot initiate
the connection to archive.ubuntu.com:80
(91.189.88.40). - connect (101
Network is unreachable) [IP: 91.189.88.40 80]
Ravinder Singh Ludhiana
The INTERNET now has a
personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/
sudo apt-get search apache2
-- Manu K. Mohan B.Tech (Computer Science & Engg.) http://manuknkra.wordpress.com/ -- http://mm.glug-bom.org/mailman/listinfo/linuxers
The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/
On Mon, Nov 16, 2009 at 12:51 PM, RS singh rsnsingh@yahoo.co.in wrote:
Dear Linux Users
apt-get install apache2
Gives message
Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package apache2
where apt-get finds the apache2 package
Synaptic Package Manager gives error Repositories are http://archive.ubuntu.com/ubuntu/dists/jaunty/Release.gpg Cannot initiate the connection to archive.ubuntu.com:80 (91.189.88.40). - connect (101 Network is unreachable) [IP: 91.189.88.40 80]
How will it find the package if it is unable to connect to the server? Check your network settings or else choose a different mirror.
Have you opened the synaptica package manger, if yes close that
On Mon, Nov 16, 2009 at 1:29 PM, Mehul Ved mehul.n.ved@gmail.com wrote:
On Mon, Nov 16, 2009 at 12:51 PM, RS singh rsnsingh@yahoo.co.in wrote:
Dear Linux Users
apt-get install apache2
Gives message
Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package apache2
where apt-get finds the apache2 package
Synaptic Package Manager gives error Repositories are
http://archive.ubuntu.com/ubuntu/dists/jaunty/Release.gpg Cannot initiate the connection to archive.ubuntu.com:80 (91.189.88.40). - connect (101 Network is unreachable) [IP: 91.189.88.40 80]
How will it find the package if it is unable to connect to the server? Check your network settings or else choose a different mirror. -- http://mm.glug-bom.org/mailman/listinfo/linuxers
RS singh wrote:
Dear Linux Users
apt-get install apache2
Gives message
Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package apache2
where apt-get finds the apache2 package
Synaptic Package Manager gives error Repositories are http://archive.ubuntu.com/ubuntu/dists/jaunty/Release.gpg Cannot initiate the connection to archive.ubuntu.com:80 (91.189.88.40). - connect (101 Network is unreachable) [IP: 91.189.88.40 80]
You could try another repository server.
Rony wrote:
RS singh wrote:
Dear Linux Users
apt-get install apache2
Gives message
Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package apache2
where apt-get finds the apache2 package
Synaptic Package Manager gives error Repositories are http://archive.ubuntu.com/ubuntu/dists/jaunty/Release.gpg Cannot initiate the connection to archive.ubuntu.com:80 (91.189.88.40). - connect (101 Network is unreachable) [IP: 91.189.88.40 80]
You could try another repository server.
Can you also try and check if you are connected to the internet, and tcp/80 traffic is allowed, and/or you dont _require_ a proxy to connect to tcp/80 port, as it seems that you are able to resolve the address but not able to reach it.
You can also try
sudo apt-get update
then
sudo apt-get install apache2
regards Ripunjay Bararia