mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4059] firejail.config not found after following git instructions on the source .tarball #2523
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2523
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tredondo on GitHub (Mar 7, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4059
I followed the Debian/Ubuntu -> "With AppArmor" instructions, but instead of waiting to clone the whole repo, I downloaded the source tarball.
After following the build instructions when I run firejail, I get
Now I don't know how to uninstall this so it won't conflict with the
firejailfrom the Ubuntu packages :(@rusty-snake commented on GitHub (Mar 7, 2021):
FYI:
git clone --depth=1 https://github.com/netblue30/firejail.gitIf you have not delted you build dir yet:
sudo make uninstall@ghost commented on GitHub (Mar 7, 2021):
That's odd. Seeing /usr/local/etc/firejail suggests you didn't use the --prefix=/usr part of the instructions:
There is also a PPA you can use that offers latest stable releases and which is maintained by one of our collaborators. That might be easier to keep up with than building from git.
@tredondo commented on GitHub (Mar 7, 2021):
I'm 95% sure I copy-pasted that instruction line, because I was able to build from git using the same instructions, and it's working now.
@rusty-snake re "If you have not delted you build dir yet:
sudo make uninstall"https://github.com/netblue30/firejail/wiki/Using-firejail-from-git#cons says "uninstalling can be complicated if you delete the repo or run ./configure with other flags". Should that be amended to mention
sudo make uninstall?@rusty-snake commented on GitHub (Mar 14, 2021):
A uninstall instruction for https://github.com/netblue30/firejail/wiki/Using-firejail-from-git#makefile sound reasonable.
@rusty-snake commented on GitHub (May 12, 2021):
Added
sudo make uninstallto https://github.com/netblue30/firejail/wiki/Using-firejail-from-git#makefile.