You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Unable to install ipscan_3.8.0_amd64.deb due to unknown compression error.
To Reproduce
$ sudo gdebi ipscan_3.8.0_amd64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Reading state information... Done
Angry IP Scanner - fast and friendly IP Scanner
Angry IP Scanner is a cross-platform network scanner written in Java.
It can scan IP-based networks in any range, scan ports, and resolve
other information.
The program provides an easy to use GUI interface and is very extensible,
see https://angryip.org/ for more information.
Do you want to install the software package? [y/N]:y
/usr/bin/gdebi:113: FutureWarning: Possible nested set at position 1
c = findall("[[(](\S+)/\S+[])]", msg)[0].lower()
dpkg-deb: error: archive 'ipscan_3.8.0_amd64.deb' uses unknown compression for member 'control.tar.zst', giving up
dpkg: error processing archive ipscan_3.8.0_amd64.deb (--install):
dpkg-deb --control subprocess returned error exit status 2
Errors were encountered while processing:
ipscan_3.8.0_amd64.deb
Expected behavior
$ sudo gdebi ipscan_3.7.6_amd64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Reading state information... Done
Angry IP Scanner - fast and friendly IP Scanner
Angry IP Scanner is a cross-platform network scanner written in Java.
It can scan IP-based networks in any range, scan ports, and resolve
other information.
The program provides an easy to use GUI interface and is very extensible,
see https://angryip.org/ for more information.
Do you want to install the software package? [y/N]:y
/usr/bin/gdebi:113: FutureWarning: Possible nested set at position 1
c = findall("[[(](\S+)/\S+[])]", msg)[0].lower()
(Reading database ... 409654 files and directories currently installed.)
Preparing to unpack ipscan_3.7.6_amd64.deb ...
Unpacking ipscan (3.7.6) over (3.7.6) ...
Setting up ipscan (3.7.6) ...
Processing triggers for mailcap (3.69) ...
Processing triggers for desktop-file-utils (0.26-1) ...
Additional info
The compression method should be xz rather than zst
$ file ipscan_3.7.6_amd64.deb
ipscan_3.7.6_amd64.deb: Debian binary package (format 2.0), with control.tar.xz, data compression xz
$ file ipscan_3.8.0_amd64.deb
ipscan_3.8.0_amd64.deb: Debian binary package (format 2.0), with control.tar.zs, data compression zst
Versions (please complete the following information):
OS type and version
$ uname -a
Linux WOPR 5.15.0-2mx-amd64 #1 SMP Debian 5.15.5-1~mx21+1 (2021-11-29) x86_64 GNU/Linux
Java version, 32 or 64 bit, how was installed (java -version)
$ java --version
openjdk 11.0.13 2021-10-19
OpenJDK Runtime Environment (build 11.0.13+8-post-Debian-1deb11u1)
OpenJDK 64-Bit Server VM (build 11.0.13+8-post-Debian-1deb11u1, mixed mode, sharing)
The text was updated successfully, but these errors were encountered:
Describe the bug
Unable to install
ipscan_3.8.0_amd64.deb
due tounknown compression
error.To Reproduce
Expected behavior
Additional info
The compression method should be
xz
rather thanzst
Versions (please complete the following information):
java -version
)The text was updated successfully, but these errors were encountered: