gcarmix / HexWalk

Hex Viewer/Editor/Analyzer compatible with Linux/Windows/MacOS
https://www.hexwalk.com
GNU General Public License v3.0
733 stars 30 forks source link

Can't apt install on Ubuntu 20.04 #33

Closed dzid26 closed 7 months ago

dzid26 commented 7 months ago
sudo add-apt-repository ppa:carmix/ppa

 More info: https://launchpad.net/~carmix/+archive/ubuntu/ppa
Press [ENTER] to continue or Ctrl-c to cancel adding it.

Ign:1 http://ppa.launchpad.net/carmix/ppa/ubuntu focal InRelease
Get:2 https://deb.nodesource.com/node_16.x focal InRelease [4583 B]
Hit:3 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal InRelease
Hit:4 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease
Hit:5 https://download.docker.com/linux/ubuntu focal InRelease
Hit:6 http://ppa.launchpad.net/kisak/kisak-mesa/ubuntu focal InRelease
Hit:7 http://security.ubuntu.com/ubuntu focal-security InRelease
Err:8 http://ppa.launchpad.net/carmix/ppa/ubuntu focal Release
  404  Not Found [IP: 185.125.190.80 80]
Hit:9 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:10 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:11 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:12 https://packagecloud.io/github/git-lfs/ubuntu focal InRelease
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/carmix/ppa/ubuntu focal Release' does not have a Release file.
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.
Get:1 https://deb.nodesource.com/node_16.x focal InRelease [4583 B]
Ign:2 http://ppa.launchpad.net/carmix/ppa/ubuntu focal InRelease
Hit:3 https://download.docker.com/linux/ubuntu focal InRelease
Hit:4 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal InRelease
Hit:5 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:6 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease
Hit:7 http://ppa.launchpad.net/kisak/kisak-mesa/ubuntu focal InRelease
Hit:8 http://security.ubuntu.com/ubuntu focal-security InRelease
Err:9 http://ppa.launchpad.net/carmix/ppa/ubuntu focal Release
  404  Not Found [IP: 185.125.190.80 80]
Hit:10 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:11 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:12 https://packagecloud.io/github/git-lfs/ubuntu focal InRelease
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/carmix/ppa/ubuntu focal Release' does not have a Release file.
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.
sudo apt install hexwalk
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package hexwalk
gcarmix commented 7 months ago

This can be because I created the package on jammy (22.04), I'll try to reproduce on focal and let you know

gcarmix commented 7 months ago

I tried on focal and I confirm that the problem is related to the fact that the package on ppa is compiled for Jammy (22.04) anyway for now you can safely use the portable AppImage version that you can find in the release, it is tested on Focal and has the same functionalities. https://github.com/gcarmix/HexWalk/releases/download/v1.7.1/HexWalk_1.7.1.AppImage