wingpro8_8.0.2-0_amd64.deb does not install on Debian 10
mike@t430sDebianBackup:~/Downloads/Wing8$ wing8
<output deleted>
OSError: libxcb-util.so.1: cannot open shared object file: No such file or directory
mike@t430sDebianBackup:~/Downloads/Wing8$ uname -a
Linux t430sDebianBackup 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64 GNU/Linux
mike@t430sDebianBackup:~/Downloads/Wing8$ cat /etc/debian_version
10.10
Comments
Is the libxcb package installed? It's actually split into many sub-packages and I'm not sure off-hand which you need (see for example https://packages.debian.org/source/bu... ). I think this is a package that is renamed on different Linux distributions and we may have removed our dependency for it to solve problems installing on other systems. 'm guessing that it'll work if you install the package that provides libcxb-util and any others Wing uses.
mike@t430sDebianBackup:~/.local/share$ sudo apt list --installed |grep libxcb |grep util
mike@t430sDebianBackup:~/.local/share$ sudo apt install libxcb-util Reading package lists Done Building dependency tree
Reading state information Done E: Unable to locate package libxcb-util
Yes, the package is not called libcxb-util. See https://packages.debian.org/source/bu... for all the packages associated with libcxb. I'm not sure which you need or why it's spilt up like this. There does seem to be one called libcxb-util1 that I see mentioned in a few places so maybe that is it.
libxcb-dri2-0:amd64 1.13.1-2
libxcb-dri2-0-dev:amd64 1.13.1-2
libxcb-dri3-0:amd64 1.13.1-2
libxcb-dri3-dev:amd64 1.13.1-2
libxcb-glx0:amd64 1.13.1-2
libxcb-glx0-dev:amd64 1.13.1-2
libxcb-icccm4:amd64 0.4.1-1.1 libxcb-image0:amd64 0.4.0-1+b2 libxcb-keysyms1:amd64 0.4.0-1+b2 libxcb-present-dev:amd64 1.13.1-2
libxcb-present0:amd64 1.13.1-2
libxcb-randr0:amd64 1.13.1-2
libxcb-randr0-dev:amd64 1.13.1-2
libxcb-render-util0:amd64 0.3.9-1+b1 libxcb-render0:amd64 1.13.1-2
libxcb-render0-dev:amd64 1.13.1-2
libxcb-shape0:amd64 1.13.1-2
libxcb-shape0-dev:amd64 1.13.1-2
libxcb-shm0:amd64 1.13.1-2
libxcb-shm0-dev:amd64 1.13.1-2
libxcb-sync-dev:amd64 1.13.1-2
libxcb-sync1:amd64 1.13.1-2
libxcb-util0:amd64 0.3.8-3+b2 libxcb-xfixes0:amd64 1.13.1-2
libxcb-xfixes0-dev:amd64 1.13.1-2
libxcb-xinerama0:amd64 1.13.1-2
libxcb-xinput0:amd64 1.13.1-2
libxcb-xkb1:amd64 1.13.1-2
libxcb-xtest0:amd64 1.13.1-2 ... (more)