< Home - < Back

lua-loop


Information about the package, lua-loop, which is shipped with common Linux distributions. The lua-loop package is designed for, Class models for Lua.


Package Name:

lua-loop

Summary:

Class models for Lua

Description:

LOOP stands for Lua Object-Oriented Programming and is a set of packages for supporting different models of object-oriented programming in the Lua language. LOOP models are mainly concerned with dynamicity, although there is an attempt to keep them as simple and efficient as possible. Additionally, LOOP uses fundamental Lua concepts like tables (objects) and meta-tables (classes), traditionally used to enable an object-oriented programming style, to provide a common ground for the interoperability of objects and classes of its different models.

Architecture:

noarch

Version:

2.3

Release:

0.2.beta.el6

Size:

46 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for lua-loop


Control the lua-loop package with the following handy commands outlined below.


Command

Description of Command

yum install lua-loop

This command will install lua-loop on the server.

yum remove lua-loop

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

yum -y remove lua-loop

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

yum update lua-loop

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

yum -y update lua-loop

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

yum info lua-loop

This command will show you core information about the lua-loop package.

yum deplist lua-loop

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

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