Is there a centosplus repo I can use with apt-get, or do I have to rely on yum for centosplus?
On Mon, 2006-05-29 at 16:45 -0700, Ralph Alvy wrote:
Is there a centosplus repo I can use with apt-get, or do I have to rely on yum for centosplus?
Apt is currently only for i386 ... but it will work with centosplus if you add centosplus to the repos. It is disabled by default.
Look at /etc/apt/sources.list.d/centos.list
However, I do not know how to exclude some packages using apt, so you should be very careful using it with centosplus or it will upgrade many items.
Johnny Hughes wrote:
On Mon, 2006-05-29 at 16:45 -0700, Ralph Alvy wrote:
Is there a centosplus repo I can use with apt-get, or do I have to rely on yum for centosplus?
Apt is currently only for i386 ... but it will work with centosplus if you add centosplus to the repos. It is disabled by default.
Look at /etc/apt/sources.list.d/centos.list
However, I do not know how to exclude some packages using apt, so you should be very careful using it with centosplus or it will upgrade many items.
I don't have a /etc/apt/sources.list.d/centos.list
On Mon, 2006-05-29 at 18:14 -0700, Ralph Alvy wrote:
Johnny Hughes wrote:
On Mon, 2006-05-29 at 16:45 -0700, Ralph Alvy wrote:
Is there a centosplus repo I can use with apt-get, or do I have to rely on yum for centosplus?
Apt is currently only for i386 ... but it will work with centosplus if you add centosplus to the repos. It is disabled by default.
Look at /etc/apt/sources.list.d/centos.list
However, I do not know how to exclude some packages using apt, so you should be very careful using it with centosplus or it will upgrade many items.
I don't have a /etc/apt/sources.list.d/centos.list
Do you have the apt provided by centos ... or from another vendor?
What does this say:
rpm -q apt
The result should be:
apt-0.5.15cnc6-4.centos4.i386
If you have someone else's apt, it erased our configuration file.
I don't have a /etc/apt/sources.list.d/centos.list
Do you have the apt provided by centos ... or from another vendor?
What does this say:
rpm -q apt
The result should be:
apt-0.5.15cnc6-4.centos4.i386
If you have someone else's apt, it erased our configuration file.
I remember now from a previous thread on this. The dag repo replaced the centos apt with
apt-0.5.15lorg3.1-1.el4.rf
What I've been doing lately is using
yum upgrade
to keep my system up to date, and only occasionally using Synaptic. But I prefer the Synaptic interface a lot more.
On Mon, 29 May 2006, Ralph Alvy wrote:
I don't have a /etc/apt/sources.list.d/centos.list
Do you have the apt provided by centos ... or from another vendor?
What does this say:
rpm -q apt
The result should be:
apt-0.5.15cnc6-4.centos4.i386
If you have someone else's apt, it erased our configuration file.
I remember now from a previous thread on this. The dag repo replaced the centos apt with
apt-0.5.15lorg3.1-1.el4.rf
I think you replaced it yourself :)
The CentOS configuration however should not be part of the apt package. Because I cannot differentiate between RHEL and CentOS, and I doubt RHEL users would be glad if by default CentOS updates are being installed.
IMO it would be so much easier if there was a release-centos package, much like the release-rpmforge package, which takes care of configuring any and all dependency resolver in one go.
Kind regards, -- dag wieers, dag@wieers.com, http://dag.wieers.com/ -- [all I want is a warm bed and a kind word and unlimited power]
Dag Wieers wrote:
rpm -q apt
The result should be:
apt-0.5.15cnc6-4.centos4.i386
apt-0.5.15lorg3.1-1.el4.rf
I think you replaced it yourself :) IMO it would be so much easier if there was a release-centos package, much like the release-rpmforge package, which takes care of configuring any and all dependency resolver in one go.
if someone can open an issue report at http://bugs.centos.org, we'll make sure that this happens - for yum, apt, smart and up2date config's to be included via the CentOS-Release package. ( at the moment we have a centos-yumconf, which we could obsolete with the centos-release package, and add this config info directly in there. ).