ztefn / haguichi

Haguichi provides a graphical frontend for Hamachi on Linux.
https://haguichi.net
GNU General Public License v3.0
151 stars 8 forks source link

Not working, not installing #52

Closed BonBonSlick closed 2 years ago

BonBonSlick commented 2 years ago
Err:13 http://ppa.launchpad.net/ztefn/haguichi-stable/ubuntu jammy InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB75B0EBE2C821AC
Hit:16 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease
Reading package lists... Done

solved with

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EB75B0EBE2C821AC
Executing: /tmp/apt-key-gpghome.dLmh9je38j/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys EB75B0EBE2C821AC
gpg: key EB75B0EBE2C821AC: public key "Launchpad PPA for Stephen Brandt" imported
gpg: Total number processed: 1
gpg:               imported: 1

sudo apt install -y haguichi
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  haguichi
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 287 kB of archives.
After this operation, 1,099 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/ztefn/haguichi-stable/ubuntu jammy/main amd64 haguichi amd64 1.4.5~ubuntu22.04.1 [287 kB]
Fetched 287 kB in 0s (782 kB/s)  
dpkg-deb: error: archive '/var/cache/apt/archives/haguichi_1.4.5~ubuntu22.04.1_amd64.deb' uses unknown compression for member 'control.tar.zst', giving up
dpkg: error processing archive /var/cache/apt/archives/haguichi_1.4.5~ubuntu22.04.1_amd64.deb (--unpack):
 dpkg-deb --control subprocess returned error exit status 2
Errors were encountered while processing:
 /var/cache/apt/archives/haguichi_1.4.5~ubuntu22.04.1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
ztefn commented 2 years ago

That seems very strange... are you actually running Ubuntu 22.04 or are you trying to use the PPA on some other distribution? And did you use add-apt-repository command to add the PPA?

ztefn commented 2 years ago

Closing this issue due to lack of response from reporter.

BonBonSlick commented 2 years ago

@ztefn


bonbon@bonbon:~$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
bonbon@bonbon:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 10 (buster)
Release:    10
Codename:   buster
bonbon@bonbon:~$ hostnamectl
   Static hostname: bonbon
         Icon name: computer-desktop
           Chassis: desktop
  Operating System: Debian GNU/Linux 10 (buster)
            Kernel: Linux 4.19.0-19-amd64
      Architecture: x86-64

I was adding repository, but archive type is not readbale, supported in debian .zst

So I just used console to connect to network etc. Issue can be closed because this app not for linux but for Ubunty only.

ztefn commented 2 years ago

@BonBonSlick Haguichi is available for a wide variety of Linux distributions. Its merely a case of following the installation instructions for your actual distribution from the official website: https://haguichi.net/download/#debian