Skip to content

Guide for my personal OBS open-source package repository

Notifications You must be signed in to change notification settings

beavailable/obs-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

obs-repo

This is a user guide for my personal open-source package repository hosted on the OBS (Open Build Service).

Supported Distributions & Architectures

Distributions

  • Debian 13
  • Ubuntu 24.04
  • Ubuntu 24.10
  • Ubuntu 25.04
  • Ubuntu 25.10

Architectures

  • amd64
  • arm64

Available Packages

Setup

Method 1

1. Add my GPG key

curl -fsSL https://download.opensuse.org/repositories/home:/beavailable/Debian_13/Release.key | sudo gpg --dearmor --yes -o /etc/apt/keyrings/obs-beavailable-keyring.gpg

2. Add the repository

Create the file /etc/apt/sources.list.d/obs-beavailable.sources and paste the following content:

Types: deb
URIs: https://download.opensuse.org/repositories/home:beavailable/REPO
Suites: ./
Signed-By: /etc/apt/keyrings/obs-beavailable-keyring.gpg

Replace REPO with one of the following names:

  • Debian_13
  • xUbuntu_24.04
  • xUbuntu_24.10
  • xUbuntu_25.04
  • xUbuntu_25.10

Method 2

sudo ./setup.sh

Remove Setup

sudo rm -f /etc/apt/sources.list.d/obs-beavailable.sources /etc/apt/keyrings/obs-beavailable-keyring.gpg

How To Install Packages?

sudo apt update
sudo apt install package1 package2 ...

About

Guide for my personal OBS open-source package repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages