From 09124f0f330b2788a9396ef75eb3c10787c183df Mon Sep 17 00:00:00 2001 From: Fred-Barclay Date: Fri, 5 Oct 2018 21:10:16 -0500 Subject: Begin work on docs --- docs/installing.rst | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/installing.rst (limited to 'docs/installing.rst') diff --git a/docs/installing.rst b/docs/installing.rst new file mode 100644 index 000000000..dfca9155d --- /dev/null +++ b/docs/installing.rst @@ -0,0 +1,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§ion=all +.. _Gentoo: https://packages.gentoo.org/packages/sys-apps/firejail +.. _Ubuntu: https://packages.ubuntu.com/search?keywords=firejail&searchon=names&suite=all§ion=all +.. _PPA: https://launchpad.net/~deki/+archive/ubuntu/firejail -- cgit v1.2.3-54-g00ecf