< Home - < Back

luajit


Information about the package, luajit, which is shipped with common Linux distributions. The luajit package is designed for, Just-In-Time Compiler for Lua.


Package Name:

luajit

Summary:

Just-In-Time Compiler for Lua

Description:

LuaJIT implements the full set of language features defined by Lua 5.1. The virtual machine (VM) is API- and ABI-compatible to the standard Lua interpreter and can be deployed as a drop-in replacement.

Architecture:

x86_64

Version:

2.0.4

Release:

3.el6

Size:

302 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for luajit


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


Command

Description of Command

yum install luajit

This command will install luajit on the server.

yum remove luajit

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

yum -y remove luajit

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

yum update luajit

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

yum -y update luajit

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

yum info luajit

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

yum deplist luajit

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

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