Using up2date and APT in Tandem
Don’t know how I missed this one, but for all the love I’ve proclaimed for apt on Red Hat/Fedora, I never realized that the up2date agent could take an apt repository as a source (or yum for that matter). This is great from a desktop user’s perspective because it allows them to handle their own OS and software updates through the up2date tray icon while plugging into the same repository I would use from the command line.
If your apt sources list (/etc/apt/sources.list) looks something like this:
rpm http://host/whatever-dir/ architecture channel1 channel2
Then your up2date sources list (/etc/sysconfig/rhn/sources) would look like this:
apt whatever-label-you’d-like http://host whatever-dir/architecture channel1 channel2
The up2date sources list file has an example entry for apt as well as yum. Now if only they’d add apt or yum support to the Add/Remove Packages interface we’d be set!