My Debian/Ubuntu packages - misc

Description

Various packages that don't belong anywhere else:

eawpatches-package

eawpatches (also known as eawpats) provides a set of Gravis patch files suitable for MIDI audio synthesis. It is more complete than the freepats package, but since many of these patches are of unknown origin, they cannot be distributed by Debian.

This utility makes it possible to build your own personal Debian package of eawpatches.

psx-bios-package

Most PSX emulators require a genuine PlayStation BIOS; even those that don't (because they come with an emulated BIOS) will usually work better with one.

This utility makes it possible to build your own personal Debian package of a Sony PlayStation BIOS image.

fbriere-archive-keyring

GnuPG key used by this repository to authenticate packages.

Installation

(Reminder: Make sure you have installed the fbriere-archive-keyring package beforehand!)

Download the .sources file below corresponding to your current release, place it in the /etc/apt/sources.list.d/ directory, and run apt update.

If you prefer, the following command line (run as root) will automatically perform all of the above:
apt-get -y install curl lsb-release && (cd "$(mktemp -d)" && dpkg -i $(curl -# -f -w '%{filename_effective}' -O https://www.fbriere.net/debian/fbriere-archive-keyring.deb)) && (cd /etc/apt/sources.list.d && curl -# -f -O https://www.fbriere.net/debian/sources/$(lsb_release -cs)/fbriere_misc.sources) && apt-get update

Debian releases

buster (oldoldstable) - bullseye (oldstable) - bookworm (stable) - trixie (testing) - sid (unstable)

Ubuntu releases

bionic (18.04) - focal (20.04) - jammy (22.04) - mantic (23.10) - noble (24.04)