LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 07-28-2013, 12:31 PM   #1
bebop_man
LQ Newbie
 
Registered: Jul 2013
Posts: 7

Rep: Reputation: Disabled
Fedora 19 & Add / Remove Software


Just upgraded from Fedora 17 to 19, by way of backing up my /home and wiping the drive.

Fedora 19 installed ok, though I had some networking issues to resolve.

Where I knew the name of the package, I was able to use yum to install and update packages. But when I browse the Add/Remove Software item, everything is empty. I checked the preferences and made sure the software sources are selected, but still I can't browse packages like I used to do in F17.

I'd attach a screenshot, but I'm not allowed to post attachments

EDIT - Link to Screenshot - https://lh3.googleusercontent.com/-E...A22%253A30.png

Last edited by bebop_man; 07-28-2013 at 12:37 PM. Reason: Added link to screenshot
 
Old 07-28-2013, 03:16 PM   #2
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
run yum upgrade yum and yum update as root from a terminal window. that might help.
 
Old 07-28-2013, 03:31 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Also it is not a good idea to reuse the /home partition in an upgrade of fedora ( or new install )

the versions of software used in the new version might NOT be compatible with the old versions
or
the new version of fedora might NOT even be using the same programs as the old version

manually editing the NEW config files from the old backups -- yes
but not reusing

this is one of the first warnings in the fedora documentation on "upgrading"


i would creat a new user and see if that fixes things
 
Old 07-29-2013, 12:16 AM   #4
bebop_man
LQ Newbie
 
Registered: Jul 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by lleb View Post
run yum upgrade yum and yum update as root from a terminal window. that might help.
After running those commands, no packages were marked for update, and no change to the application. It's still blank.
 
Old 07-29-2013, 12:19 AM   #5
bebop_man
LQ Newbie
 
Registered: Jul 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post
Also it is not a good idea to reuse the /home partition in an upgrade of fedora ( or new install )

the versions of software used in the new version might NOT be compatible with the old versions
or
the new version of fedora might NOT even be using the same programs as the old version

manually editing the NEW config files from the old backups -- yes
but not reusing

this is one of the first warnings in the fedora documentation on "upgrading"


i would creat a new user and see if that fixes things
I didn't reuse /home. I backed up the folders in /home/<user> (Desktop, Downloads, Pictures, etc..) and reformatted the drive as part of the F19 install. After the install was completed, I restore the backup. The only . files I copied back over were for Mozilla, Chrome, Thunderbird and Pidgin.

I'll test the new user setup, and see what happens
 
Old 07-29-2013, 12:25 AM   #6
bebop_man
LQ Newbie
 
Registered: Jul 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post
i would creat a new user and see if that fixes things
I created a 2nd user on the system, and I have the same issue on both accounts
 
Old 07-29-2013, 12:54 AM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
yumex has ( well for me ) never worked well
nor has Apper on any system

yum issues can be a bit "fun" to diagnose sometimes
in the terminal run this
-- as i recall there was a bug that is now fixed
Code:
su -
yum ref 
yum update yum 

reboot
after the reboot try a update
Code:
su -
yum update
 
Old 07-29-2013, 01:01 AM   #8
bebop_man
LQ Newbie
 
Registered: Jul 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post
yumex has ( well for me ) never worked well
nor has Apper on any system

yum issues can be a bit "fun" to diagnose sometimes
in the terminal run this
-- as i recall there was a bug that is now fixed
Code:
su -
yum ref 
yum update yum 

reboot
after the reboot try a update
Code:
su -
yum update
I tried to follow these steps, but
Code:
yum ref
results in
Code:
Loaded plugins: langpacks, refresh-packagekit
No such command: ref. Please use /usr/bin/yum --help
 
Old 07-29-2013, 03:05 AM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
oops i am mixing up yum and zypper
forget the "ref"
 
Old 07-31-2013, 10:19 PM   #10
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
i just finished installing fedora 19 on some laptops. the first time i opened up the software program for add/remove it was blank for a very long time. i think it starts what used to be the -C option to cache the entire yum repositories of programs and what not before it can display anything.

not sure if thats your situation or not, but worth a shot. also i was able to get some by clicking on a few of the labels on the left hand side as several loaded much faster then the main window.
 
Old 07-31-2013, 10:34 PM   #11
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
the very best program for updating is the terminal in fedora
yum is by FAR THE BEST TOOL

non of the gui's can even come close to it
 
Old 08-01-2013, 11:06 PM   #12
bebop_man
LQ Newbie
 
Registered: Jul 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by lleb View Post
i just finished installing fedora 19 on some laptops. the first time i opened up the software program for add/remove it was blank for a very long time. i think it starts what used to be the -C option to cache the entire yum repositories of programs and what not before it can display anything.

not sure if thats your situation or not, but worth a shot. also i was able to get some by clicking on a few of the labels on the left hand side as several loaded much faster then the main window.

I read your post this AM, so before I left for work I loaded the application, and let it update, and left it open. This evening, 14 hours later, I come back to my laptop. I still get the same message for every category on the left pane: No Results Found.

I can search and pull up packages, but I have no way to browse the lists.
 
Old 08-01-2013, 11:08 PM   #13
bebop_man
LQ Newbie
 
Registered: Jul 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post
the very best program for updating is the terminal in fedora
yum is by FAR THE BEST TOOL

non of the gui's can even come close to it
Buzz. Wrong. Try again.

That said, when I know the name of the package, or even know that it exists, more often than not I'll use yum. But sometimes I like to browse and see what's out there, and yum doesn't do that. And that's the feature I'm trying to recover. As I said, this worked fine in Fedora 17 on the same machine. I wipe the drive and install FC 19, and it's gone.
 
Old 08-02-2013, 06:02 PM   #14
911InsideJob
Member
 
Registered: Jul 2013
Distribution: Mint KDE
Posts: 74

Rep: Reputation: Disabled
What they need is "add/remove kernel" since apparently I'm getting weekly builds of it. Had F19 for all of a couple weeks and there's like 6 grub entries already. Just make a fookin' mess why don't ya, Red Hat.
 
Old 08-02-2013, 06:06 PM   #15
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
what is the matter with
Code:
yum search ?????
--------------
yum search games
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Add remove software. Fedora 16 jayeshsharma52 Linux - Newbie 4 09-28-2012 04:19 PM
Add/Remove software & Software Updater not working timelord567 Linux - Newbie 8 06-11-2009 09:39 PM
Fedora 8: Add/Remove Software SpiderIRE Linux - Software 6 02-04-2008 10:48 AM
cannot Add/remove software fedora 7 a_c_g_t Linux - Newbie 1 10-25-2007 05:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 02:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration