ThioJoe / YT-Spammer-Purge

Allows you easily scan for and delete scam comments using several methods.
GNU General Public License v3.0
4.52k stars 391 forks source link

[Bug]: EPEL removal occurs even when it is installed already #1046

Open 0xC4aE1e5 opened 1 year ago

0xC4aE1e5 commented 1 year ago

Duplicate Issues

What happened?

Well, I was trying to install this app on Rocky Linux 8 but then epel-release got removed even though it was installed previously.

Release version

Unknown

Steps to reproduce

  1. Run the script
  2. During the installation, it will remove EPEL when it was already installed
  3. More errors (posted in another issue)

What platform are you seeing this problem on?

Linux (can also be ChromeOS)

Relevant log output

Dependencies resolved.
================================================================================
 Package               Architecture    Version           Repository        Size
================================================================================
Removing:
 epel-release          noarch          8-18.el8          @extras           35 k

Transaction Summary
================================================================================
Remove  1 Package

Freed space: 35 k
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Running scriptlet: epel-release-8-18.el8.noarch                           1/1 
  Erasing          : epel-release-8-18.el8.noarch                           1/1 
  Running scriptlet: epel-release-8-18.el8.noarch                           1/1 
  Verifying        : epel-release-8-18.el8.noarch                           1/1 

Removed:
  epel-release-8-18.el8.noarch                                                  

Complete!

Screenshots

No response