3

How can I install ike package (shrew soft vpn)? I have tried with the command suto apt install ike, but it didn't work for me. The output is:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package ike

I tried with deb package with the following command:

sudo dpkg -i ike-qtgui_2.2.1+dfsg-6_amd64.deb

But it didn't work:

Selecting previously unselected package ike-qtgui.
(Reading database ... 162541 files and directories currently installed.)
Preparing to unpack ike-qtgui_2.2.1+dfsg-6_amd64.deb ...
Unpacking ike-qtgui (2.2.1+dfsg-6) ...
dpkg: dependency problems prevent configuration of ike-qtgui:
 ike-qtgui depends on ike; however:
  Package ike is not installed.
 ike-qtgui depends on libqtcore4 (>= 4:4.7.0~beta1); however:
  Package libqtcore4 is not installed.
 ike-qtgui depends on libqtgui4 (>= 4:4.5.3); however:
  Package libqtgui4 is not installed.

dpkg: error processing package ike-qtgui (--install): dependency problems - leaving unconfigured Processing triggers for gnome-menus (3.36.0-1ubuntu1) ... Processing triggers for desktop-file-utils (0.24-1ubuntu2) ... Processing triggers for mime-support (3.64ubuntu1) ... Processing triggers for man-db (2.9.1-1) ... Errors were encountered while processing: ike-qtgui

Eliah Kagan
  • 117,780

1 Answers1

1

The ike packages were dropped from Debian after Stretch (Released June 2017).

Correspondingly, Ubuntu dropped ike packages after 18.04.

You can build ike from source instead: Here's how

user535733
  • 62,253
  • Do you know another way to install this package? – user3660620 Apr 27 '20 at 05:31
  • Ubuntu 18.04 is supported for three more years. That would be the easiest way. – user535733 Apr 27 '20 at 13:28
  • Yes, I have used it in Ubuntu 18.04, but after update to Ubuntu 20.04 it doesn't work anymore. So I am looking for a way to install ike in Ubuntu 20.04. If you know an idea of how can I solve it, I will be very thankful. – user3660620 Apr 29 '20 at 19:36
  • I'm saying that your easy option is to go back to 18.04. You have a logic problem here: ike does not run on 20.04. Therefore, you must either use 18.04 or use a different VPN client. There is no easy magic "click this button and it will start to work" that we know of. Sorry to be the bearer of that bad news. If you have the skills you can try compiling ike for 20.04, but that seems a bit too much work for a mere VPN client. – user535733 Apr 29 '20 at 19:50
  • Do you know why it has been dropped? Security reasons? – Bibelo Jun 17 '20 at 06:45
  • I do not know the specifics of this case. Packages are rarely dropped for "security reasons" though it does happen for egregiously vulnerable software. They usually get fixed instead. Most dropped packages are due to transitions (package was renamed/merged/split), or the package developer(s) abandoned the project and nobody cared enough to fork it and continue the work, it or the Debian packager lost interest and no community member cared enough about the package to adopt it. – user535733 Jun 17 '20 at 13:28
  • Is it possible to connect to the same VPN I was previously accessing with the Shrewsoft client using options available to 20.04? I see I can create a new PPTN or OpenVPN connection, and I have a Shrewsoft .vpn config file. Not sure if these are compatible. – Martyn Jul 30 '20 at 15:28
  • @Martyn the Question indicates that ike is required. This Answer points out that ike is not available in 20.04. So the answer is 'No'. This seems like a Shrewsoft support question. – user535733 Jul 30 '20 at 16:44
  • For unbuntu 20.04 install instuctions see https://askubuntu.com/questions/1244258/how-to-install-ike-software-on-ubuntu-20-04 – Simon Zyx Aug 02 '21 at 11:20