Is there a way to build a .deb for this? #585
jaggzh
started this conversation in
Development
Replies: 4 comments 1 reply
-
Also:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Note: |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi @jaggzh ! I build the packages as explained here: https://github.com/evilsocket/opensnitch/wiki/Building-packages-with-pbuilder Or:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
It felt so close.. briefly... :)
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to build a debian package?
Building on linux, debian, stable, I'm using
sudo checkinstall make install
(to create a package by monitoring the installation). This requires the system python (sudo which pip
shows /usr/bin/pip) --sudo checkinstall make install
is also then installing stuff in /usr/local/lib/python3.9 .. (okay, no prob, I guess)..But it then begins erroring:
Beta Was this translation helpful? Give feedback.
All reactions