Re: Can't copy lists in Yumex...

2011-12-21 Thread Christina Salls
Nice!!  Just tried your suggestion.  Very handy.  I am trying to keep
documentation on all of my systems and compare installed packages.  Thanks!

On Tue, Dec 20, 2011 at 7:53 PM, Joe Zeff j...@zeff.us wrote:

 On 12/20/2011 04:39 PM, Linda McLeod wrote:

 Sure would be nice if I could bring up installed in Yumex, and copy
 the list..  then paste that list into Yumex install for when I'm
 rebuilding a freshly formatted hd, to eliminate the lengthy search in
 Yumex in locating my many preferred packages..  This modification
 evolution could save users hours per install...


 It's not quite what you're asking for, but might work.  In a terminal, and
 as root, type this:

 yum list installed | tee installed.txt

 This will not only let you see what's installed it will also preserve it
 in a text file for future use.

 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.**org/mailman/listinfo/usershttps://admin.fedoraproject.org/mailman/listinfo/users
 Guidelines: 
 http://fedoraproject.org/wiki/**Mailing_list_guidelineshttp://fedoraproject.org/wiki/Mailing_list_guidelines
 Have a question? Ask away: http://ask.fedoraproject.org

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Can't copy lists in Yumex...

2011-12-21 Thread Kevin Martin


On 12/21/2011 07:17 AM, Christina Salls wrote:
 Nice!!  Just tried your suggestion.  Very handy.  I am trying to keep 
 documentation on all of my systems and compare installed
 packages.  Thanks!

 On Tue, Dec 20, 2011 at 7:53 PM, Joe Zeff j...@zeff.us 
 mailto:j...@zeff.us wrote:

 On 12/20/2011 04:39 PM, Linda McLeod wrote:

 Sure would be nice if I could bring up installed in Yumex, and copy
 the list..  then paste that list into Yumex install for when I'm
 rebuilding a freshly formatted hd, to eliminate the lengthy search in
 Yumex in locating my many preferred packages..  This modification
 evolution could save users hours per install...


 It's not quite what you're asking for, but might work.  In a terminal, 
 and as root, type this:

 yum list installed | tee installed.txt

 This will not only let you see what's installed it will also preserve it 
 in a text file for future use.

 -- 
 users mailing list
 users@lists.fedoraproject.org mailto:users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 Have a question? Ask away: http://ask.fedoraproject.org





Please don't top post and you can also say it yum list installed  
installed.txt (without the pipe and tee the output just gets
dumped to the file without displaying on the console).

Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Can't copy lists in Yumex...

2011-12-21 Thread Christina Salls
On Wed, Dec 21, 2011 at 9:14 AM, Kevin Martin kevi...@ameritech.net wrote:



 On 12/21/2011 07:17 AM, Christina Salls wrote:

 Nice!!  Just tried your suggestion.  Very handy.  I am trying to keep
 documentation on all of my systems and compare installed packages.  Thanks!

 On Tue, Dec 20, 2011 at 7:53 PM, Joe Zeff j...@zeff.us wrote:

 On 12/20/2011 04:39 PM, Linda McLeod wrote:

 Sure would be nice if I could bring up installed in Yumex, and copy
 the list..  then paste that list into Yumex install for when I'm
 rebuilding a freshly formatted hd, to eliminate the lengthy search in
 Yumex in locating my many preferred packages..  This modification
 evolution could save users hours per install...


  It's not quite what you're asking for, but might work.  In a terminal,
 and as root, type this:

 yum list installed | tee installed.txt

 This will not only let you see what's installed it will also preserve it
 in a text file for future use.

 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 Have a question? Ask away: http://ask.fedoraproject.org





 Please don't top post and you can also say it yum list installed 
 installed.txt (without the pipe and tee the output just gets dumped to the
 file without displaying on the console).

 Kevin


sorry


 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 Have a question? Ask away: http://ask.fedoraproject.org


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Can't copy lists in Yumex...

2011-12-21 Thread Pete Travis
On Dec 20, 2011 5:40 PM, Linda McLeod lindavald...@fastmail.fm wrote:

 Sure would be nice if I could bring up installed in Yumex, and copy
 the list..  then paste that list into Yumex install for when I'm
 rebuilding a freshly formatted hd, to eliminate the lengthy search in
 Yumex in locating my many preferred packages..  This modification
 evolution could save users hours per install...

 --
 http://www.fastmail.fm - Faster than the air-speed velocity of an
  unladen european swallow

 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 Have a question? Ask away: http://ask.fedoraproject.org

Hey Linda,

You're right, the kind of functionality you are asking about would improve
your use case greatly. The kind of tips and tricks seen in your responses
aren't a 'modification evolution,'  but based on methods built into Linux
and all unix-like systems.  Shell scripts can save a lot of time and
effort, with pipes and redirects playing an integral role.

I'll cite two resources that most on this list will recognize, and I'm sure
everyone has other favorites in this vein.   I encourage you to read
through them, cover to cover, and experiment as you go along.  You will
learn a lot, and become much more confident as a user and system
administrator.   There are even sections on file/user permissions and basic
system security I think you'll find especially interesting.

http://rute.2038bug.com/index.html.gz
http://www.grymoire.com/Unix/

Hope this helps,

Pete
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Can't copy lists in Yumex...

2011-12-21 Thread Joe Zeff

On 12/21/2011 05:17 AM, Christina Salls wrote:

Nice!!  Just tried your suggestion.  Very handy.  I am trying to keep
documentation on all of my systems and compare installed packages.  Thanks!


Yes, tee is a neat little filter.  I used it constantly when I was 
cleaning out duplicate packages after the upgrade from F14 to F16 sour.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Can't copy lists in Yumex...

2011-12-20 Thread Linda McLeod
Sure would be nice if I could bring up installed in Yumex, and copy
the list..  then paste that list into Yumex install for when I'm
rebuilding a freshly formatted hd, to eliminate the lengthy search in
Yumex in locating my many preferred packages..  This modification
evolution could save users hours per install...

-- 
http://www.fastmail.fm - Faster than the air-speed velocity of an
  unladen european swallow

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Can't copy lists in Yumex...

2011-12-20 Thread Joe Zeff

On 12/20/2011 04:39 PM, Linda McLeod wrote:

Sure would be nice if I could bring up installed in Yumex, and copy
the list..  then paste that list into Yumex install for when I'm
rebuilding a freshly formatted hd, to eliminate the lengthy search in
Yumex in locating my many preferred packages..  This modification
evolution could save users hours per install...



It's not quite what you're asking for, but might work.  In a terminal, 
and as root, type this:


yum list installed | tee installed.txt

This will not only let you see what's installed it will also preserve it 
in a text file for future use.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org