Я получаю следующую ошибку, когда добавляю их репозиторий в apt sources и запускаю apt update
:
E: Failed to fetch https://atlassian.artifactoryonline.com/atlassian/hipchat-apt-client/dists/xenial/Release No Hash entry in Release file /var/lib/apt/lists/partial/atlassian.artifactoryonline.com_atlassian_hipchat-apt-client_dists_xenial_Release which is considered strong enough for security purposes
E: Some index files failed to download. They have been ignored, or old ones used instead.
Я знаю, что это связано с изменениями в системе безопасности при подписании пакетов, и я открыл тикет в службу поддержки Atlassian, но не получил от них ответа.
Между тем, есть ли какой-нибудь обходной путь?
решение1
Пока Atlassian не исправит репозиторий, вы можете скачатьdeb-файли используйте dpkg для установки:
wget https://atlassian.artifactoryonline.com/atlassian/hipchat-apt-client/pool/HipChat4-4.0.1517-Linux.deb
sudo dpkg -i HipChat4-4.0.1517-Linux.deb
решение2
sudo sh -c 'echo "deb https://atlassian.artifactoryonline.com/atlassian/hipchat-apt-client $(lsb_release -c -s) main" > /etc/apt/sources.list.d/atlassian-hipchat4.list'
wget -O - https://atlassian.artifactoryonline.com/atlassian/api/gpg/key/public | sudo apt-key add -
sudo apt-get update
sudo apt-get install hipchat4