xkeyboard-config: command not found and can't install it either
I am trying to set up Xpra on my headless Ubuntu server and in the process of trying to fix a problem I'm having (specifically, a XKB: Could not invoke xkbcomp
error), I came across the advice that I should install and configure xkeyboard-config.
However, when I tried to run xkeyboard-config
, the command was not found. I then tried to install xkeyboard-config
but apt-get told me that Package xkeyboard-config is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
. I did find this which says that the package was deleted for Cosmic but doesn't mention alternatives:
https://www.ubuntuupdates.org/package/core/cosmic/universe/proposed/xkeyboard-config
Can someone please help get xkeyboard-config installed and set up? Thanks.
Edit: I forgot to mention that right after the XKB: Could not invoke xkbcomp
error, the Xorg log had the following line:
Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config.
This is why I am trying to see if there is something wrong with xkeyboard-config
before I try other troubleshooting steps.
apt xorg 18.10
add a comment |
I am trying to set up Xpra on my headless Ubuntu server and in the process of trying to fix a problem I'm having (specifically, a XKB: Could not invoke xkbcomp
error), I came across the advice that I should install and configure xkeyboard-config.
However, when I tried to run xkeyboard-config
, the command was not found. I then tried to install xkeyboard-config
but apt-get told me that Package xkeyboard-config is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
. I did find this which says that the package was deleted for Cosmic but doesn't mention alternatives:
https://www.ubuntuupdates.org/package/core/cosmic/universe/proposed/xkeyboard-config
Can someone please help get xkeyboard-config installed and set up? Thanks.
Edit: I forgot to mention that right after the XKB: Could not invoke xkbcomp
error, the Xorg log had the following line:
Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config.
This is why I am trying to see if there is something wrong with xkeyboard-config
before I try other troubleshooting steps.
apt xorg 18.10
add a comment |
I am trying to set up Xpra on my headless Ubuntu server and in the process of trying to fix a problem I'm having (specifically, a XKB: Could not invoke xkbcomp
error), I came across the advice that I should install and configure xkeyboard-config.
However, when I tried to run xkeyboard-config
, the command was not found. I then tried to install xkeyboard-config
but apt-get told me that Package xkeyboard-config is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
. I did find this which says that the package was deleted for Cosmic but doesn't mention alternatives:
https://www.ubuntuupdates.org/package/core/cosmic/universe/proposed/xkeyboard-config
Can someone please help get xkeyboard-config installed and set up? Thanks.
Edit: I forgot to mention that right after the XKB: Could not invoke xkbcomp
error, the Xorg log had the following line:
Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config.
This is why I am trying to see if there is something wrong with xkeyboard-config
before I try other troubleshooting steps.
apt xorg 18.10
I am trying to set up Xpra on my headless Ubuntu server and in the process of trying to fix a problem I'm having (specifically, a XKB: Could not invoke xkbcomp
error), I came across the advice that I should install and configure xkeyboard-config.
However, when I tried to run xkeyboard-config
, the command was not found. I then tried to install xkeyboard-config
but apt-get told me that Package xkeyboard-config is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
. I did find this which says that the package was deleted for Cosmic but doesn't mention alternatives:
https://www.ubuntuupdates.org/package/core/cosmic/universe/proposed/xkeyboard-config
Can someone please help get xkeyboard-config installed and set up? Thanks.
Edit: I forgot to mention that right after the XKB: Could not invoke xkbcomp
error, the Xorg log had the following line:
Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config.
This is why I am trying to see if there is something wrong with xkeyboard-config
before I try other troubleshooting steps.
apt xorg 18.10
apt xorg 18.10
edited Mar 16 at 17:45
XJDHDR
asked Mar 15 at 22:53
XJDHDRXJDHDR
4327
4327
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The source package named xkeyboard-config
is available in all Ubuntu releases:
1. see its page on packages.ubuntu.com.
2. see output of locally ran rmadison xkeyboard-config
:
$ rmadison xkeyboard-config
xkeyboard-config | 2.5-1ubuntu1 | precise | source
xkeyboard-config | 2.5-1ubuntu1.5 | precise-updates | source
xkeyboard-config | 2.10.1-1ubuntu1 | trusty | source
xkeyboard-config | 2.16-1ubuntu1 | xenial | source
xkeyboard-config | 2.23.1-1ubuntu1 | bionic | source
xkeyboard-config | 2.23.1-1ubuntu1 | cosmic | source
xkeyboard-config | 2.23.1-1ubuntu1.18.04.1 | bionic-proposed | source
xkeyboard-config | 2.23.1-1ubuntu1.18.10.1 | cosmic-updates | source
xkeyboard-config | 2.23.1-1ubuntu1.18.10.1 | disco | source
The following binary packages are built from this source package:
xkb-data
X Keyboard Extension (XKB) configuration data
xkb-data-i18n
X Keyboard Extension (XKB) configuration data translations
xkb-data-udeb
X Keyboard Extension (XKB) configuration data
but they do not contain executables, only configuration data.
About your original problem with xkbcomp
- it is available from x11-xkb-utils
package. Install it with:
sudo apt-get install x11-xkb-utils
Thanks for the help. However,x11-xkb-utils
andxkb-data
were automatically installed alongside Xorg so the problem is not them being missing. I've added some additional info aboutxkeyboard-config
to the question.
– XJDHDR
Mar 16 at 17:42
Then you should edit your question again with complete steps you did with Xpra and so on. For me it is still too broad and indefinite.
– N0rbert
Mar 16 at 19:52
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});
}
});
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%2faskubuntu.com%2fquestions%2f1126041%2fxkeyboard-config-command-not-found-and-cant-install-it-either%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The source package named xkeyboard-config
is available in all Ubuntu releases:
1. see its page on packages.ubuntu.com.
2. see output of locally ran rmadison xkeyboard-config
:
$ rmadison xkeyboard-config
xkeyboard-config | 2.5-1ubuntu1 | precise | source
xkeyboard-config | 2.5-1ubuntu1.5 | precise-updates | source
xkeyboard-config | 2.10.1-1ubuntu1 | trusty | source
xkeyboard-config | 2.16-1ubuntu1 | xenial | source
xkeyboard-config | 2.23.1-1ubuntu1 | bionic | source
xkeyboard-config | 2.23.1-1ubuntu1 | cosmic | source
xkeyboard-config | 2.23.1-1ubuntu1.18.04.1 | bionic-proposed | source
xkeyboard-config | 2.23.1-1ubuntu1.18.10.1 | cosmic-updates | source
xkeyboard-config | 2.23.1-1ubuntu1.18.10.1 | disco | source
The following binary packages are built from this source package:
xkb-data
X Keyboard Extension (XKB) configuration data
xkb-data-i18n
X Keyboard Extension (XKB) configuration data translations
xkb-data-udeb
X Keyboard Extension (XKB) configuration data
but they do not contain executables, only configuration data.
About your original problem with xkbcomp
- it is available from x11-xkb-utils
package. Install it with:
sudo apt-get install x11-xkb-utils
Thanks for the help. However,x11-xkb-utils
andxkb-data
were automatically installed alongside Xorg so the problem is not them being missing. I've added some additional info aboutxkeyboard-config
to the question.
– XJDHDR
Mar 16 at 17:42
Then you should edit your question again with complete steps you did with Xpra and so on. For me it is still too broad and indefinite.
– N0rbert
Mar 16 at 19:52
add a comment |
The source package named xkeyboard-config
is available in all Ubuntu releases:
1. see its page on packages.ubuntu.com.
2. see output of locally ran rmadison xkeyboard-config
:
$ rmadison xkeyboard-config
xkeyboard-config | 2.5-1ubuntu1 | precise | source
xkeyboard-config | 2.5-1ubuntu1.5 | precise-updates | source
xkeyboard-config | 2.10.1-1ubuntu1 | trusty | source
xkeyboard-config | 2.16-1ubuntu1 | xenial | source
xkeyboard-config | 2.23.1-1ubuntu1 | bionic | source
xkeyboard-config | 2.23.1-1ubuntu1 | cosmic | source
xkeyboard-config | 2.23.1-1ubuntu1.18.04.1 | bionic-proposed | source
xkeyboard-config | 2.23.1-1ubuntu1.18.10.1 | cosmic-updates | source
xkeyboard-config | 2.23.1-1ubuntu1.18.10.1 | disco | source
The following binary packages are built from this source package:
xkb-data
X Keyboard Extension (XKB) configuration data
xkb-data-i18n
X Keyboard Extension (XKB) configuration data translations
xkb-data-udeb
X Keyboard Extension (XKB) configuration data
but they do not contain executables, only configuration data.
About your original problem with xkbcomp
- it is available from x11-xkb-utils
package. Install it with:
sudo apt-get install x11-xkb-utils
Thanks for the help. However,x11-xkb-utils
andxkb-data
were automatically installed alongside Xorg so the problem is not them being missing. I've added some additional info aboutxkeyboard-config
to the question.
– XJDHDR
Mar 16 at 17:42
Then you should edit your question again with complete steps you did with Xpra and so on. For me it is still too broad and indefinite.
– N0rbert
Mar 16 at 19:52
add a comment |
The source package named xkeyboard-config
is available in all Ubuntu releases:
1. see its page on packages.ubuntu.com.
2. see output of locally ran rmadison xkeyboard-config
:
$ rmadison xkeyboard-config
xkeyboard-config | 2.5-1ubuntu1 | precise | source
xkeyboard-config | 2.5-1ubuntu1.5 | precise-updates | source
xkeyboard-config | 2.10.1-1ubuntu1 | trusty | source
xkeyboard-config | 2.16-1ubuntu1 | xenial | source
xkeyboard-config | 2.23.1-1ubuntu1 | bionic | source
xkeyboard-config | 2.23.1-1ubuntu1 | cosmic | source
xkeyboard-config | 2.23.1-1ubuntu1.18.04.1 | bionic-proposed | source
xkeyboard-config | 2.23.1-1ubuntu1.18.10.1 | cosmic-updates | source
xkeyboard-config | 2.23.1-1ubuntu1.18.10.1 | disco | source
The following binary packages are built from this source package:
xkb-data
X Keyboard Extension (XKB) configuration data
xkb-data-i18n
X Keyboard Extension (XKB) configuration data translations
xkb-data-udeb
X Keyboard Extension (XKB) configuration data
but they do not contain executables, only configuration data.
About your original problem with xkbcomp
- it is available from x11-xkb-utils
package. Install it with:
sudo apt-get install x11-xkb-utils
The source package named xkeyboard-config
is available in all Ubuntu releases:
1. see its page on packages.ubuntu.com.
2. see output of locally ran rmadison xkeyboard-config
:
$ rmadison xkeyboard-config
xkeyboard-config | 2.5-1ubuntu1 | precise | source
xkeyboard-config | 2.5-1ubuntu1.5 | precise-updates | source
xkeyboard-config | 2.10.1-1ubuntu1 | trusty | source
xkeyboard-config | 2.16-1ubuntu1 | xenial | source
xkeyboard-config | 2.23.1-1ubuntu1 | bionic | source
xkeyboard-config | 2.23.1-1ubuntu1 | cosmic | source
xkeyboard-config | 2.23.1-1ubuntu1.18.04.1 | bionic-proposed | source
xkeyboard-config | 2.23.1-1ubuntu1.18.10.1 | cosmic-updates | source
xkeyboard-config | 2.23.1-1ubuntu1.18.10.1 | disco | source
The following binary packages are built from this source package:
xkb-data
X Keyboard Extension (XKB) configuration data
xkb-data-i18n
X Keyboard Extension (XKB) configuration data translations
xkb-data-udeb
X Keyboard Extension (XKB) configuration data
but they do not contain executables, only configuration data.
About your original problem with xkbcomp
- it is available from x11-xkb-utils
package. Install it with:
sudo apt-get install x11-xkb-utils
answered Mar 16 at 9:38
N0rbertN0rbert
24.5k852115
24.5k852115
Thanks for the help. However,x11-xkb-utils
andxkb-data
were automatically installed alongside Xorg so the problem is not them being missing. I've added some additional info aboutxkeyboard-config
to the question.
– XJDHDR
Mar 16 at 17:42
Then you should edit your question again with complete steps you did with Xpra and so on. For me it is still too broad and indefinite.
– N0rbert
Mar 16 at 19:52
add a comment |
Thanks for the help. However,x11-xkb-utils
andxkb-data
were automatically installed alongside Xorg so the problem is not them being missing. I've added some additional info aboutxkeyboard-config
to the question.
– XJDHDR
Mar 16 at 17:42
Then you should edit your question again with complete steps you did with Xpra and so on. For me it is still too broad and indefinite.
– N0rbert
Mar 16 at 19:52
Thanks for the help. However,
x11-xkb-utils
and xkb-data
were automatically installed alongside Xorg so the problem is not them being missing. I've added some additional info about xkeyboard-config
to the question.– XJDHDR
Mar 16 at 17:42
Thanks for the help. However,
x11-xkb-utils
and xkb-data
were automatically installed alongside Xorg so the problem is not them being missing. I've added some additional info about xkeyboard-config
to the question.– XJDHDR
Mar 16 at 17:42
Then you should edit your question again with complete steps you did with Xpra and so on. For me it is still too broad and indefinite.
– N0rbert
Mar 16 at 19:52
Then you should edit your question again with complete steps you did with Xpra and so on. For me it is still too broad and indefinite.
– N0rbert
Mar 16 at 19:52
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1126041%2fxkeyboard-config-command-not-found-and-cant-install-it-either%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