Fruit’s APT repository

Fruit’s APT repository

I maintain a small apt repository with stuff I care about, and that may in some cases be useful for others as well.

What is available

Packages for Fruitbak, Kavoom, libavl2, Firefox, the Linux kernel and more. Browse the repository root for a full list.

How to add it

1. Download the key

sudo curl --output-dir /etc/apt/trusted.gpg.d -O https://apt.fruit.je/fruit.gpg

2. Add a sources.list entry

Add the following to /etc/apt/sources.list.d/fruit.list:

deb http://apt.fruit.je/debian bullseye firefox

Replace http with https if you prefer (downloads are tamper-protected even over http though).

Replace debian with the name of the OS of your machine.

Replace bullseye with the OS codename of your machine.

Replace firefox with the list of components you’re interested in.

To find the available operating systems and versions and the packages available for each, you can browse the repository root.

3. Update the package list

sudo apt update

4. Install the package you’re interested in

sudo apt install mpv

Last update: Nov 20, 2024