mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2503] How to install deb packages inside chroot firejail #1627
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#1627
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 @Raj2032 on GitHub (Mar 2, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2503
I downloaded a deb package in my main system, now I want to know how do I run the deb package inside the chroot firejail?
@smitsohu commented on GitHub (Mar 2, 2019):
I assume this is a continuation of #2477?
Just
chrootinto the directory and install the package like you normally do. Once the application is installed, run it from outside the chroot as normal user withfirejail --chroot=/directory.Don't forget to keep chroot environment and application up to date.
@smitsohu commented on GitHub (Mar 2, 2019):
I'm assuming here that you populated the chroot directory with a tool like debootstrap.
DON'T install something in the chroot if all is only bind-mounts, you might screw your system if you don't know what you are doing.