To uninstall zstd just follow these instructions.
sudo apt-get remove zstd
This will remove just the zstd package itself.
sudo apt-get remove --auto-remove zstd
This will remove the zstd package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for zstd then this will work.
sudo apt-get purge zstd
Or similarly, like this zstd
sudo apt-get purge --auto-remove zstd
Package | zstd |
Version | 0.8.0-1 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | https://github.com/Cyan4973/zstd |
Description | fast lossless compression algorithm — CLI tool |
Distro | ubuntu |
Release | yakkety |
Repo | universe |
Section | universe/utils |