DebianOpt is an additional repository for Debian users. It provides packages of many interesting open-source softwares. It aims to make it easier to install softwares in Debian as well as providing a way for developers to distribute their awesome projects.
This repository focuses on the latest stable Debian version. Currently Debian 12 (Bookworm)
is supported. Supported CPU architectures are: amd64
arm64
.
It uses scripts to check updates and build packages automatically, so we can ensure that all packages here are up-to-date!
sudo sh -c "$(curl -fsSL https://raw.githubusercontent.com/coslyk/debianopt-repo/develop/add-repo.sh)"
Use mirrors or proxies to speed up the downloads. See Mirrors and Proxies for details.
You can obtain a list of packages from package list as well as recipes.
It is safe to your Debian system. We use strict packaging rules to ensure that the packages don't break the dependencies in the Debian's official repository, so installing packages from here won't affect softwares you've installed on your system.
However, since packages here are built automatically and not tested by human, the functionality of programs is not guaranteed. If you meet errors when launching the program, please submit an issue.
Packages are maintained automatically using scripts. You only need to write a YAML config file. Please see Wiki for details.