aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing.rst
blob: dfca9155d7269ebb0bfd4e0b1b168997d613fd14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Installing Firejail
================================================================================

Install from distributions repositories (recommended)
-------------------------------------------------------------------------------
Some common Linux distributions to provide Firejail in their repositories are:
 - `Alpine`_
 - `Arch`_
 - `Debian`_
 - `Gentoo`_
 - `Ubuntu`_


*Notes:*

1. For Ubuntu users (or those who use derivatives like Linux Mint) who want to always have the latest version of Firejail, we also provide a `PPA`_
2. Ubuntu and Debian users: when installing Firejail from the repository or the PPA, you will probably also want to install the **firejail-profiles** package:

.. code-block:: bash

  sudo apt install firejail firejail-profiles


Install directly
--------------------------------------------------------------------------------
While we recommend installing from your Linux distribution's repositories, there
may be times you want to get Firejail directly from the developers.



.. _Alpine: https://pkgs.alpinelinux.org/packages?name=firejail
.. _Arch: https://www.archlinux.org/packages/community/x86_64/firejail/
.. _Debian: https://packages.debian.org/search?keywords=firejail&searchon=names&suite=all&section=all
.. _Gentoo: https://packages.gentoo.org/packages/sys-apps/firejail
.. _Ubuntu: https://packages.ubuntu.com/search?keywords=firejail&searchon=names&suite=all&section=all
.. _PPA: https://launchpad.net/~deki/+archive/ubuntu/firejail