Install openlugaru-data
Installing openlugaru-data package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install openlugaru-data
openlugaru-data package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | openlugaru-data |
version | 0~20110520.1+hge4354-4 |
description | data for the third-person rabbit action game OpenLugaru |
subsection | games |
website | bitbucket.org / osslugaru / lugaru / wiki / Home |
maintainer | Debian Games Team |
Uninstall openlugaru-data
To remove just openlugaru-data package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove openlugaru-data
Uninstall openlugaru-data and it’s dependent packages
To remove the openlugaru-data package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove openlugaru-data
Purging openlugaru-data
If you also want to delete configuration and/or data files of openlugaru-data from Debian Sid then this will work:
sudo apt-get purge openlugaru-data
To delete configuration and/or data files of openlugaru-data and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove openlugaru-data