On 22 Jun 2016 at 23:29, Saint Michael wrote:
From: Saint Michael
Date sent: Wed, 22 Jun 2016 23:29:11 -0400
Subject:Re: Question on best process to setup new install
To: Community support for Fedora users
Send reply to: Community support for Fedora users
>
> I ru
I run that command and the final output showed for duplicate names. I guess
that some packages have 32 bit counter parts.
How would you modify the command to transfer all the packages and their
architecture?
On Wed, Jun 22, 2016 at 2:05 AM, Michael D. Setzer II <
mi...@kuentos.guam.net> wrote:
>
On 22 Jun 2016 at 10:31, Samuel Sieb wrote:
Subject:Re: Question on best process to setup new install
To: Community support for Fedora users
From: Samuel Sieb
Date sent: Wed, 22 Jun 2016 10:31:27 -0700
Send reply to
On 22 Jun 2016 at 9:27, Gordon Messmer wrote:
Subject:Re: Question on best process to setup new install
To: Community support for Fedora users
From: Gordon Messmer
Date sent: Wed, 22 Jun 2016 09:27:38 -0700
Send reply
On 06/21/2016 11:05 PM, Michael D. Setzer II wrote:
Question on setup machine after clean install?
This is the process I've been using.
rpm --qf "%{NAME}\n" -qa | sort | grep -v gpg-pubkey | grep -v kmod-V |
After putting copied files on new machine run
dnf install `cat installed_pkgs.txt`
Th
On 06/21/2016 11:05 PM, Michael D. Setzer II wrote:
Any ways to improve this process?
Arguably: Start using ansible, or another configuration management tool
to install packages and make changes to the system. If you make a habit
of *only* making changes to the system using configuration ma
On 06/22/16 14:05, Michael D. Setzer II wrote:
> msttcorefonts-2.5-1.noarch is no longer available, but have a copy, so
> manually install it.
This has been replaced by msttcore-fonts-installer-2.6-1.noarch
--
You're Welcome Zachary Quinto
--
users mailing list
users@lists.fedoraproject.org
T
Question on setup machine after clean install?
This is the process I've been using.
rpm --qf "%{NAME}\n" -qa | sort | grep -v gpg-pubkey | grep -v kmod-V | grep
-v google-earth > installed_pkgs.txt
Copy all *.repo files from /etc/yum.repos.d
Copy files from /etc/pki/rpm-gpg/
After putting copi