Install morse2ascii
Installing morse2ascii package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install morse2ascii
morse2ascii package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | morse2ascii |
version | 0.2+dfsg-1 |
description | tool for decoding the morse codes from a PCM WAV file |
subsection | hamradio |
website | aluigi.altervista.org / mytoolz.htm |
maintainer | Dominik George |
Uninstall morse2ascii
To remove just morse2ascii package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove morse2ascii
Uninstall morse2ascii and it’s dependent packages
To remove the morse2ascii package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove morse2ascii
Purging morse2ascii
If you also want to delete configuration and/or data files of morse2ascii from Debian Sid then this will work:
sudo apt-get purge morse2ascii
To delete configuration and/or data files of morse2ascii and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove morse2ascii