Tagged Questions
1
vote
1answer
48 views
What would be the “apt-cache show” equivalent on RHEL *without* requiring sudo/su?
How can I query the local package cache of yum on RHEL (and derivatives) without requiring superuser privileges?
Note: I am not interested in running an update of the package cache up front. All I am ...
3
votes
1answer
2k views
Is it stable to use epel and rpmforge in the same time?
So after a fresh Scientific Linux 6.3 Desktop install, I:
yum install rpmforge-release && yum update
and
yum install epel-release.noarch
then:
yum install wine gparted cups-pdf ...
1
vote
3answers
92 views
How to get RPM's that has been published after the install DVD?
So if I download a:
SL-63-x86_64-2012-08-02-Install-DVD.iso
and install it, and give out a "yum update" - then it will find many-many XY packages to update.
Q: are there any methods/solutions to ...
2
votes
1answer
725 views
Problems with YUM/Scientifix Linux 6.3 (inconsistent rpm database?..)
Recently I saw this:
[root@NOTEBOOK /etc/yum.repos.d] yum update
Loaded plugins: fastestmirror, presto, security
Loading mirror speeds from cached hostfile
epel/metalink ...
1
vote
1answer
378 views
Auto-update on Scientific-linux 6.1 64bit
yum remove PackageKit*
what's next?
I tried:
yum install yum-autoupdate
but I can't see any config file for it. How can I set the auto-update function* on Scientific-linux 6.1/GNOME?
*want to ...
6
votes
2answers
8k views
Yum: How can I view variables like $releasever, $basearch & $YUM0?
I am setting up a yum repository, and need to debug some of the URLs in the yum.conf file. I need to know why is Scientific Linux trying to grab this URL, when I was expecting it to grab another URL:
...