Install libprophet-perl
Installing libprophet-perl package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libprophet-perl
libprophet-perl package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libprophet-perl |
version | 0.750-1 |
description | distributed, peer-to-peer replicated database system |
subsection | perl |
website | search.cpan.org / dist / Prophet / |
maintainer | Jonas Smedegaard |
Uninstall libprophet-perl
To remove just libprophet-perl package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libprophet-perl
Uninstall libprophet-perl and it’s dependent packages
To remove the libprophet-perl package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libprophet-perl
Purging libprophet-perl
If you also want to delete configuration and/or data files of libprophet-perl from Debian Sid then this will work:
sudo apt-get purge libprophet-perl
To delete configuration and/or data files of libprophet-perl and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libprophet-perl