Hello! I'm new to kubuntuforums, and hopefully I'll settle in nicely and learn a lot.
To the point though, I'm having trouble updating anything. Before Sept, my laptop (Acer Aspire 5630, Intel core 2, T5500 1.66GHz, 1GB of RAM) had Vista on one partition and Kubuntu 7.04 on the other. Everything worked fine at home, no problems. I removed Vista through frustration at not being able to play any of the games I wanted to. However by this time I had moved to university halls. The newly XP and Kubuntu seemed to work fine. Except I couldn't update anything in Kubuntu. I had to plug into the internet, and browse using this http proxy http://www.staffs.ac.uk/proxy.config. This is what happened when I tried to install firefox
I tried to look at apt-install, and the majority of programs were greyed out, not able to click on them.
I've been told I need to add this code
to /etc/apt/apt.conf.d/70debconf, but when I did that and tried to apt-get firefox again, I get a "404 not found" message in terminal. I think it might have something to do with the proxy, but the first time I started up kubuntu, all the apt-install items were greyed out to begin with. Can anyone think what's happening, please?
To the point though, I'm having trouble updating anything. Before Sept, my laptop (Acer Aspire 5630, Intel core 2, T5500 1.66GHz, 1GB of RAM) had Vista on one partition and Kubuntu 7.04 on the other. Everything worked fine at home, no problems. I removed Vista through frustration at not being able to play any of the games I wanted to. However by this time I had moved to university halls. The newly XP and Kubuntu seemed to work fine. Except I couldn't update anything in Kubuntu. I had to plug into the internet, and browse using this http proxy http://www.staffs.ac.uk/proxy.config. This is what happened when I tried to install firefox
ror@ror-laptop:~$ sudo apt-get install firefox
Password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package firefox is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package firefox has no installation candidate
ror@ror-laptop:~$
Password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package firefox is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package firefox has no installation candidate
ror@ror-laptop:~$
I've been told I need to add this code
Acquire { http { Proxy "http://my.proxyort/";
No-Cache "false";
Max-Age "86400";
No-Store "false";
};
};
No-Cache "false";
Max-Age "86400";
No-Store "false";
};
};
Comment