When I try (On Ubuntu 18.04.5 LTS)
sudo apt install zsnes
I get the following
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
zsnes:i386 : Depends: libsdl1.2debian:i386 (>= 1.2.11) but it is not going to be installed
I then try
sudo apt install libsdl1.2debian:i386
I get the following
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
kio : Depends: libkf5notifications5 (>= 4.96.0) but it is not going to be installed
Depends: libkf5wallet-bin but it is not going to be installed
libkf5wallet5 : Depends: libkwalletbackend5-5 (= 5.44.0-0ubuntu1) but it is not going to be installed
libsdl1.2debian:i386 : Depends: libcaca0:i386 (>= 0.99.beta17-1) but it is not going to be installed
I keep going down the rabbit hole of trying to install the these unmet dependencies and I am just totally in over my head. Can anyone point me in the right direction? I have 2 linux machines at home (2 laptops). One laptop has no problem installing zsnes but my other laptop just keeps giving me errors. Both my laptops are running Ubuntu 18.04.5 LTS so I don't understand why one computer with the same OS has no issue installing a program and the other one does.
I tried the solution in here and it did not work Unmet dependencies (linux-headers, linux-image)
I've tried
sudo apt --fix-broken install
and that did not fix the problem. I've also already run
sudo apt update
and
sudo apt upgrade
and yes even
sudo dpkg --configure -a
sudo apt clean
sudo apt autoclean
sudo apt -f install
and still the same issue. When I run
cat /etc/apt/sources.list
I get this
deb http://us.archive.ubuntu.com/ubuntu/ bionic universe multiverse main
deb http://security.ubuntu.com/ubuntu bionic main
# deb-src http://security.ubuntu.com/ubuntu bionic main