Install chiark-scripts on Ubuntu: sudo apt-get install chiark-scripts

Learn how to install chiark-scripts with the command sudo apt-get install chiark-scripts on Ubuntus.


 

Ads

Quick installation of chiark-scripts:

Step 1: Update system:

	sudo apt-get update

Step 2: Install: chiark-scripts

Ater updaing the OS run following command to install the packae:

	sudo apt-get install chiark-scripts

Package Details

Package:chiark-scripts
Version:4.1.28+nmu2build1
Maintainer:Ubuntu Developers
Home page:
Description:chiark system administration scripts This package contains a number of small administration scripts used by chiark.greenend.org.uk and other systems belonging to the Sinister Greenend Organisation. Featuring: . chiark-named-conf: a tool for managing nameserver configurations and checking for suspected DNS problems. Its main functions are to check that delegations are appropriate and working, that secondary zones are slaved from the right places, and to generate a configuration for BIND, from its own input file. . sync-accounts: a simple but flexible account info synchroniser. sync-accounts is a tool for copying un*x account data from remote systems and installing it locally. It is flexible and reasonably straightforward, but lacks integration with other distributed databases such as NIS. . cvs-repomove and cvs-adjustroot: tools for moving CVS repositories and adjusting working trees. . palm-datebook-reminders: a program which emails mails you reminders about the appointments in your Palm's Datebook. . cvsweb-list: cgi program to list ucgi (userv-utils) cvsweb repos . expire-iso8601: keep or expire backup trees named after their dates . gnucap2genspic, ngspice2genspic, genspic2gnuplot: convert gnucap files and ngspice output files to genspic and genspic files to gnuplot input so they can be plotted. . hexterm: connects to serial port and allows the user interact in ASCII and hex. Ie, a hex "terminal" program which lets you speak a serial port protocol directly. (Needs tcl8.4 to be installed.) . random-word, remountresizereiserfs, summarise-mailbox-preserving-privacy
Distro:Ubuntu 12.04 LTS
Release:
Repo/Section:universe/admin

How to install chiark-scripts on Ubuntu 12.04 LTS?

First of all update your system with the command:

sudo apt-get update

Ads

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 chiark-scripts is not installed on your compter then the command 'dpkg -L chiark-scripts' will give followin error.

deepak@deepak-VirtualBox:~$ dpkg -L chiark-scripts
Package `chiark-scripts' 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 chiark-scripts:

After system update use the following command to install chiark-scripts:

sudo apt-get install chiark-scripts

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 chiark-scripts from Ubuntu 12.04 LTS?

Now we will see the commands for uninstalling the chiark-scripts 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 chiark-scripts following command is used:

sudo apt-get remove  chiark-scripts

Following command is used to remove the chiark-scripts package along with its dependencies:

sudo apt-get remove --auto-remove chiark-scripts

This will remove chiark-scripts and all its dependent packages which is no longer needed in the system.

Completely removing chiark-scripts with all configuration files:

Following command should be used with care as it deletes all the configuration files and data:

sudo apt-get purge chiark-scripts

or you can use following command also:

sudo apt-get purge --auto-remove chiark-scripts

Above command will remove all the configuration files and data associated with chiark-scripts package. You can can't recover the delete data, so, use this command with care.