1

enter image description here

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.

AEM
  • 1,166
Alex
  • 11
  • 1
    Do the upgrade and fix the issues there before attempting to install neofetch. You could start with the 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:56
  • 1
    Please don't provide pictures of text (copy & paste the text into your question yourself), I can't copy & paste from a picture to explore your errors.. Since you have access to the text, you can explore the issue yourself, but neofetch does work in focal or 20.04. – guiverc Apr 27 '21 at 22:46

1 Answers1

2

You need to enable universe repository to install the missing dependencies:

sudo add-apt-repository universe
sudo apt update
GAD3R
  • 3,507