Install mtasc
Installing mtasc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mtasc
mtasc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mtasc |
version | 1.14-3+b1 |
description | ActionScript 2 to Flash (SWF) compiler |
subsection | devel |
website | mtasc.org |
maintainer | Paul Wise |
Uninstall mtasc
To remove just mtasc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mtasc
Uninstall mtasc and it’s dependent packages
To remove the mtasc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mtasc
Purging mtasc
If you also want to delete configuration and/or data files of mtasc from Debian Sid then this will work:
sudo apt-get purge mtasc
To delete configuration and/or data files of mtasc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mtasc