M
M
MefistofelKr2015-11-23 18:10:42
linux
MefistofelKr, 2015-11-23 18:10:42

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

3 answer(s)
T
TyzhSysAdmin, 2015-11-23
@MefistofelKr

git clone git://git.kali.org/packages/mdk3.git
cd mdk3
make
make install

S
sim3x, 2015-11-23
@sim3x

First, do a standard installation via apt-get
if there is no package, then
docs.kali.org/development/rebuilding-a-package-fro...

O
Oleg Tsilyurik, 2015-11-23
@Olej

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 question

Ask a Question

731 491 924 answers to any question