I tried:
echo "libgtk-3-0 hold" | sudo dpkg --set-selections
I got the answer from this thread: libgtk-3-0 dependency issues It didn't help. Do I need to install an older version?
This the response when I try to:
sudo apt-get install mate-desktop-environment
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:
libgail-3-0 : Depends: libgtk-3-0 (= 3.24.25-1ubuntu4.1) but 3.24.25-1ubuntu4 is to be installed
E: Unable to correct problems, you have held broken packages.
I am using Ubuntu 21.04 Linux 5.11.0-17-generic on x86_64
Output from "apt policy libgail-3-0
" is: The operation couldn’t be completed. Unable to locate a Java Runtime. Please visit http://www.java.com for information on installing Java.
apt policy libgail-3-0
would be informative. – Organic Marble May 25 '21 at 22:28apt policy
command. Java is irrelevant. – Organic Marble May 26 '21 at 04:11