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