I've tried looking all over the internet for answers but there isn't anything helpful. I use "sudo apt install libzip5" but it gives me this error:
E: Unable to locate package libzip5
How do I approach this issue? If you need more information let me know. Thank you for your assistance.
Fightcade2 needs libzip.so.5 for Dreamcast games, but how do I install that on Ubuntu 21.10?
https://github.com/actions/virtual-environments/issues/1084#issuecomment-648035263
This may help
More on reddit.comUbuntu 22.04 doesn't support libzip5 in apt
mysql - unable to install libzip4 on ubuntu 19.04 - Stack Overflow
How do I install libzip5 on Linux Mint 21 Cinnamon? sudo apt install libzip5 doesn't work.
I would certainly love to play some Soul Calibur online, and it theoretically has rollback on Fightcade2 now. Unfortunately, it crashes when I try to launch it, and the terminal output says it's looking for libzip.so.5. On Kubuntu 21.10, I apparently only have repositories for libzip4. Is there any way to add one for libzip5? It must be an obscure enough problem, because my Google searching isn't finding me anything for how to get it on a non-LTS Ubuntu distro.
EDIT: I seem to have found a repository that I can add, from here. Installed okay, but Fightcade2 still has issues on Soul Calibur.
https://github.com/actions/virtual-environments/issues/1084#issuecomment-648035263
This may help
libzip.so.5 is here
https://ubuntu.pkgs.org/20.04/ubuntu-universe-arm64/libzip5_1.5.1-0ubuntu1_arm64.deb.html
instructions are there too. u do not put the file in fightcade. its installed with the cmds in the website
As suggested by the name mysql-workbench-community_8.0.16-1ubuntu18.04_amd64.deb was packaged for Ubuntu 18.04 which has libzip4. You can add the Ubuntu 18.04 package repository to your Ubuntu 19.04 installation like so:
$ echo deb http://archive.ubuntu.com/ubuntu/ bionic universe | sudo tee /etc/apt/sources.list.d/bionic.list
$ sudo apt-get update
And you will then be able to install with:
$ sudo apt install ./mysql-workbench-community_8.0.16-1ubuntu18.04_amd64.deb
snap install mysql-workbench-community