Re: Script/list of everything installed on old F20 box (yum) to new F23 box (dnf)

2015-11-13 Thread Ted Roche
Great suggestions, Tom. That's got me started on my way. Thanks! On Fri, Nov 13, 2015 at 10:37 AM, Tom Horsley wrote: > I also start with: > > rpm -q --qf "%{NAME}.%{ARCH}\n" -a | sort > rpms.txt > > I run it on both old and new to get a lits of rpms > without any specific version numbers. I can

Re: Script/list of everything installed on old F20 box (yum) to new F23 box (dnf)

2015-11-13 Thread Tom Horsley
I also start with: rpm -q --qf "%{NAME}.%{ARCH}\n" -a | sort > rpms.txt I run it on both old and new to get a lits of rpms without any specific version numbers. I can then compare them with the "comm" tool to get lists of rpms on one system but not on the other. That doesn't help with all the rp

Script/list of everything installed on old F20 box (yum) to new F23 box (dnf)

2015-11-13 Thread Ted Roche
Hi, folks: My old development workstation, $ uname -a Linux stupidname.mydomain.com 3.19.8-100.fc20.x86_64 #1 SMP Tue May 12 17:08:50 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux is finally getting replaced with a new machine, $uname -a Linux newstupidname.mydomain.com 4.2.5-300.fc23.x86_x64 #1 SMP