Install python-nxt-filer
Installing python-nxt-filer package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-nxt-filer
python-nxt-filer package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-nxt-filer |
version | 2.2.2-2 |
description | simple GUI to manage files on a LEGO Mindstorms NXT |
subsection | python |
website | code.google.com / p / nxt-python / |
maintainer | Scott Kitterman |
Uninstall python-nxt-filer
To remove just python-nxt-filer package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-nxt-filer
Uninstall python-nxt-filer and it’s dependent packages
To remove the python-nxt-filer package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-nxt-filer
Purging python-nxt-filer
If you also want to delete configuration and/or data files of python-nxt-filer from Debian Sid then this will work:
sudo apt-get purge python-nxt-filer
To delete configuration and/or data files of python-nxt-filer and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-nxt-filer