luajit from home:venenux:minenux project

Select Your Operating System

For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:venenux:minenux/CentOS_8/home:venenux:minenux.repo
yum install luajit
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:venenux:minenux/CentOS_7/home:venenux:minenux.repo
yum install luajit
For Raspbian 9.0 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/Raspbian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/Raspbian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For Debian Testing run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For Debian 9.0 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For Debian 8.0 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For Debian 7.0 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For Debian 12 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For Debian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For Debian 10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:venenux:minenux/Fedora_40/home:venenux:minenux.repo
dnf install luajit
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:venenux:minenux/Fedora_39/home:venenux:minenux.repo
dnf install luajit
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:venenux:minenux/Fedora_38/home:venenux:minenux.repo
dnf install luajit
For Fedora 33 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:venenux:minenux/Fedora_33/home:venenux:minenux.repo
dnf install luajit
For Raspbian 12 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For Raspbian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For Raspbian 10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:venenux:minenux/RHEL_7/home:venenux:minenux.repo
yum install luajit
For xUbuntu 24.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For xUbuntu 23.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For xUbuntu 22.10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For xUbuntu 22.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For xUbuntu 21.10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For xUbuntu 21.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For xUbuntu 20.10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/xUbuntu_20.10/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/xUbuntu_20.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For xUbuntu 20.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For xUbuntu 18.10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/xUbuntu_18.10/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/xUbuntu_18.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For xUbuntu 18.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For xUbuntu 17.10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/xUbuntu_17.10/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/xUbuntu_17.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For xUbuntu 17.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/xUbuntu_17.04/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/xUbuntu_17.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For xUbuntu 16.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For xUbuntu 14.10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/xUbuntu_14.10/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/xUbuntu_14.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit
For xUbuntu 14.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/venenux:/minenux/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/home:venenux:minenux.list
curl -fsSL https://download.opensuse.org/repositories/home:venenux:minenux/xUbuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_venenux_minenux.gpg > /dev/null
sudo apt update
sudo apt install luajit