< Home - < Back

luci


Information about the package, luci, which is shipped with common Linux distributions. The luci package is designed for, Web-based high availability administration application.


Package Name:

luci

Summary:

Web-based high availability administration application

Description:

Luci is a web-based high availability administration application built on the TurboGears 2 framework.

Architecture:

x86_64

Version:

0.26.0

Release:

93.el6.centos

Size:

599 k

Repository:

base

From Repository:

Licence:

GPLv2 and MIT



Handy Yum Commands for luci


Control the luci package with the following handy commands outlined below.


Command

Description of Command

yum install luci

This command will install luci on the server.

yum remove luci

This command will un-install luci on the server. When you run this command, you will be asked if you are sure that you want to remove luci, so you have to manually confirm that you want to do this.

yum -y remove luci

This command will un-install luci on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove luci when using the -y flag.

yum update luci

This command will update luci to the latest version. When you run this command, you will be asked if you are sure that you want to remove luci, so you have to manually confirm that you want to do this.

yum -y update luci

This command will update luci to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove luci when using the -y flag.

yum info luci

This command will show you core information about the luci package.

yum deplist luci

This command will show you the dependencies for luci. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update luci

This command will check if there is an update waiting on luci. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.