LSBコード名は有効なLMコード名ではなく、Wineをインストールできません。

LSBコード名は有効なLMコード名ではなく、Wineをインストールできません。

昨日、Linux Mint 19 Xfceをインストールし、今すぐWineをインストールしようとしていますが、必ずsudo apt-add-repository 'debコマンドを使用してください。https://dl.winehq.org/wine-builds/ubuntu/Bionic Lord'return to me (私に戻る)

juillet@juillet-K73SJ ~ $ sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
LSB codename: 'tara'.
Version of base-files: '19.0.1'.
Your LSB codename isn't a valid Linux Mint codename.
Please check your LSB information with "lsb_release -a".

ここで指定されたコマンドを適用しましたが、状況は変わりませんでした。誰でもどんなアイデアがありますか?

答え1

次のコマンドを使用する必要があります。

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main' 

WineHQパッケージのインストール

答え2

コマンドをよく入れました。

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'

この命令は私に送る

LSB code name: 'tara' 
Version of base-file: '19.0.1'
Your LSB codename isn't a valid Linux Mint codename.
Please check your LSB information with "lsb_release -a".

「lsb_release -a」が私に送り返す

LSB Version:    core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20170808ubuntu1-noarch
Distributor ID :LinuxMint
Description:  Linux Mint 19 Tara
Release:      19
Codename:     Tara

関連情報