Independent PS5 Linux infrastructure
PS5 Linux Repo

PS5 Linux kernel updates

Update PS5 Linux through apt.

APT package repository for linux-ps5 updates.

Designed for Ubuntu . Kali . REMnux . Parrot

APT-ready
  • Install once, then update with normal apt commands.
  • Works with apt-based PS5 Linux installs.
  • Signed metadata is required before apt installs updates.
  • Package files and public archive key are available to inspect.
$ curl -fsSL https://ps5linux.bugbounty.zip/install.sh | sudo bash
$ sudo apt update
$ sudo apt install --reinstall linux-ps5

Install

One command adds the repo.

The installer adds the PS5 Linux package source and its public archive key, then apt can find linux-ps5 updates.

curl -fsSL https://ps5linux.bugbounty.zip/install.sh | sudo bash
Checking repository

Repository status

When the signed metadata and public archive key are published, this page will show the repo as online.

Repository layout

Package files you can inspect.

Package index

Shows the linux-ps5 package versions available to apt.

Signed metadata

Lets apt verify repository metadata before installing updates.

Kernel packages

Downloadable linux-ps5 packages are published beside the apt metadata.

Public key

The public archive key is used by apt to verify this repository.