Recently I moved to using kubuntu from mint, and when I tried to install npm I got the following error
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: libssl-dev : Depends:
libssl3 (= 3.0.2-0ubuntu1) but 3.0.2-0ubuntu1.6 is to be installed E:
Unable to correct problems, you have held broken packages.
Is there a way for me to solve this or will I need to find a different distribution if I wish to work with npm?
sudo apt update
& read messages; all lines there & none missing, no issues... etc – guiverc Nov 03 '22 at 23:45