Install kolab-cyrus-clients on Ubuntu: sudo apt-get install kolab-cyrus-clients
Learn how to install kolab-cyrus-clients with the command sudo apt-get install kolab-cyrus-clients on Ubuntus.
Quick installation of kolab-cyrus-clients:
Step 1: Update system:
sudo apt-get update
Step 2: Install: kolab-cyrus-clients
Ater updaing the OS run following command to install the packae:
sudo apt-get install kolab-cyrus-clients
Package Details | |
Package: | kolab-cyrus-clients |
Version: | 2.2.13p1-0.3build1 |
Maintainer: | Ubuntu Developers |
Home page: | http://cyrusimap.web.cmu.edu/ |
Description: | Kolab Cyrus mail system (test clients) This package contains client tools to test the Cyrus IMAPd suite. It contains the mupdatetest, sivtest, smtptest, lmtptest, imtest and pop3test tools which can be used to interactively talk to a mupdate, Sieve, SMTP, LMTP, IMAP or POP3 server. The clients are fully SASL-enabled for authentication. . For more information, please see the kolab-cyrus-common package. Homepage: http://cyrusimap.web.cmu.edu/ |
Distro: | Ubuntu 12.04 LTS |
Release: | |
Repo/Section: | universe/mail |
How to install kolab-cyrus-clients on Ubuntu 12.04 LTS?
First of all update your system with the command:
sudo apt-get update
Above command will download the package lists for Ubuntu 12.04 LTS on your system. This will update the list of newest versions of packages and its dependencies on your system.
After downloading the latest package list with the help of above you can run the installation process.
If kolab-cyrus-clients is not installed on your compter then the command 'dpkg -L kolab-cyrus-clients' will give followin error.
deepak@deepak-VirtualBox:~$ dpkg -L kolab-cyrus-clients Package `kolab-cyrus-clients' is not installed. Use dpkg --info (= dpkg-deb --info) to examine archive files, and dpkg --contents (= dpkg-deb --contents) to list their contents. deepak@deepak-VirtualBox:~$
Installing kolab-cyrus-clients:
After system update use the following command to install kolab-cyrus-clients:
sudo apt-get install kolab-cyrus-clients
Above command will confirm before installing the package on your Ubuntu 12.04 LTS Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.
How to uninstall/remove kolab-cyrus-clients from Ubuntu 12.04 LTS?
Now we will see the commands for uninstalling the kolab-cyrus-clients from Ubuntu 12.04 LTS. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.
To remove the kolab-cyrus-clients following command is used:
sudo apt-get remove kolab-cyrus-clients
Following command is used to remove the kolab-cyrus-clients package along with its dependencies:
sudo apt-get remove --auto-remove kolab-cyrus-clients
This will remove kolab-cyrus-clients and all its dependent packages which is no longer needed in the system.
Completely removing kolab-cyrus-clients with all configuration files:
Following command should be used with care as it deletes all the configuration files and data:
sudo apt-get purge kolab-cyrus-clients
or you can use following command also:
sudo apt-get purge --auto-remove kolab-cyrus-clients
Above command will remove all the configuration files and data associated with kolab-cyrus-clients package. You can can't recover the delete data, so, use this command with care.