I am simply attempting to install Neofetch
in Ubuntu 20.04, but the above image shows that I am unable to. What should I do? Any help is appreciated.
Asked
Active
Viewed 2,663 times
1
1 Answers
2
You need to enable universe
repository to install the missing dependencies:
sudo add-apt-repository universe
sudo apt update

GAD3R
- 3,507
apt --fix-broken install
as it suggests. Also, consider pasting your text into your questions, screenshots are annoying. – Organic Marble Apr 27 '21 at 17:56neofetch
does work in focal or 20.04. – guiverc Apr 27 '21 at 22:46