< Home - < Back

pnglite


Information about the package, pnglite, which is shipped with common Linux distributions. The pnglite package is designed for, A lightweight C library for loading PNG images.


Package Name:

pnglite

Summary:

A lightweight C library for loading PNG images

Description:

pnglite is a C library for loading PNG images. It was created as a substitute for libpng in situations when libpng is more than enough. It currently requires zlib for inflate and crc checking and it can read the most common types of PNG images. The library has a small and simple to use interface.

Architecture:

x86_64

Version:

0.1.17

Release:

1.el6.2

Size:

10 k

Repository:

epel

From Repository:

Licence:

zlib



Handy Yum Commands for pnglite


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


Command

Description of Command

yum install pnglite

This command will install pnglite on the server.

yum remove pnglite

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

yum -y remove pnglite

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

yum update pnglite

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

yum -y update pnglite

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

yum info pnglite

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

yum deplist pnglite

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

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