Re: Finding programs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>>> I'm not sure how new users are supposed to find evince.

The command line is my choice as well.  I have a tiny shell script that gets run after each update that creates text files of whats installed and available:

$ cat upd.sh
yum list installed 2>&1>yum.installed
yum list available 2>&1>yum.available

then its just a matter of
grep some_program_or_other yum.*

to check to see what version of something is installed, whether its installed, or if its available via yum

Mike

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux