Welcome to lnx APT Repository

This repository hosts custom Debian packages that i maintain for fun.

How to Install

Run the following commands in your terminal to add this repository to your system:

Step 1 — Download the public key
Copied
curl -fsSL https://lnoxsian.github.io/lnx-apt-repo/pubkey.gpg | sudo gpg --dearmor -o /usr/share/keyrings/lnx-apt-repo-keyring.gpg

Step 2 — Add repository to sources (arch=amd64)
Copied
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/lnx-apt-repo-keyring.gpg] https://lnoxsian.github.io/lnx-apt-repo any main" | sudo tee /etc/apt/sources.list.d/lnx-apt-repo.list > /dev/null

Step 3 — Update and install package
Copied
sudo apt update
sudo apt install whatsapp