0

Is it possible to have a stable Debian system, with the option to install single programs from testing/unstable with the distribution package manager?

In particular, I would need to always have the latest version of LLVM/clang, and the stability of the stable version of the OS.

Should I install it manually?

1 Answer 1

1

Is it possible to have a stable Debian system, with the option to install single programs from testing/unstable with the distribution package manager?

The answer is yes. You can use Debian Backports.

See the Backports Webpage

It says

You are running Debian stable, because you prefer the Debian stable tree. It runs great, there is just one problem: the software is a little bit outdated compared to other distributions. This is where backports come in.

Backports are packages taken from the next Debian release (called "testing"), adjusted and recompiled for usage on Debian stable. Because the package is also present in the next Debian release, you can easily upgrade your stable+backports system once the next Debian release comes out. (In a few cases, usually for security updates, backports are also created from the Debian unstable distribution.)

Backports cannot be tested as extensively as Debian stable, and backports are provided on an as-is basis, with risk of incompatibilities with other components in Debian stable. Use with care!

It is therefore recommended to only select single backported packages that fit your needs, and not use all available backports.

You may need to add Backports to your source list. The Debian Backports Instructions will show you how

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.