Closed shaohua-deng closed 5 years ago
Did you get the packages from the links in the README?
Yes. Here is the command from history
wget https://github.com/gsamokovarov/jump/releases/download/v0.23.0/jump_0.23.0_amd64.deb
I tried several times on two machines, It's unlike a download issue.
The binary file jump_linux_amd64_binary is good, I can run it directly.
It's probably an issue with FPM, as I build them from my local macOS machine. I'll try and rebuild the debs and test them under Ubuntu or Debian.
Reproduced the issue, happens on Linux as well. Will check the fpm
build command and re-upload the debs once fixed.
Thanks for the catch! The problem was that the latest FPM version (1.11.0) yields bad DEB packages. I have re-packaged the Debian release and re-uploaded it. Can you test it and tell me whether it's okay?
It's good now. I installed the deb file with command dpkg -i
Great!
This happens on two computers of mine.
While the same command succed with v0.22.0
My OS information: $ cat /etc/os-release NAME="Ubuntu" VERSION="18.04.2 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.2 LTS" VERSION_ID="18.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic