Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 5th April 2009, 03:55 AM
BrillianceLin Offline
Registered User
 
Join Date: Jan 2007
Posts: 143
How do I not update a specific application?

Hello everyone. I have a problem. Since the OOO3 in F10 package is lagging so bad. So, I am going to tried out the OOO original distribution. It works fine initially. But the system tell me to update ure. The problem comes after the update. The new ure broke the old ure. And I can no longer run OOO3. Can any one provide a method for skipping the ure update for good?
__________________
If Microsoft is god, then now it is time for me to bring it down to hell!
Reply With Quote
  #2  
Old 5th April 2009, 04:04 AM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
In /etc/yum.conf something like

exclude ure-*

However, not being overly familiar with the package, test that first--that is, do check-update, or do update and see if it's going to pull in ure anyway. (If the rpm is definitely called ure, then the above should work, but sometimes, they have slightly odd names.)
__________________
--
http://home.roadrunner.com/~computertaijutsu

Do NOT PM forum members with requests for technical support. Ask your questions on the forum.


"I don't know why there is the constant push to break any semblance of compatibility" --anon
Reply With Quote
  #3  
Old 5th April 2009, 04:07 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449
Quote:
Originally Posted by scottro View Post
In /etc/yum.conf something like

exclude ure-*

However, not being overly familiar with the package, test that first--that is, do check-update, or do update and see if it's going to pull in ure anyway. (If the rpm is definitely called ure, then the above should work, but sometimes, they have slightly odd names.)
I think he wants:

exclude=openoffice.org-ure

in /etc/yum.conf

Last edited by marko; 5th April 2009 at 04:09 AM.
Reply With Quote
  #4  
Old 5th April 2009, 04:07 AM
Demz
Guest
 
Posts: n/a
just type
Code:
yum help
in termiinal that'll tell you how to exclude a package
Reply With Quote
  #5  
Old 5th April 2009, 04:14 AM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
Thanks gents, I wasn't sure of what ure was.
__________________
--
http://home.roadrunner.com/~computertaijutsu

Do NOT PM forum members with requests for technical support. Ask your questions on the forum.


"I don't know why there is the constant push to break any semblance of compatibility" --anon
Reply With Quote
  #6  
Old 5th April 2009, 05:56 AM
BrillianceLin Offline
Registered User
 
Join Date: Jan 2007
Posts: 143
Quote:
Originally Posted by scottro View Post
In /etc/yum.conf something like

exclude ure-*

However, not being overly familiar with the package, test that first--that is, do check-update, or do update and see if it's going to pull in ure anyway. (If the rpm is definitely called ure, then the above should work, but sometimes, they have slightly odd names.)
Thanks for your reply. It my bad, I did not state the problem clearly. It just like Marko said, I just do not want the ure for OOO.



Quote:
Originally Posted by marko View Post
I think he wants:

exclude=openoffice.org-ure

in /etc/yum.conf
Thanks, that is what I mean. Thanks for the solution. I just keep a copy of the clean config somewhere else, just in case I mess up so bad that I still have a chance to restore it.

Quote:
Originally Posted by Demz View Post
just type
Code:
yum help
in termiinal that'll tell you how to exclude a package
Thanks for your solution. I think your way is more "legal". But I am just too lazy to tired out the correct format(?), Thanks any way.
__________________
If Microsoft is god, then now it is time for me to bring it down to hell!
Reply With Quote
  #7  
Old 5th April 2009, 09:25 AM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
No, it wasn't your bad, it was as I said, I've not had to do that so wasn't really familiar with the parts of the program. I usually just install OO with yum install openoffice.org and don't pay attention to the pieces. (I think it's openoffice.org, maybe it's ooffice, or somethng. Actually I usually do a yum search to get the name right.)

As for yum help, I don't even think it mentions the exclude option, it scrolled off the page the first time. Hrrm, running yum --help |more is better. Nope, don't see exclude in there.
__________________
--
http://home.roadrunner.com/~computertaijutsu

Do NOT PM forum members with requests for technical support. Ask your questions on the forum.


"I don't know why there is the constant push to break any semblance of compatibility" --anon
Reply With Quote
  #8  
Old 5th April 2009, 09:53 AM
Demz
Guest
 
Posts: n/a
Quote:
Originally Posted by BrillianceLin View Post
Thanks for your reply. It my bad, I did not state the problem clearly. It just like Marko said, I just do not want the ure for OOO.





Thanks, that is what I mean. Thanks for the solution. I just keep a copy of the clean config somewhere else, just in case I mess up so bad that I still have a chance to restore it.



Thanks for your solution. I think your way is more "legal". But I am just too lazy to tired out the correct format(?), Thanks any way.
wanna be lazy, there's always Windows we arent here to spoon feed you all
Reply With Quote
  #9  
Old 5th April 2009, 09:59 AM
BrillianceLin Offline
Registered User
 
Join Date: Jan 2007
Posts: 143
Quote:
Originally Posted by scottro View Post
No, it wasn't your bad, it was as I said, I've not had to do that so wasn't really familiar with the parts of the program. I usually just install OO with yum install openoffice.org and don't pay attention to the pieces. (I think it's openoffice.org, maybe it's ooffice, or somethng. Actually I usually do a yum search to get the name right.)

As for yum help, I don't even think it mentions the exclude option, it scrolled off the page the first time. Hrrm, running yum --help |more is better. Nope, don't see exclude in there.
Not sure if "-x [package], --exclude=[package]" is the thing I need to use. Just attempt to use it once. but failed, then I decide to go the easy way.

Quote:
Originally Posted by Demz View Post
wanna be lazy, there's always Windows we arent here to spoon feed you all
Well, I still think being lazy(Unix like) and idiotic(windows) is fundamentally different. But after reading you words, I do think I may need to read some more and mess up the OS some more in the summer.
__________________
If Microsoft is god, then now it is time for me to bring it down to hell!

Last edited by BrillianceLin; 5th April 2009 at 10:23 AM. Reason: add a reply=_=
Reply With Quote
  #10  
Old 5th April 2009, 10:10 AM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
Heh Demz, but sending them in the wrong direction (in this case, yum help was the wrong direction) is overdoing it.

Sigh, some of these old schoolers are REALLY tough.
__________________
--
http://home.roadrunner.com/~computertaijutsu

Do NOT PM forum members with requests for technical support. Ask your questions on the forum.


"I don't know why there is the constant push to break any semblance of compatibility" --anon
Reply With Quote
  #11  
Old 5th April 2009, 10:13 AM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
yum --exclude wasn't a bad guess (and actually should have worked.)

The reason I'm blaming Demz for steering you wrong is just to amuse myself, and I'm sure he realizes it's all in good fun, but seriously, if you're planning to exclude it for long periods, you're better off putting it in yum.conf.

Of course, the downside of that is that you'll forget it's there and post back in a few months asking why isn't OO upgrading properly.

(The "you" in this case is generally speaking, I'm sure that I"m not the only one who has forgotten that they excluded something in yum and then wondered why they weren't getting updates.for something.)
__________________
--
http://home.roadrunner.com/~computertaijutsu

Do NOT PM forum members with requests for technical support. Ask your questions on the forum.


"I don't know why there is the constant push to break any semblance of compatibility" --anon
Reply With Quote
  #12  
Old 5th April 2009, 10:18 AM
Demz
Guest
 
Posts: n/a
Quote:
Originally Posted by scottro View Post
Heh Demz, but sending them in the wrong direction (in this case, yum help was the wrong direction) is overdoing it.

Sigh, some of these old schoolers are REALLY tough.
i dont think it was in the wrong direction . how else is he suppose to learn?
Reply With Quote
Reply

Tags
application, specific, update

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Associating specific DNS's with specific ethers Jakkals Servers & Networking 0 9th July 2009 02:29 PM
How to ignore a specific update? wvn Using Fedora 5 26th June 2009 12:50 PM
Open ports in firewall to an specific application mbcc Security and Privacy 4 17th January 2008 01:29 PM
Opening a port just for a specific application locodude Security and Privacy 3 13th July 2007 03:34 AM
yum question, check for specific update on another repo c0ldshadow Using Fedora 10 5th March 2006 09:08 PM


Current GMT-time: 01:52 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat