LSB codename isn't a valid LM codename, cannot install WineInstall winetricks application to ~/.wine prefixHow to install wine via brew?office 2007 under wine: available for all user accounts?cannot install wine on 17.1 mint: unmet dependencies, broken packagesCannot install wine and playonlinuxRepositories of Linux Mint, Ubuntu, DebianHow to install Wine 1.7.50 on macInstalling Wine on Kali Linux Rolling, where to start?LSB codename isn't a valid Linux Mint codename, cannot install WineHow to install pgAdmin 4 on Linux Mint
How does a dynamic QR code work?
Is it a bad idea to plug the other end of ESD strap to wall ground?
Pact of Blade Warlock with Dancing Blade
OP Amp not amplifying audio signal
Can I hook these wires up to find the connection to a dead outlet?
How to travel to Japan while expressing milk?
Why didn't Boeing produce its own regional jet?
What was Prahlada's age when his father was killed?
What is the fastest integer factorization to break RSA?
Implication of namely
Do Iron Man suits sport waste management systems?
GFCI outlets - can they be repaired? Are they really needed at the end of a circuit?
Inclusion symbol
Can someone clarify Hamming's notion of important problems in relation to modern academia?
Getting extremely large arrows with tikzcd
What historical events would have to change in order to make 19th century "steampunk" technology possible?
Unlock My Phone! February 2018
Mathematica command that allows it to read my intentions
How seriously should I take size and weight limits of hand luggage?
Does Dispel Magic work on Tiny Hut?
My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?
Why were 5.25" floppy drives cheaper than 8"?
How could sorcerers who are able to produce/manipulate almost all forms of energy communicate over large distances?
Why is the sentence "Das ist eine Nase" correct?
LSB codename isn't a valid LM codename, cannot install Wine
Install winetricks application to ~/.wine prefixHow to install wine via brew?office 2007 under wine: available for all user accounts?cannot install wine on 17.1 mint: unmet dependencies, broken packagesCannot install wine and playonlinuxRepositories of Linux Mint, Ubuntu, DebianHow to install Wine 1.7.50 on macInstalling Wine on Kali Linux Rolling, where to start?LSB codename isn't a valid Linux Mint codename, cannot install WineHow to install pgAdmin 4 on Linux Mint
Just installed Linux Mint 19 Xfce yesterday and am now trying to get Wine installed but always the command sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main' returns 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".
I apply the commands prescribed here, but that does not change my situation.
Does somebody have an idea?
linux-mint wine
New contributor
pjlt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Just installed Linux Mint 19 Xfce yesterday and am now trying to get Wine installed but always the command sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main' returns 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".
I apply the commands prescribed here, but that does not change my situation.
Does somebody have an idea?
linux-mint wine
New contributor
pjlt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Just installed Linux Mint 19 Xfce yesterday and am now trying to get Wine installed but always the command sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main' returns 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".
I apply the commands prescribed here, but that does not change my situation.
Does somebody have an idea?
linux-mint wine
New contributor
pjlt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Just installed Linux Mint 19 Xfce yesterday and am now trying to get Wine installed but always the command sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main' returns 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".
I apply the commands prescribed here, but that does not change my situation.
Does somebody have an idea?
linux-mint wine
linux-mint wine
New contributor
pjlt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
pjlt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
pjlt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 days ago
pjltpjlt
1
1
New contributor
pjlt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
pjlt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
pjlt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You should use the following command:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
Installing WineHQ packages
add a comment |
I well placed the command
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
This command sends me
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" send me back
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
New contributor
pjlt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
pjlt is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f509735%2flsb-codename-isnt-a-valid-lm-codename-cannot-install-wine%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You should use the following command:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
Installing WineHQ packages
add a comment |
You should use the following command:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
Installing WineHQ packages
add a comment |
You should use the following command:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
Installing WineHQ packages
You should use the following command:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
Installing WineHQ packages
answered 2 days ago
GAD3RGAD3R
27.8k1958114
27.8k1958114
add a comment |
add a comment |
I well placed the command
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
This command sends me
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" send me back
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
New contributor
pjlt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I well placed the command
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
This command sends me
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" send me back
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
New contributor
pjlt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I well placed the command
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
This command sends me
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" send me back
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
New contributor
pjlt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I well placed the command
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
This command sends me
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" send me back
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
New contributor
pjlt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
pjlt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 2 days ago
pjltpjlt
1
1
New contributor
pjlt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
pjlt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
pjlt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
pjlt is a new contributor. Be nice, and check out our Code of Conduct.
pjlt is a new contributor. Be nice, and check out our Code of Conduct.
pjlt is a new contributor. Be nice, and check out our Code of Conduct.
pjlt is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f509735%2flsb-codename-isnt-a-valid-lm-codename-cannot-install-wine%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown