Installed Perfectly on Ubuntu but I cannot install at all on Kali. #228
infusion007
started this conversation in
General
Replies: 1 comment 1 reply
-
I can install it from the source code on Kali 2023.01 in VM. Please try to build from the source code. Preparesudo apt-get update
sudo apt-get install -y \
build-essential \
qtbase5-dev \
libqt5websockets5-dev \
qtwebengine5-dev \
qttools5-dev \
qt5keychain-dev \
openconnect Buildcmake -B build \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS_RELEASE=-s
MAKEFLAGS=-j$(nproc) cmake --build build Installsudo cmake --install build
sudo systemctl enable gpservice.service
sudo systemctl daemon-reload
sudo systemctl restart gpservice.service Run
|
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
-
Hi Yuezk,
this Installed Perfectly on Ubuntu 20.10 but I cannot install it at all on Kali 2023.01
Would you have any idea how I could get this to work?
Thanks very much in advance.
Beta Was this translation helpful? Give feedback.
All reactions