Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Help with i-nex installation

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
Motas652
Posts: 1
Joined: 2017-09-12 07:59

Help with i-nex installation

#1 Post by Motas652 »

Hi,
I need a help please with installing i-nex.
I followed the steps in the read me file but I am getting an error message. I did a google search, youtube but found no answer.


Please assist.

Commands I used. (Reference https://github.com/i-nex/I-Nex)
git clone https://github.com/eloaders/I-Nex.git
cd ./I-Nex && \
fakeroot debian/rules build && \
fakeroot debian/rules binary && \
cd .. && \
sudo dpkg -i ./i-nex*.deb

Message shown on command line:
mutamadsha@kali:~/I-Nex$ fakeroot debian/rules binary && \
> cd .. && \
> sudo dpkg -i ./i-nex*.deb
dh binary --with autoreconf
make: dh: Command not found
debian/rules:18: recipe for target 'binary' failed
make: *** [binary] Error 127
mutamadsha@kali:~/I-Nex$



Thank you.

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: Help with i-nex installation

#2 Post by arochester »

mutamadsha@kali
Kali Linux Forums >>> https://forums.kali.org/

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Help with i-nex installation

#3 Post by stevepusser »

https://build.opensuse.org/package/show ... -nex/i-nex

Wait, why did it fail on the i386 Stretch build only? Let me trigger a rebuild and see what happens...OK, built.
make: dh: Command not found
Usually is because you don't have Debian packaging tools installed, debhelper in particular. Those instructions are very incomplete, and are useless. My builds at least also need to build against a "libcpuid" package that is not in Debian or Ubuntu, so I have to have that in my i-nex repo also. Manual builders need to build libcpuid first and then install it and its -dev package before installing all of i-nex's other build-deps.

If you are indeed using Kali, that's not the platform to learn on. Here is some Kali boilerplate I copied off Reddit:
Kali Linux is an incredibly specialized and notably unsafe distro designed to be used in a live environment by an incredibly small group of very technically savvy people. You are not part of this group. It is NOT Debian. Please do not use Kali Linux.

f you're interested in any of the tools Kali includes, they can be installed on basically any normal Linux distro.
MX Linux packager and developer

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: Help with i-nex installation

#4 Post by debiman »

i-nex = vanity software

also i once tried to install it and realised it's buggy/sluggish beyond usability.

why, oh why?

use inxi instead.

Post Reply