Listing all Packages

Darlene Wallach wallachd at earthlink.net
Wed Dec 28 20:34:36 UTC 2005


Ali Helmy wrote:
> Thanks everyone, you really helped out... Specially your suggestion
> Mostafa, works very well...
> 
> Thank you
> 
> On 12/28/05, vl_grigorov at netissat.bg <vl_grigorov at netissat.bg> wrote:
> 
>>Ali Helmy writes:
>>
>>
>>>Hey,
>>>
>>>Is there someway I can list all packages I currently have installed
>>>from the command line?
>>>
>>>--
>>>A. Helmy
>>>
>>>--
>>>fedora-list mailing list
>>>fedora-list at redhat.com
>>>To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>>
>>I think rpm -qa will be good for you.
>>Or may be:
>>rpm --qa |sort > ~/allpackages.list
>>to sort packages alphabetically and save the output in file allpackages.list
>>in your home directory.
>>
>>Best regards
>>Vl. Grigorov
>>
>>
>>--
> 
> 
> 
> --
> A. Helmy
> 

You can also use yum to list installed packages, the list
is sorted.

yum list installed > ~/installedRPMs.txt

Yum has many nice features:
man yum

yum can tell you the packages that have updates:
yum list updates

yum can tell you all the available packages, including ones
that you do not have installed. The list will indicate which
packages are installed and if not installed which repro they
are in:
yum list all

yum can give you info on all the packages, installed and/or
available:
yum info all
yum info available

Darlene
-- 
World Centric Fair Trade & Eco Store
http://www.worldcentric.org/store/
We have created and live in a world of gross social
and economic inequalities[1] and are at the same
time severely impacting[2] the natural eco-systems
and regenerating bio-capacity of the planet. Our
every action has an impact on the well-being of our
planet and our everyday decisions[3] can help create
a better world for all. In keeping with this fact
and our vision, the World Centric Fair Trade/Eco
Online Store provides everyday consumption choices,
which can help minimize social & economic
inequalities, reduce the impact of our consumption
on the environment and help create a better and
sustainable world.

[1] http://www.worldcentric.org/stateworld/socialjustice.htm
[2] http://www.worldcentric.org/stateworld/environment.htm
[3] http://www.worldcentric.org/sustain/index.htm




More information about the fedora-list mailing list