Install nepomuk-core-data
Installing nepomuk-core-data package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nepomuk-core-data
nepomuk-core-data package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nepomuk-core-data |
version | 4:4.14.0-1 |
description | Nepomuk Semantik Desktop core libraries — shared data files |
subsection | libs |
website | kde.org |
maintainer | Debian Qt/KDE Maintainers |
Uninstall nepomuk-core-data
To remove just nepomuk-core-data package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nepomuk-core-data
Uninstall nepomuk-core-data and it’s dependent packages
To remove the nepomuk-core-data package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nepomuk-core-data
Purging nepomuk-core-data
If you also want to delete configuration and/or data files of nepomuk-core-data from Debian Sid then this will work:
sudo apt-get purge nepomuk-core-data
To delete configuration and/or data files of nepomuk-core-data and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nepomuk-core-data