How to uninstall clive-utils from Ubuntu
Uninstall clive-utils
To uninstall just clive-utils package itself from Ubuntu execute on terminal:
sudo apt-get remove clive-utils
Uninstall clive-utils and it's dependent packages
To uninstall the clive-utils package and any other dependant package which are no longer needed on Ubuntu.
sudo apt-get autoremove clive-utils
Purging clive-utils
If you also want to delete configuration and/or data files of clive-utils from Ubuntu then this will work:
sudo apt-get purge clive-utils
To delete configuration and/or data files of clive-utils and it's dependencies from Ubuntu then execute:
sudo apt-get autoremove --purge clive-utils
clive-utils package information
name | clive-utils |
---|---|
section | utils |
description | additional utilities for clive Contains the following utilities to be used together with clive. * clivefeed -- parse RSS feeds containing video page links and use clive to extract them * clivescan -- scan video pages for video links and use clive to extract them. Scans for video page and embedded video links. * clivepass -- create and change passwords for websites used by clive. The passwords are encrypted and saved along with the username information. Access is restricted by using a global passphrase. |
website | code.google.com/ p/ clive-utils/ |
maintainer | ubuntu-motu@lists.ubuntu.com |
More information about apt-get remove
Advanced Package Tool, or APT, is a free software user interface that works with core libraries to handle the installation and removal of software on Debian, Ubuntu and other Linux distributions. APT simplifies the process of managing software on Unix-like computer systems by automating the retrieval, configuration and installation of software packages, either from precompiled files or by compiling source code.
apt-get is the command-line tool for handling packages, and may be considered the user's "back-end" to other tools using the APT library.
apt-get remove is identical to install except that packages are removed instead of installed. Note that removing a package leaves its configuration files on the system. If a plus sign is appended to the package name (with no intervening space), the identified package will be installed instead of removed.