4

sudo yum -y remove covid-19

Comments
  • 1
    And this is why I prefer apt:
    sudo apt -y PURGE covid-19
  • 1
    That'd only remove it from the local machine.
  • 1
    # sudo echo directive clean_requirements_on_remove=1 >> /etc/yum.conf

    # sudo yum erase covid-19 -y

    You can remove it, but I ain't leaving it's bits laying around.
  • 0
    @molaram Missing --no-preserve-root joke incomeing, i can smell it!!!
Add Comment