mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 06:06:02 -06:00
docs: recommend .deb or building from source on debian/ubuntu (#7110)
Most recent releases: * firejail 0.9.72: 2023-01-16 * firejail 0.9.74: 2025-03-24 * firejail 0.9.76: 2025-07-30 * firejail 0.9.78: 2026-01-03 * firejail 0.9.80: 2026-03-14 firejail 0.9.76 was released over 6 months ago, but the packages from both Debian stable (13 / Trixie) and the Ubuntu PPA appear to still be on firejail 0.9.74, which is over 1 year old[1] [2]. As for installing firejail through Debian backports, it is unclear to me if that is currently working and if so, which firejail version would be installed on each Debian version. Lastly, the packages on Ubuntu seem to still be on firejail 0.9.72, which is over 3 years old, even on the latest Ubuntu 25.10 and on the upcoming Ubuntu 26.04[3]. So to avoid bugs and bug reports caused by old firejail versions, recommend either installing the release .deb file from GitHub or building from source on Debian/Ubuntu. Relates to #6842 #7060. [1] https://tracker.debian.org/pkg/firejail [2] https://launchpad.net/~deki/+archive/ubuntu/firejail [3] https://launchpad.net/ubuntu/+source/firejail
This commit is contained in:
parent
7cb4c6034b
commit
cb12f77632
1 changed files with 26 additions and 0 deletions
26
README.md
26
README.md
|
|
@ -91,11 +91,35 @@ For the supported versions, see [SECURITY.md](SECURITY.md).
|
|||
|
||||
### Debian
|
||||
|
||||
Note: The versions from Debian stable and backports are likely to be outdated,
|
||||
so currently we recommend either downloading and installing the .deb package
|
||||
from the latest release:
|
||||
|
||||
* <https://github.com/netblue30/firejail/releases/latest>
|
||||
|
||||
Or [building from source](#building).
|
||||
|
||||
<details>
|
||||
<summary>Old instructions</summary>
|
||||
|
||||
Debian stable (bullseye): We recommend to use the
|
||||
[backports](https://packages.debian.org/bullseye-backports/firejail) package.
|
||||
|
||||
</details>
|
||||
|
||||
### Ubuntu
|
||||
|
||||
Note: The versions from the distribution and PPA are likely to be outdated, so
|
||||
currently we recommend either downloading and installing the .deb package from
|
||||
the latest release:
|
||||
|
||||
* <https://github.com/netblue30/firejail/releases/latest>
|
||||
|
||||
Or [building from source](#building).
|
||||
|
||||
<details>
|
||||
<summary>Old instructions</summary>
|
||||
|
||||
Note: The PPA recommendation is mainly for firejail itself; it should be fine
|
||||
to install firetools and firejail-related tools directly from the distribution
|
||||
if they are not in the PPA as they tend to be updated less frequently.
|
||||
|
|
@ -138,6 +162,8 @@ See the following discussions for details:
|
|||
* [How to install the latest version on Ubuntu and
|
||||
derivatives](https://github.com/netblue30/firejail/discussions/4663)
|
||||
|
||||
</details>
|
||||
|
||||
### Other
|
||||
|
||||
Firejail is available in multiple Linux distributions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue