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

관련 정보