Привет всем!
Я прохожу курс “от 0 до Linux админа” по адресу https://yodo.im/courses/linux/?v=1d20b5ff1ee9 и столкнулся с проблемой при установке пакетов в Ubuntu 26.04 через apt.
Когда я пытаюсь выполнить команду:
sudo apt install asn
Получаю следующие сообщения об ошибках:
Solving dependencies... 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:
Unsatisfied dependencies:
asn : Depends: aha but it is not going to be installed
Depends: curl but it is not going to be installed
Depends: grepcidr but it is not going to be installed
Depends: ipcalc but it is not going to be installed
Depends: ncat but it is not going to be installed
Depends: nmap but it is not going to be installed
Depends: whois but it is not going to be installed
В общем, у меня возникли проблемы с зависимостями, и я не могу установить необходимый пакет. Может кто-то сталкивался с подобной проблемой и может подсказать, как её можно решить? Буду благодарен за любые советы!