Answer the question
In order to leave comments, you need to log in
How to install packages on Debian from GIT?
How to install packages on Debian from GIT?
I have an ARM version of Debian, I need to install some packages from git.kali.org
How can I do this? Thanks
For example, you need to put the package git.kali.org/gitweb/?p=packages/mdk3.git;a=summary on Debian on ARM architecture. Who will tell?
Answer the question
In order to leave comments, you need to log in
git clone git://git.kali.org/packages/mdk3.git
cd mdk3
make
make install
First, do a standard installation via apt-get
if there is no package, then
docs.kali.org/development/rebuilding-a-package-fro...
These are not packages as you understand them...
These are Kali Linux Git Repositories - a). source codes, b). not for your distribution... well, etc.
How to install from source? there is only one way:
- download the sources to yourself using GIT
- try to compile ... if you're lucky - probably not lucky ;-)
- if it compiles, then try to install (make install) ... again - if you're lucky.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question