I'm trying to download Edge browser and I got this in terminal
by linux-man from LinuxQuestions.org on (#6K5C0)
I'm trying to download Edge browser and I got this message at the bottom in terminal
Code:sudo apt install software-properties-common apt-transport-https ca-certificates curl -y
[sudo] password for linux:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
apt-transport-https is already the newest version (2.2.4).
ca-certificates is already the newest version (20210119).
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:
software-properties-common : Depends: python3-software-properties (= 0.96.20.2-2.1) but it is not installable
E: Unable to correct problems, you have held broken packages.
Code:sudo apt install software-properties-common apt-transport-https ca-certificates curl -y
[sudo] password for linux:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
apt-transport-https is already the newest version (2.2.4).
ca-certificates is already the newest version (20210119).
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:
software-properties-common : Depends: python3-software-properties (= 0.96.20.2-2.1) but it is not installable
E: Unable to correct problems, you have held broken packages.