mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4014] Installation problem: trying to overwrite '/etc/firejail/0ad.profile' #2505
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#2505
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 @igor2x on GitHub (Feb 26, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4014
I get error when installing firejail deb package.
Bug and expected behavior
Reproduce
sudo dpkg -i firejail_0.9.64.4_1_amd64.deband the following output appears:
Environment
Linux distribution:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.2 LTS
Release: 20.04
Codename: focal
Firejail version
(see above deb file)
@rusty-snake commented on GitHub (Feb 26, 2021):
Looks like you have a firejail installation from the ubuntu packages (what shows
apt list --installed | grep firejail). You need to uninstall this first (sudo apt remove --autoremove --purge firejail firejail-profiles).@igor2x commented on GitHub (Feb 26, 2021):
I executed your "apt list" command:
Then I have executed your "apt remove" command and installed firejail as described in my first post.
Command
firejail --versionoutputs:firejail version 0.9.64.4Problem solved. Thanks for help.