< Home - < Back

cpanel-sqlite


Information about the package, cpanel-sqlite, which is shipped with common Linux distributions. The cpanel-sqlite package is designed for, Library that implements an embeddable SQL database engine.


Package Name:

cpanel-sqlite

Summary:

Library that implements an embeddable SQL database engine

Description:

SQLite is a C library that implements an SQL database engine. A large subset of SQL92 is supported. A complete database is stored in a single disk file. The API is designed for convenience and ease of use. Applications that link against SQLite can enjoy the power and flexibility of an SQL database without the administrative hassles of supporting a separate database server. Version 2 and version 3 binaries are named to permit each to be installed on a single host

Architecture:

x86_64

Version:

3.22.0

Release:

1.cp1162

Size:

4.4 M

Repository:

installed

From Repository:

Licence:

Public Domain



Handy Yum Commands for cpanel-sqlite


Control the cpanel-sqlite package with the following handy commands outlined below.


Command

Description of Command

yum install cpanel-sqlite

This command will install cpanel-sqlite on the server.

yum remove cpanel-sqlite

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

yum -y remove cpanel-sqlite

This command will un-install cpanel-sqlite 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 cpanel-sqlite when using the -y flag.

yum update cpanel-sqlite

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

yum -y update cpanel-sqlite

This command will update cpanel-sqlite 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 cpanel-sqlite when using the -y flag.

yum info cpanel-sqlite

This command will show you core information about the cpanel-sqlite package.

yum deplist cpanel-sqlite

This command will show you the dependencies for cpanel-sqlite. 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 cpanel-sqlite

This command will check if there is an update waiting on cpanel-sqlite. 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.