Installed Linux Mint 18.3 has a Software manager. How can I expand its capabilities? By connecting repositories? Where to dig?

1 answer 1

In Mint, repository descriptions are located in the /etc/apt directory.

From Gui, you can use the regular utility (System -> Update Manager, there is "Edit / Application Sources"):

enter image description here

Well, or there is an add-apt-repository , example:

 # Добавили репозиторий: $ sudo add-apt-repository 'deb http://debian.drdteam.org/ stable multiverse' # Установили ключ: $ wget -O - http://debian.drdteam.org/drdteam.gpg | sudo apt-key add - # Обновились: $ sudo apt-get update # И устанавливаем любимую игрушку :) $ sudo apt-get install zandronum doomseeker-zandronum