Circular dependency in Ubuntu Release upgradeFirefox circular-dependency hell on Linux Mint 13How can I...
Can a cyclic Amine form an Amide?
LT Spice Voltage Output
Is there a QGIS plugin that reclassify raster symbology based on current extent?
Does the Darkness spell dispel the Color Spray and Flaming Sphere spells?
Unexpected email from Yorkshire Bank
Is it cheaper to drop cargo than to land it?
Airbnb - host wants to reduce rooms, can we get refund?
Is Cola "probably the best-known" Latin word in the world? If not, which might it be?
You look catfish vs You look like a catfish?
Binary Numbers Magic Trick
An 'if constexpr branch' does not get discarded inside lambda that is inside a template function
Entropy as a function of temperature: is temperature well defined?
What happened to Rhaegal?
How do I tell my manager that his code review comment is wrong?
How can I close a gap between my fence and my neighbor's that's on his side of the property line?
If 1. e4 c6 is considered as a sound defense for black, why is 1. c3 so rare?
If Melisandre foresaw another character closing blue eyes, why did she follow Stannis?
Why are notes ordered like they are on a piano?
Junior developer struggles: how to communicate with management?
How to assert on pagereference where the endpoint of pagereference is predefined
How to reply this mail from potential PhD professor?
Meaning of "individuandum"
Who died in the Game of Thrones episode, "The Long Night"?
What was the state of the German rail system in 1944?
Circular dependency in Ubuntu Release upgrade
Firefox circular-dependency hell on Linux Mint 13How can I forcibly remove a package from Ubuntu by hand?What does apt need to be healed of a bad setup?Resolving circular dependency hell for libX11 and libXiHow do I create an RPM package that would fail a YUM transaction if certain creteria are metmany many dpkg errors while upgradingUpgrade problem /Kubuntufcitx fails to start to useFun with Ubuntu 16.04 and mysqlUpgrade ubuntu to a specific release
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Basically the packages kbd, console-setup, console-setup-linux, and keyboard-configuration all depend on each other. So I cannot remove, configure, or purge them. When attempting to run:
dpkg --configure <package name>
it returns the error:
dpkg: dependency problems prevent configuration of
It goes on to list the specific dependencies. Upon trying to configure those, it eventually ends up back at the original package.
Am I missing something?
Edit: It appears I can configure keyboard-configuration, but it gives me this error:
user@ip:~$ sudo dpkg --configure keyboard-configuration
Setting up keyboard-configuration (1.108ubuntu5) ...
/var/lib/dpkg/info/keyboard-configuration.postinst: 1: /var/lib/dpkg/info/keyboard-configuration.postinst: udpkg: not found
/usr/bin/ckbcomp: Can not find file "symbols/en" in any known directory
dpkg: error processing package keyboard-configuration (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
keyboard-configuration
ubuntu dependencies
migrated from serverfault.com May 11 '15 at 7:56
This question came from our site for system and network administrators.
add a comment |
Basically the packages kbd, console-setup, console-setup-linux, and keyboard-configuration all depend on each other. So I cannot remove, configure, or purge them. When attempting to run:
dpkg --configure <package name>
it returns the error:
dpkg: dependency problems prevent configuration of
It goes on to list the specific dependencies. Upon trying to configure those, it eventually ends up back at the original package.
Am I missing something?
Edit: It appears I can configure keyboard-configuration, but it gives me this error:
user@ip:~$ sudo dpkg --configure keyboard-configuration
Setting up keyboard-configuration (1.108ubuntu5) ...
/var/lib/dpkg/info/keyboard-configuration.postinst: 1: /var/lib/dpkg/info/keyboard-configuration.postinst: udpkg: not found
/usr/bin/ckbcomp: Can not find file "symbols/en" in any known directory
dpkg: error processing package keyboard-configuration (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
keyboard-configuration
ubuntu dependencies
migrated from serverfault.com May 11 '15 at 7:56
This question came from our site for system and network administrators.
It's impossible to know without seeing the entire output.
– Michael Hampton
May 9 '15 at 20:00
It seems to be an issue with the keyboard-configuration package. The output posed in the second section above is the whole output when trying to configure it. Do you still need to see more?
– mattrick
May 9 '15 at 20:13
add a comment |
Basically the packages kbd, console-setup, console-setup-linux, and keyboard-configuration all depend on each other. So I cannot remove, configure, or purge them. When attempting to run:
dpkg --configure <package name>
it returns the error:
dpkg: dependency problems prevent configuration of
It goes on to list the specific dependencies. Upon trying to configure those, it eventually ends up back at the original package.
Am I missing something?
Edit: It appears I can configure keyboard-configuration, but it gives me this error:
user@ip:~$ sudo dpkg --configure keyboard-configuration
Setting up keyboard-configuration (1.108ubuntu5) ...
/var/lib/dpkg/info/keyboard-configuration.postinst: 1: /var/lib/dpkg/info/keyboard-configuration.postinst: udpkg: not found
/usr/bin/ckbcomp: Can not find file "symbols/en" in any known directory
dpkg: error processing package keyboard-configuration (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
keyboard-configuration
ubuntu dependencies
Basically the packages kbd, console-setup, console-setup-linux, and keyboard-configuration all depend on each other. So I cannot remove, configure, or purge them. When attempting to run:
dpkg --configure <package name>
it returns the error:
dpkg: dependency problems prevent configuration of
It goes on to list the specific dependencies. Upon trying to configure those, it eventually ends up back at the original package.
Am I missing something?
Edit: It appears I can configure keyboard-configuration, but it gives me this error:
user@ip:~$ sudo dpkg --configure keyboard-configuration
Setting up keyboard-configuration (1.108ubuntu5) ...
/var/lib/dpkg/info/keyboard-configuration.postinst: 1: /var/lib/dpkg/info/keyboard-configuration.postinst: udpkg: not found
/usr/bin/ckbcomp: Can not find file "symbols/en" in any known directory
dpkg: error processing package keyboard-configuration (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
keyboard-configuration
ubuntu dependencies
ubuntu dependencies
edited 1 hour ago
Rui F Ribeiro
42.5k1485146
42.5k1485146
asked May 9 '15 at 19:53
mattrickmattrick
1334
1334
migrated from serverfault.com May 11 '15 at 7:56
This question came from our site for system and network administrators.
migrated from serverfault.com May 11 '15 at 7:56
This question came from our site for system and network administrators.
It's impossible to know without seeing the entire output.
– Michael Hampton
May 9 '15 at 20:00
It seems to be an issue with the keyboard-configuration package. The output posed in the second section above is the whole output when trying to configure it. Do you still need to see more?
– mattrick
May 9 '15 at 20:13
add a comment |
It's impossible to know without seeing the entire output.
– Michael Hampton
May 9 '15 at 20:00
It seems to be an issue with the keyboard-configuration package. The output posed in the second section above is the whole output when trying to configure it. Do you still need to see more?
– mattrick
May 9 '15 at 20:13
It's impossible to know without seeing the entire output.
– Michael Hampton
May 9 '15 at 20:00
It's impossible to know without seeing the entire output.
– Michael Hampton
May 9 '15 at 20:00
It seems to be an issue with the keyboard-configuration package. The output posed in the second section above is the whole output when trying to configure it. Do you still need to see more?
– mattrick
May 9 '15 at 20:13
It seems to be an issue with the keyboard-configuration package. The output posed in the second section above is the whole output when trying to configure it. Do you still need to see more?
– mattrick
May 9 '15 at 20:13
add a comment |
2 Answers
2
active
oldest
votes
I had exactly the same problem after upgrading a server from 14.10 to 15.04 yesterday. I solved it with these commands:
sudo apt-get remove keyboard-configuration
sudo apt-get install keyboard-configuration
sudo apt-get update && sudo apt-get upgrade
Worked great, thank you (I probably should have tried this from the beginning)!
– mattrick
May 13 '15 at 6:40
1
In my case, it has uninstalled some xorg packages...not working >*
– aloplop85
Aug 25 '16 at 10:55
add a comment |
I had this problem too. I found two approaches to fix this.
Try first:
Open the file /etc/default/keyboard with your favorite editor and change the value of XKBLAYOUT to "us".
If this did not help try this:
sudo -i
cd /usr/share/X11/xkb/symbols
ln -s us en
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
});
}
});
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%2f202671%2fcircular-dependency-in-ubuntu-release-upgrade%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
I had exactly the same problem after upgrading a server from 14.10 to 15.04 yesterday. I solved it with these commands:
sudo apt-get remove keyboard-configuration
sudo apt-get install keyboard-configuration
sudo apt-get update && sudo apt-get upgrade
Worked great, thank you (I probably should have tried this from the beginning)!
– mattrick
May 13 '15 at 6:40
1
In my case, it has uninstalled some xorg packages...not working >*
– aloplop85
Aug 25 '16 at 10:55
add a comment |
I had exactly the same problem after upgrading a server from 14.10 to 15.04 yesterday. I solved it with these commands:
sudo apt-get remove keyboard-configuration
sudo apt-get install keyboard-configuration
sudo apt-get update && sudo apt-get upgrade
Worked great, thank you (I probably should have tried this from the beginning)!
– mattrick
May 13 '15 at 6:40
1
In my case, it has uninstalled some xorg packages...not working >*
– aloplop85
Aug 25 '16 at 10:55
add a comment |
I had exactly the same problem after upgrading a server from 14.10 to 15.04 yesterday. I solved it with these commands:
sudo apt-get remove keyboard-configuration
sudo apt-get install keyboard-configuration
sudo apt-get update && sudo apt-get upgrade
I had exactly the same problem after upgrading a server from 14.10 to 15.04 yesterday. I solved it with these commands:
sudo apt-get remove keyboard-configuration
sudo apt-get install keyboard-configuration
sudo apt-get update && sudo apt-get upgrade
edited Apr 18 at 11:51
Rui F Ribeiro
42.5k1485146
42.5k1485146
answered May 12 '15 at 15:50
PascalcPascalc
1662
1662
Worked great, thank you (I probably should have tried this from the beginning)!
– mattrick
May 13 '15 at 6:40
1
In my case, it has uninstalled some xorg packages...not working >*
– aloplop85
Aug 25 '16 at 10:55
add a comment |
Worked great, thank you (I probably should have tried this from the beginning)!
– mattrick
May 13 '15 at 6:40
1
In my case, it has uninstalled some xorg packages...not working >*
– aloplop85
Aug 25 '16 at 10:55
Worked great, thank you (I probably should have tried this from the beginning)!
– mattrick
May 13 '15 at 6:40
Worked great, thank you (I probably should have tried this from the beginning)!
– mattrick
May 13 '15 at 6:40
1
1
In my case, it has uninstalled some xorg packages...not working >*
– aloplop85
Aug 25 '16 at 10:55
In my case, it has uninstalled some xorg packages...not working >*
– aloplop85
Aug 25 '16 at 10:55
add a comment |
I had this problem too. I found two approaches to fix this.
Try first:
Open the file /etc/default/keyboard with your favorite editor and change the value of XKBLAYOUT to "us".
If this did not help try this:
sudo -i
cd /usr/share/X11/xkb/symbols
ln -s us en
add a comment |
I had this problem too. I found two approaches to fix this.
Try first:
Open the file /etc/default/keyboard with your favorite editor and change the value of XKBLAYOUT to "us".
If this did not help try this:
sudo -i
cd /usr/share/X11/xkb/symbols
ln -s us en
add a comment |
I had this problem too. I found two approaches to fix this.
Try first:
Open the file /etc/default/keyboard with your favorite editor and change the value of XKBLAYOUT to "us".
If this did not help try this:
sudo -i
cd /usr/share/X11/xkb/symbols
ln -s us en
I had this problem too. I found two approaches to fix this.
Try first:
Open the file /etc/default/keyboard with your favorite editor and change the value of XKBLAYOUT to "us".
If this did not help try this:
sudo -i
cd /usr/share/X11/xkb/symbols
ln -s us en
answered Apr 27 '18 at 13:09
LuitzifaLuitzifa
111
111
add a comment |
add a comment |
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%2f202671%2fcircular-dependency-in-ubuntu-release-upgrade%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
It's impossible to know without seeing the entire output.
– Michael Hampton
May 9 '15 at 20:00
It seems to be an issue with the keyboard-configuration package. The output posed in the second section above is the whole output when trying to configure it. Do you still need to see more?
– mattrick
May 9 '15 at 20:13