Announcement

Collapse
No announcement yet.

Howto uninstall phoronix test suite?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Howto uninstall phoronix test suite?

    Hi,
    I'm installing the phoronix test suite using the deb file on my kubuntu system.
    I will use it to test my system, but then I would like to uninstall it removing all the application it has installed.
    What is the correct procedure?
    Xwang

  • #2
    rm -rf ~/.phoronix-test-suite/installed-tests/
    Would be the easiest way.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      Wouldn't this only remove the installed tests rather than the entire application? I just tried it and running
      Code:
      phoronix-test-suite
      still works

      Comment


      • #4
        I believe this will work:

        sudo apt-get remove phoronix-test-suite && rm -rf ~/.phoronix-test-suite

        Comment

        Working...
        X