Install pike8.0-gl
Installing pike8.0-gl package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pike8.0-gl
pike8.0-gl package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pike8.0-gl |
version | 8.0.182-1 |
description | Mesa modules for Pike |
subsection | interpreters |
website | pike.lysator.liu.se |
maintainer | Magnus Holmgren |
Uninstall pike8.0-gl
To remove just pike8.0-gl package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pike8.0-gl
Uninstall pike8.0-gl and it’s dependent packages
To remove the pike8.0-gl package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pike8.0-gl
Purging pike8.0-gl
If you also want to delete configuration and/or data files of pike8.0-gl from Debian Sid then this will work:
sudo apt-get purge pike8.0-gl
To delete configuration and/or data files of pike8.0-gl and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pike8.0-gl