У репозитория sonar-pkg нет файла Release

В Ubuntu 16.04 я добавил следующую строку /etc/apt/source.list:

deb http://downloads.sourceforge.net/project/sonar-pkg/deb binary/

Тогда я бегу sudo apt-get update, Появится следующее предупреждение:

W: The repository 'http://downloads.sourceforge.net/project/sonar-pkg/deb binary/ Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Есть ли способ пройти аутентификацию для sonar пакеты в апт?

2 ответа

Нет проблем

Когда ты бежишь sudo apt install sonar вы увидите это сообщение:

Install these packages without verification? [y/N]

Просто нажмите y и sonar будет установлен:)

Только что столкнулся с той же проблемой: Ubuntu 17.10

E: The repository 'http://downloads.sourceforge.net/project/sonar-pkg/deb binary/ Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.

Временное решение - загрузить пакет Debian и установить его следующим образом:

dpkg -i sonar_6.7.1_all.deb
Другие вопросы по тегам