Install mp3fs
Installing mp3fs package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mp3fs
mp3fs package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mp3fs |
version | 0.91-1+b1 |
description | FUSE filesystem for transcoding FLAC to MP3 on the fly |
subsection | utils |
website | khenriks.github.io / mp3fs / |
maintainer | Debian Multimedia Maintainers |
Uninstall mp3fs
To remove just mp3fs package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mp3fs
Uninstall mp3fs and it’s dependent packages
To remove the mp3fs package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mp3fs
Purging mp3fs
If you also want to delete configuration and/or data files of mp3fs from Debian Sid then this will work:
sudo apt-get purge mp3fs
To delete configuration and/or data files of mp3fs and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mp3fs