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