Install floppyd
Installing floppyd package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install floppyd
floppyd package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | floppyd |
version | 4.0.18-2 |
description | Daemon for remote access to floppy drives |
subsection | otherosfs |
website | gnu.org / software / mtools / |
maintainer | Anibal Monsalve Salazar |
Uninstall floppyd
To remove just floppyd package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove floppyd
Uninstall floppyd and it’s dependent packages
To remove the floppyd package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove floppyd
Purging floppyd
If you also want to delete configuration and/or data files of floppyd from Debian Sid then this will work:
sudo apt-get purge floppyd
To delete configuration and/or data files of floppyd and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove floppyd