Installing in CentOS / Rocky Linux / Alma Linux #4631
-
Hi there, Love what happen here, I want to install firejail in rocky linux (which considered same like centos), but I haven't found any suitable package for rpm except for fedora, any suggestions are welcomed. Thanks in advance! 👍 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You can build an rpm by yourself (see https://github.com/netblue30/firejail/wiki/Using-firejail-from-git#Fedora and https://github.com/netblue30/firejail/blob/master/Makefile.in#L230 to get started) or you can install it the |
Beta Was this translation helpful? Give feedback.
You can build an rpm by yourself (see https://github.com/netblue30/firejail/wiki/Using-firejail-from-git#Fedora and https://github.com/netblue30/firejail/blob/master/Makefile.in#L230 to get started) or you can install it the
./configure && make && make install
way (see https://github.com/netblue30/firejail/wiki/Using-firejail-from-git#makefile).