On the front page says that if we want to update and we already have Dapper we just neeed to make sure that our packages are updated to dapper-updates. Is this a repo or what he meant to say?
Announcement
Collapse
No announcement yet.
dapper-updates
Collapse
This topic is closed.
X
X
-
Re: dapper-updates
I'm trying to figure out how to make Kubuntu check to see if there are any updates that needs to be done to the system.. Also, I'm trying to figure out how to install FireFox.
Adept doesn't look like it can install programs outside of KDE. So I decided to try and get Synaptic Package Manager by typing the following command:
sudo apt-get install synaptic
I get the error message saying something about package synaptic is not available, but is referred to by another package.
Thanks
- Top
- Bottom
-
Re: dapper-updates
@tikal: dapper-updates is a repo included in the default installation.
deb http://xx.archive.ubuntu.com/ubuntu dapper-updates main restricted
Code:lsb_release -a
Looks like you are having problems with your repositories, that's why you're not able to install anything.
Oh, Adept can install anything as long as it's in a repository.
- Top
- Bottom
Comment
-
Re: dapper-updates
tikal, it's supposed to be included in the standard installation
deb http://xx.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://xx.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb http://xx.archive.ubuntu.com/ubuntu/ dapper-updates universe multiverse
deb-src http://xx.archive.ubuntu.com/ubuntu/ dapper-updates universe multiverse
- Top
- Bottom
Comment
Comment