Welcome to the Linux Foundation Forum!
Yum does not work after updates
I have two laptops with F12 installed which recently received updates and now the yum command does not work on either of them. I have attached a file showing the output when yum command is executed on one of these laptops.
Has anyone else seen this? Or does anyone have any ideas of how to resovle it?
0
Comments
-
This is a link to a thread in the FedoraForum that might help explain what is going on, though I don't know if the solution works. It might be related to a new version of Python, or some mismatched versionitis between python & the script it is running.
http://forums.fedoraforum.org/showthread.php?t=244616&highlight=yummain.user_main(sys.argv[1:]
If I find something more helpful, I'll post back.
I only have one F12 system, I've already switched to F13, except F11 on my laptops, I'll try to update the F12 box and see if it's working here. Maybe we could check which versions of yum are running if your still having problems.
You could also try reinstalling yum using rpm -i <packagename> packagename would be yum, but I don't know the version.
I just saw the new version of yum that came in - yum-3.2.27-3.fc12.noarch.0 -
After the update the command "yum grouplist" worked for me. You might want to try:
rpm -ihv --force yum-3.2.27-3.fc12.noarch
and see if reinstalling yum might help.0 -
I did see the link from the Fedora Forum and I was planning on trying it.
I also tried
rpm -ihv --force yum-3.2.27-3.fc12.noarch
however, the following message was displayed
error: open of yum-3.2.27-3.fc12.noarch failed: No such file or directory
For what it's worth the /var/log/yum.log shows the yum-3.2.27-3.fc12.noarch was updated on April 29....0 -
Since I was not successful with the recommendations, I decided to rebuild the systems which resolved this issue.0
-
I just thought I should point out why the previous command returned an error message.
metaylor wrote:
That command is used to manually install a package with rpm. For it to work, you have to specify the full path to the package you want to install, for instance:rpm -ihv --force yum-3.2.27-3.fc12.noarch
error: open of yum-3.2.27-3.fc12.noarch failed: No such file or directoryrpm -ihv --force /home/username/Desktop/yum-3.2.27-3.fc12.noarch.rpm
But given that yum.log claimed that this package was already installed, I don't think it would have solved your original problem anyway.0 -
Yes, afterwards I realized that I had downloaded the package to a different directory. I should have mentioned that in my last reply.0
-
I deleted your double post for you.
And I apologize also, I should have written my solution more carefully, and, advised you about running the rpm command from the folder where the yum app resided.
Although the reinstall was drastic, it may have solved future problems because when an app like yum, your default package manager, develops corrupt files, the problems may have spread to other files. So, in the end, at least you have a clean install.0
Categories
- All Categories
- 178 LFX Mentorship
- 178 LFX Mentorship: Linux Kernel
- 775 Linux Foundation IT Professional Programs
- 384 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 103 Cloud Native Developer IT Professional Program
- 7.7K Training Courses & Learning Paths
- 13 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 35 Cloud & Containers Training
- 3 Cybersecurity Training
- 3 DevOps & Site-Reliability Training
- 2 Linux Kernel Development Training
- 2 Networking Training
- 2 Open Source Best Practice Training
- 5 System Administration Training
- 1 System Engineering Training
- 6 Web & Application Development Training
- 798 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 92 Storage
- 773 Linux Distributions
- 81 Debian
- 68 Fedora
- 24 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 32 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 472 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 103 Linux Security
- 79 Network Management
- 102 System Management
- 46 Web Management
- 166 Mobile Computing
- 32 Android
- 119 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 407 Off Topic
- 128 Introductions
- 35 Study Material
- 1.1K Programming and Development
- 311 Kernel Development
- 723 Software Development
- 1K Software
- 418 Applications
- 183 Command Line
- 5 Compiling/Installing
- 71 Games
- 320 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)