contour icon indicating copy to clipboard operation
contour copied to clipboard

Ubuntu 22.04 Debian package missing dependency on libssh2

Open pdietl opened this issue 1 year ago • 1 comments
trafficstars

Contour Terminal version

0.4.3.6442

Installer source

GitHub: release page

Operating System

Ubuntu 22.04.3 LTS

Architecture

x86-64

Other Software

No response

Steps to reproduce

wget https://github.com/contour-terminal/contour/releases/download/v0.4.3.6442/contour-0.4.3.6442-ubuntu22.04-amd64.deb sudo apt remove libssh2-1 sudo apt install ./contour-0.4.3.6442-ubuntu22.04-amd64.deb contour

contour: error while loading shared libraries: libssh2.so.1: cannot open shared object file: No such file or directory

Expected Behavior

For libssh2 to be installed automatically as a dependency of the Debian package.

Actual Behavior

Contour won't launch unless I manually install libssh2-1.

Additional notes

No response

pdietl avatar Feb 14 '24 22:02 pdietl

what if you include --fix-broken as apt argument, will it resolve this issue?

Yaraslaut avatar Feb 15 '24 08:02 Yaraslaut

contour uses libssh2 when user specify remote server instead of shell and we can not make debian to install additional packages from inside package itself, thus i am closing this one

Yaraslaut avatar Feb 27 '24 16:02 Yaraslaut