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
- 175 LFX Mentorship
- 175 LFX Mentorship: Linux Kernel
- 745 Linux Foundation IT Professional Programs
- 372 Cloud Engineer IT Professional Program
- 168 Advanced Cloud Engineer IT Professional Program
- 73 DevOps IT Professional Program - Discontinued
- 3 DevOps & GitOps IT Professional Program
- 98 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- AI & ML Training
- Blockchain & Decentralized Identity Training
- Cloud & Containers Training
- Cybersecurity Training
- DevOps & Site-Reliability Training
- Linux Kernel Development Training
- Networking Training
- Open Source Best Practice Training
- System Administration Training
- System Engineering Training
- Web & Application Development Training
- 2 LFD103-JP クラス フォーラム
- 2 LFD114 Class Forum
- 4 LFD123 Class Forum
- 5 LFD137 Class Forum
- 2 LFD140 Class Forum
- 4 LFD210-CN Class Forum
- 764 LFD259 Class Forum
- 681 LFS101 Class Forum
- 2 LFS140 Class Forum
- 30 LFS148 Class Forum
- 2 LFS158-JP クラス フォーラム
- 4 LFS180 Class Forum
- 3 LFS184 Class Forum
- 162 LFS207 Class Forum
- 3 LFS207-DE-Klassenforum
- 4 LFS207-JP クラス フォーラム
- 61 LFS241 Class Forum
- 52 LFS242 Class Forum
- 42 LFS243 Class Forum
- 19 LFS244 Class Forum
- 9 LFS245 Class Forum
- 3 LFS246 Class Forum
- 2 LFS248 Class Forum
- 179 LFS250 Class Forum
- 4 LFS250-JP クラス フォーラム
- 166 LFS253 Class Forum
- 5 LFS255 Class Forum
- 19 LFS256 Class Forum
- 3 LFS257 Class Forum
- 1.4K LFS258 Class Forum
- 165 LFS261 Class Forum
- 26 LFS267 Class Forum
- 28 LFS268 Class Forum
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 105 Mobile Computing
- 18 Android
- 72 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 933 Programming and Development
- 310 Kernel Development
- 605 Software Development
- 974 Software
- 366 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
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)