 |
 |
 |
 |
| Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that. |

1st November 2004, 11:05 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
|
How to use YUM to install and uninstall packages
Introduction
To update the system applying the most recent corrective patches of security and to the operating system is not as difficult as many do not suppose, nor either must be a hell of dependencies between packages RPM as some others argue. The reality of the things is that it is much very simple and single requires of good bandwidth or very many patience. Next we presented/displayed the procedures to use yum and to make easily what some denominate "horrible, difficult and complicated ".
Please note there are some changes that apply to Fedora Core 3. You will need to install GPG Key for yum in FC3.
Creating Yum Repo's For FC3.
To update system. Update of the system with all the dependencies that are necessary:
Searches. To make a search of some package or term in the data base in some of the formed deposits yum in the system:
Code:
yum search any-package
Example:
I hope this will help you understand how to use yum more effeciently. Any erros in this how please notify me.
Consultation of information. To consult the information contained in a package in individual:
Code:
yum info any-package
Example:
Installation of packages. Installation of paquetería with automatic resolution of dependencies:
Code:
yum install any-package
Example.
Code:
yum install gkrellm
Uninstalling packages. Desinstalación of packages along with everything what it depends on these:
Code:
yum remove any-package
Example.
Listing Packages. The following thing will list all the packages available in the data base yum and that can settle:
Code:
available yum list|less
The following thing will list all the packages installed in the system:
Code:
yum list installed|less
The following thing will list all the packages installed in the system and that can (they must) be updated:
Code:
yum list updates|less
Cleaning of the system.
Yum leaves as result of its use heads and packages RPM stored in the interior of the directory located in the route /var/cache/yum/. Particularly the packages RPM that have settled can occupy much space and is by such reason agrees to eliminate them once no longer they have utility. Also it agrees to do the same with the old heads of packages that no longer are in the data base. In order to make the corresponding cleaning, the following thing can be executed:
Group install
Code:
yum groupinstall "groupname"
Dont forget the quotation marks for group install.
I hope this will help you understand how to use yum more effeciently. I did this for our newbies that may want to uninstall packages which is not mention in the fedora FAQ. For more info on yum go here: http://www.fedorafaq.org/#installsoftware
Last edited by imdeemvp; 3rd December 2004 at 08:05 AM.
|

1st November 2004, 11:16 AM
|
|
Registered User
|
|
Join Date: Apr 2004
Location: Euregio
Posts: 3,613

|
|
Great howto.
One tip, you can use also joker-signs as * or ? e.g.
Code:
yum install gkrellm*
will install gkrellm, gkrellm-plugins, gkrellm-misc-plugins etc.
And to install/remove you have to be root! Not for searching.
|

1st November 2004, 11:43 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
Thanks for the tip.
|

1st November 2004, 02:02 PM
|
 |
Retired Community Manager
|
|
Join Date: Feb 2004
Location: Aalesund, Norway
Age: 26
Posts: 1,888

|
|
Here's more:
To search in package names only, use yum list. This differs from search in that it's much faster, as it will search package names only, while yum search will search all the package info, including package description.
Example
To get the name of the package containing a given file:
Code:
yum provides filename
example:
Code:
yum provides /usr/bin/mozilla
Here's some new goodies in yum 2.2 (Fedora Core 3 and beyond)
To get a list of packages updated/added to any of your repositories recently:
To enable a repository which is disabled in the configuration:
Code:
yum --enablerepo=reponame install packagename
example
Code:
yum --enablerepo=dag install j2re
To list available software groups, such as GNOME desktop environment or X window system. This is also available in the Core 2 yum, but servers doesn't use this wonderful feature much.
To install such a group:
Code:
yum groupinstall "groupname"
Example:
Code:
yum groupinstall "GNOME Desktop Environment"
And to update a group
Code:
yum groupupdate "GNOME Desktop Environment"
And remember folks, you can always use -y to say yes to everything, and -C to use the cache only.
Last edited by foolish; 1st November 2004 at 02:05 PM.
|

2nd November 2004, 08:40 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
Thanks again for the add-ons.
|

2nd November 2004, 09:19 AM
|
 |
Registered User
|
|
Join Date: Jul 2004
Location: Singapore
Age: 32
Posts: 661

|
|
YUM is a delicious treat indeed. I never knew it had so much to it. Thanks imdeemvp and foolish!
__________________
[sayeeth@somebody ~]$ kill bill
bash: kill: bill: arguments must be process or job IDs
|

8th November 2004, 05:06 PM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 3,855

|
|
|
Whoever gave that recommendation to the effect that "here are the only three repositories that yout need to get all the good add-ons", please repeat it here. I didn't find it by searching the forum messages.
__________________
"Never let the task you are trying to accomplish distract you from the study of computers."
|

9th November 2004, 05:48 AM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 31

|
|
|
Thanx for the kind to share this information :-)
regards,
newbie
|

13th November 2004, 03:50 AM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 31

|
|
|
got problem using yum
Dear All,
since i'm a newbie :-)
I've got problem when using yum command.
The error seems because of need to connect to www.redhat.fedora.
is it suppoused to connect?
|

13th November 2004, 09:12 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
|
ewinandar, to do your updates you need to have an internet connection...do you?
|

14th November 2004, 10:32 PM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 57

|
|
why do my yum requests always hang?
I have tried to yum specific files repeatedly and the progress bar just hangs: no error shown with things
like 1 sec ETA.
Distro is Fedora Core2
What is going on with this?
thanks
lon@athenet.net
|

14th November 2004, 11:07 PM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
|
It happens to everyone not just use. I get that a lot and I have a dsl connection. If i see stay there for more then 10 mins. than I close terminal and restart yum update or whatever.
|

17th November 2004, 02:43 AM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 31

|
|
|
So i have to connect to internet in order to be able to use yum.
Thanx for the info.
|

17th November 2004, 09:52 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
|
Yes, you have to be connected to keep your system up to date.
|

17th November 2004, 02:56 PM
|
|
Registered User
|
|
Join Date: Aug 2004
Location: Boise, Idaho
Posts: 126

|
|
|
Hey imdeemvp and loniappleton, I also had same problem in fc2, but now in fc3 with the way they have yum working it is much faster and it rarley if ever hangs it is very nice I remeber with fc2 usally it always hung on the first try.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 10:11 (Thursday, 23-05-2013)
|
|
 |
 |
 |
 |
|
|