Install zeitgeist-core
Installing zeitgeist-core package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install zeitgeist-core
zeitgeist-core package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | zeitgeist-core |
version | 0.9.16-0.1 |
description | event logging framework – engine |
subsection | utils |
website | zeitgeist-project.com |
maintainer | Siegfried-Angel Gevatter Pujals |
Uninstall zeitgeist-core
To remove just zeitgeist-core package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove zeitgeist-core
Uninstall zeitgeist-core and it’s dependent packages
To remove the zeitgeist-core package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove zeitgeist-core
Purging zeitgeist-core
If you also want to delete configuration and/or data files of zeitgeist-core from Debian Sid then this will work:
sudo apt-get purge zeitgeist-core
To delete configuration and/or data files of zeitgeist-core and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove zeitgeist-core