adileo / squirreldisk

Beautiful, Cross-Platform and Super Fast Disk Usage Analysis Tool - Built With Rust 🦀
https://squirreldisk.com
GNU Affero General Public License v3.0
741 stars 24 forks source link

Fails to start on Ubuntu 22.04 #12

Open duncanawoods opened 1 year ago

duncanawoods commented 1 year ago

The application fails to start on Ubuntu 22.04.

The following message is in syslog:

squirrel-disk.desktop[30721]: squirrel-disk: error while loading shared libraries: libssl.so.1. cannot open shared object file: No such file or directory

furkanmumcu commented 1 year ago

You can try the following:

wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb

sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb