To uninstall btrfs-tools just follow these instructions.
/debian/stretch/main///install/index.html transitional dummy package Debian 9.0 admin 4.7.3-1
sudo apt-get remove btrfs-tools
Which will remove just the btrfs-tools package itself.
sudo apt-get remove --auto-remove btrfs-tools
This will remove the btrfs-tools package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for btrfs-tools then this will work.
sudo apt-get purge btrfs-tools
Or similarly, like this btrfs-tools
sudo apt-get purge --auto-remove btrfs-tools
Package | btrfs-tools |
Version | 4.7.3-1 |
Maintainer | Dimitri John Ledkov |
Description | transitional dummy package |
Distro | debian |
Release | stretch |
Repo | main |
Section | admin |