wineHQ Webサイトの指示に従ってパッケージをインストールしました。次の手順に進むのに問題があります。
Linux Mint 19.xでは、最後の行は次のようになります。
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/**ICON**bionic main'
スペースはハイパーリンクアイコンで作成されます。上記の行をいくつかの順列で試してみましたが、常に次に戻ります。
E: The repository 'https://dl.winehq.org/wine-builds/ubuntu/dists/bionic
bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is
therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user
configuration details.
リポジトリの正確なアドレスが何であるかよくわかりません。
よろしくお願いします。
答え1
これ発射台指示する:
wget https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/'
私はMintに慣れていませんが、Ubuntuに基づいているのでうまくいきます。