Hi, As discussed in the EPEL Steering Committee meeting, I made a python script, will-it-install.py out of a different script I had just made.[1] It looks like it's working pretty good for both rawhide and centos 8 (with EPEL8). To run, Download the whole directory structure [2], edit package.list and then
python3 will-it-install.py x86_64 centos
You can do any of the 4 RHEL arches.
Feedback is appreciated.
Troy Dawson
[1] - https://github.com/tdawson/tdawson-misc-scripts/tree/master/will-it-install [2] - git clone https://github.com/tdawson/tdawson-misc-scripts.git ; cd tdawson-misc-scripts/will-it-install
I forgot one step. You can change the list of packages it checks by editing package.list So, the full list of instructions is
git clone https://github.com/tdawson/tdawson-misc-scripts.git cd tdawson-misc-scripts/will-it-install vi package.list python3 will-it-install.py x86_64 centos
This script will work on RHEL/CentOS 8 and any of the currently supported Fedora releases. I do not expect it to work on RHEL7
On Fri, Jul 24, 2020 at 4:13 PM Troy Dawson tdawson@redhat.com wrote:
Hi, As discussed in the EPEL Steering Committee meeting, I made a python script, will-it-install.py out of a different script I had just made.[1] It looks like it's working pretty good for both rawhide and centos 8 (with EPEL8). To run, Download the whole directory structure [2], edit package.list and then
python3 will-it-install.py x86_64 centos
You can do any of the 4 RHEL arches.
Feedback is appreciated.
Troy Dawson
[1] - https://github.com/tdawson/tdawson-misc-scripts/tree/master/will-it-install [2] - git clone https://github.com/tdawson/tdawson-misc-scripts.git ; cd tdawson-misc-scripts/will-it-install
epel-devel@lists.fedoraproject.org