Install mupen64plus-qt
Installing mupen64plus-qt package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mupen64plus-qt
mupen64plus-qt package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mupen64plus-qt |
version | 1.8-2 |
description | Basic launcher for Mupen64Plus |
subsection | games |
website | github.com / dh4 / mupen64plus-qt |
maintainer | Sérgio Benjamim |
Uninstall mupen64plus-qt
To remove just mupen64plus-qt package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mupen64plus-qt
Uninstall mupen64plus-qt and it’s dependent packages
To remove the mupen64plus-qt package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mupen64plus-qt
Purging mupen64plus-qt
If you also want to delete configuration and/or data files of mupen64plus-qt from Debian Sid then this will work:
sudo apt-get purge mupen64plus-qt
To delete configuration and/or data files of mupen64plus-qt and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mupen64plus-qt