LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-18-2019, 05:24 AM   #1
Vivek Nepal
LQ Newbie
 
Registered: Dec 2019
Posts: 2

Rep: Reputation: Disabled
Post problems while installing fingerprint-gui in kali linux(kde plasma)


Help please...
hi,i am a newbie in linux.I have installed kali linux(kde plasma 2019 oct version)And i tried almost everything i found in internet but still i am unable to use fingerprint to login my laptop.I tried to install fingerprint-gui using ppa repository but i am getting an error saying

W: GPG error: http://ppa.launchpad.net/fingerprint...int-gui/ubuntu oneiric Release: The following signatures were invalid: 8141A328E64AC6C85D337D03EFD5FA852F20733F E: The repository 'http://ppa.launchpad.net/fingerprint/fingerprint-gui/ubuntu oneiric Release' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.

Even i tried by clonig git of fingerprint-gui from github...but there as well i am getting error while giving make cmd which says like,

cd bin/ && make -f Makefile make[1]: Entering directory '/root/Softwares/2fingerprint-gui/bin' cd fingerprint-gui/ && make -f Makefile make[2]: Entering directory '/root/Softwares/2fingerprint-gui/bin/fingerprint-gui' g++ -c -m64 -pipe -fno-strict-aliasing -O2 -D_REENTRANT -Wall -W -DLIBEXECDIR="/usr/local/lib/fingerprint-gui" -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I../../include -I../../upek/include -I. -I. -o MainWindowImpl.o ../../src/MainWindowImpl.cpp In file included from ../../src/MainWindowImpl.cpp:46: ../../src/../include/UserSettings.h:30:10: fatal error: QtCrypto: No such file or directory 30 | #include | ^~~~~~~~~~ compilation terminated. make[2]: * [Makefile:475: MainWindowImpl.o] Error 1 make[2]: Leaving directory '/root/Softwares/2fingerprint-gui/bin/fingerprint-gui' make[1]: * [Makefile:45: sub-fingerprint-gui-make_default] Error 2 make[1]: Leaving directory '/root/Softwares/2fingerprint-gui/bin' make: *** [Makefile:39: sub-bin-make_default] Error 2

I just want to use my in buitlt fingerprint feature...isn't there any other fingerprint managing tools in official kali repository...or could anyone please help me with any other alternative solution??
 
Old 12-18-2019, 06:05 AM   #2
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by Vivek Nepal View Post
Help please...
hi,i am a newbie in linux.I have installed kali linux(kde plasma 2019 oct version)And i tried almost everything i found in internet but still i am unable to use fingerprint to login my laptop.I tried to install fingerprint-gui using ppa repository but i am getting an error saying

W: GPG error: http://ppa.launchpad.net/fingerprint...int-gui/ubuntu oneiric Release: The following signatures were invalid: 8141A328E64AC6C85D337D03EFD5FA852F20733F E: The repository 'http://ppa.launchpad.net/fingerprint/fingerprint-gui/ubuntu oneiric Release' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.

Even i tried by clonig git of fingerprint-gui from github...but there as well i am getting error while giving make cmd which says like,

cd bin/ && make -f Makefile make[1]: Entering directory '/root/Softwares/2fingerprint-gui/bin' cd fingerprint-gui/ && make -f Makefile make[2]: Entering directory '/root/Softwares/2fingerprint-gui/bin/fingerprint-gui' g++ -c -m64 -pipe -fno-strict-aliasing -O2 -D_REENTRANT -Wall -W -DLIBEXECDIR="/usr/local/lib/fingerprint-gui" -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I../../include -I../../upek/include -I. -I. -o MainWindowImpl.o ../../src/MainWindowImpl.cpp In file included from ../../src/MainWindowImpl.cpp:46: ../../src/../include/UserSettings.h:30:10: fatal error: QtCrypto: No such file or directory 30 | #include | ^~~~~~~~~~ compilation terminated. make[2]: * [Makefile:475: MainWindowImpl.o] Error 1 make[2]: Leaving directory '/root/Softwares/2fingerprint-gui/bin/fingerprint-gui' make[1]: * [Makefile:45: sub-fingerprint-gui-make_default] Error 2 make[1]: Leaving directory '/root/Softwares/2fingerprint-gui/bin' make: *** [Makefile:39: sub-bin-make_default] Error 2

I just want to use my in buitlt fingerprint feature...isn't there any other fingerprint managing tools in official kali repository...or could anyone please help me with any other alternative solution??
If you're new to Linux, then Kali is the worst choice of distribution.

You are trying to use software repositories meant for Ubuntu, with the very error messages you have posted plainly telling you that Kali does NOT support such third party repositories. And you really wonder why you are having problems ?

And on top of that, you've tried to build "fingerprint-gui" from source where you clearly don't have the required dependencies/development packages installed.

Here's an "alternative solution": use Ubuntu instead if you want to install something from Ubuntu's software repo's - you can also install all of the tools you would find in Kali in Ubuntu itself, and here's how.

Also read this while you're at it.
 
1 members found this post helpful.
Old 12-18-2019, 06:18 AM   #3
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by Vivek Nepal View Post
Help please...
hi,i am a newbie in linux.I have installed kali linux(kde plasma 2019 oct version)
The two statements contradict each other. From the documentation:
Quote:
Kali is a Linux distribution specifically geared towards professional penetration testers and security specialists, and given its unique nature, it is NOT a recommended distribution if you’re unfamiliar with Linux
Quote:
And i tried almost everything i found in internet but still i am unable to use fingerprint to login my laptop.I tried to install fingerprint-gui using ppa repository but i am getting an error saying

W: GPG error: http://ppa.launchpad.net/fingerprint...int-gui/ubuntu oneiric Release: The following signatures were invalid: 8141A328E64AC6C85D337D03EFD5FA852F20733F E: The repository 'http://ppa.launchpad.net/fingerprint/fingerprint-gui/ubuntu oneiric Release' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.
There are installation options that allow you to install unsigned software. As stated above, this is risky. Did you check the apt-secure man page?
Quote:
Even i tried by clonig git of fingerprint-gui from github...but there as well i am getting error while giving make cmd which says like,

cd bin/ && make -f Makefile make[1]: Entering directory '/root/Softwares/2fingerprint-gui/bin' cd fingerprint-gui/ && make -f Makefile make[2]: Entering directory '/root/Softwares/2fingerprint-gui/bin/fingerprint-gui' g++ -c -m64 -pipe -fno-strict-aliasing -O2 -D_REENTRANT -Wall -W -DLIBEXECDIR="/usr/local/lib/fingerprint-gui" -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I../../include -I../../upek/include -I. -I. -o MainWindowImpl.o ../../src/MainWindowImpl.cpp In file included from ../../src/MainWindowImpl.cpp:46: ../../src/../include/UserSettings.h:30:10: fatal error: QtCrypto: No such file or directory 30 | #include | ^~~~~~~~~~ compilation terminated. make[2]: * [Makefile:475: MainWindowImpl.o] Error 1 make[2]: Leaving directory '/root/Softwares/2fingerprint-gui/bin/fingerprint-gui' make[1]: * [Makefile:45: sub-fingerprint-gui-make_default] Error 2 make[1]: Leaving directory '/root/Softwares/2fingerprint-gui/bin' make: *** [Makefile:39: sub-bin-make_default] Error 2
Looks like some prerequisite is missing. Please format the output so that it becomes readable.
Quote:
I just want to use my in buitlt fingerprint feature...isn't there any other fingerprint managing tools in official kali repository...or could anyone please help me with any other alternative solution??
Since Kali is Debian-based, I would search for fingerprint reader software in the Debian repos.

Last edited by berndbausch; 12-18-2019 at 06:20 AM. Reason: added hyperlink
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
fingerprint match against collection of previos fingerprint mukesh.methaniya Linux - Software 1 04-18-2023 05:51 PM
LXer: Solus Readies KDE Plasma Edition Testing ISO with Latest KDE Plasma 5.14 Desktop LXer Syndicated Linux News 0 10-25-2018 03:03 PM
LXer: KDE Plasma 5.13 Desktop Reaches End of Life, KDE Plasma 5.14 Arrives October 9 LXer Syndicated Linux News 0 09-15-2018 10:30 PM
fingerprint-gui "Could not open fingerprint device" exactiv Linux - Security 4 12-15-2015 04:50 PM
Failed to fetch http://http.kali.org/kali/dists/kali/Release.gpg aymeric75 Linux - General 2 07-11-2015 05:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration