04, I tried installing clang using the following command
`sudo apt install clang`
however getting the following error
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:
clang : Depends: clang-3.8 (>= 3.8~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
any help would be much appreciated.
sudo apt update
sudo apt install clang-10
– Archisman Panigrahi Oct 21 '22 at 21:43Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package clang-10
– Ankit Kumar Oct 25 '22 at 12:48