Questions tagged [yum]
Yellowdog Updater Modified (yum) is an interactive, rpm based, package manager.
1,647 questions
0 votes
1 answer
93 views
Error installing package
In my CentOS Stream Linux 9 when I run the command: yum install perl-DBD-MySQL It gives me an error: Transaction Summary ===============================================================================...
0 votes
1 answer
297 views
How to install DNF packages using Yum when Python packages are in a different location
We have a RHEL 8.10 server, and the default location for Python packages is under /usr/lib/python3.6/site-packages/. This includes, of course, the DNF packages located at /usr/lib/python3.6/site-...
0 votes
0 answers
220 views
what to do when `yum clean all` hangs
in RHEL-8.10, doing a yum clean all only prints out Updating Subscription Management repositories. then hangs unless I ctrl-c to kill it. I have done multiple reboots, this problem still persists (...
2 votes
2 answers
128 views
Offline installation of YUM and updates from a single system to multiple systems without connecting to internet
Is it possible to make 1 IBMi (for example Development LPAR where the updates will be tested or YUM installation will be done by connecting to the internet) system as a key system where the update ...
0 votes
1 answer
177 views
yum command not working after removing python3.6 files from server
I am facing one problem while running yum command. While runnning yum command I am getting below error: -bash: /usr/bin/yum: /usr/libexec/platform-python: bad interpreter: No such file or directory. ...
0 votes
1 answer
93 views
Is there an option to pass yum install a list of flags add a config flag to it?
I need to enable keepalived with a flag --enable-json in order for the keepalived_exporter to work. Since I install packages using yum and I don't want to compile things myself, is there an option to ...
1 vote
1 answer
238 views
How do you find packages and dependencies?
Trying to figure out how to even find where repos exist for yum installations. I'm completely new to this yum install so, if yum install whatever does not work I don't know where to even look to see ...
0 votes
1 answer
137 views
Why don't the timestamps in /var/cache/yum change after `yum makecache`?
Environment: CentOS 7.6.1810 + yum-3.4.3-161.el7.centos.noarch We found there were some strange phenomena with the timestamps of the subdir/files under the /var/cachec/yum in one of our CentOS systems....