Ubuntu APT source management

Neofetch

If you can’t run or install neofetch that probably means that the universe repository is not registered. To do so, just run the following commands.

sudo add-apt-repository universe
sudo apt update
sudo apt install neofetch

The main repositories for Ubuntu 22.04 LTS

sudo add-apt-repository main

To enable universe repository,

sudo add-apt-repository universe

To enable multiverse repository,

sudo add-apt-repository multiverse

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.