apt-cacher.pl is a CGI which will keep a cache on disk

learn more… | top users | synonyms

1
vote
3answers
100 views

Making up cacher server for older ubuntu releases

we have ubuntu 10.04 and ubuntu 10.10 operating systems. However our software works only in these versions. We are facing some problems in the new versions 12.04 (LTS) we are working in it. But ...
11
votes
2answers
130 views

Does apt-cacher change packages access time?

I tried to remove the long time unused packages from apt-cacher archive using find: $ find /var/cache/apt-cacher -atime +5 -type f -name ".*deb*" | wc -l 8471 $ find /var/cache/apt-cacher -atime +9 ...
1
vote
1answer
271 views

Can't update and install any software [closed]

I can't update my cache memory and can't install any new software. When I try to update, I get an error saying Failed to download repository information Check your Internet connection. But ...
2
votes
1answer
426 views

apt-cacher won't work: port 3142 blocked, how to open?

After install ubuntu 12.04 in client PC. I try to setup apt-cache server in client PC. But, it doesn't work in ubuntu client. Err http://136.xxx.xxx.x precise/multiverse Sources 403 Forbidden I ...
2
votes
1answer
187 views

Install apt-cacher on a non-Ubuntu server (router)

Is there a way to install apt-cacher on a non-Ubuntu server? I'm using DD-WRT on my router and I thought it would be nice if the apt-cacher was there instead of on a PC which has to be powered on if ...
6
votes
3answers
1k views

Installing apt-cacher server for two ubuntu versions

Is it possible to have apt-cacher server for both Ubuntu version 10.04 & 10.10 in one machine? IF yes can someone explain pls. The first CD cache of Ubuntu 10.10 works fine. I have imported the ...