< Home - < Back

perl-DBD-SQLite


Information about the package, perl-DBD-SQLite, which is shipped with common Linux distributions. The perl-DBD-SQLite package is designed for, Self Contained RDBMS in a DBI Driver.


Package Name:

perl-DBD-SQLite

Summary:

Self Contained RDBMS in a DBI Driver

Description:

SQLite is a public domain RDBMS database engine that you can find at http://www.hwaci.com/sw/sqlite/. Rather than ask you to install SQLite first, because SQLite is public domain, DBD::SQLite includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your perl project you simply have to install this module, and nothing else.

Architecture:

x86_64

Version:

1.27

Release:

3.el6

Size:

221 k

Repository:

installed

From Repository:

base

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-DBD-SQLite


Control the perl-DBD-SQLite package with the following handy commands outlined below.


Command

Description of Command

yum install perl-DBD-SQLite

This command will install perl-DBD-SQLite on the server.

yum remove perl-DBD-SQLite

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

yum -y remove perl-DBD-SQLite

This command will un-install perl-DBD-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 perl-DBD-SQLite when using the -y flag.

yum update perl-DBD-SQLite

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

yum -y update perl-DBD-SQLite

This command will update perl-DBD-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 perl-DBD-SQLite when using the -y flag.

yum info perl-DBD-SQLite

This command will show you core information about the perl-DBD-SQLite package.

yum deplist perl-DBD-SQLite

This command will show you the dependencies for perl-DBD-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 perl-DBD-SQLite

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