Install netatalk
Installing netatalk package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install netatalk
netatalk package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | netatalk |
version | 2.2.5-1+b1 |
description | AppleTalk user binaries |
subsection | net |
website | netatalk.sourceforge.net |
maintainer | Debian Netatalk team |
Uninstall netatalk
To remove just netatalk package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove netatalk
Uninstall netatalk and it’s dependent packages
To remove the netatalk package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove netatalk
Purging netatalk
If you also want to delete configuration and/or data files of netatalk from Debian Sid then this will work:
sudo apt-get purge netatalk
To delete configuration and/or data files of netatalk and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove netatalk