Reinstalling broken xterm (Ubuntu 18.04) The 2019 Stack Overflow Developer Survey Results Are In“Can't cd to /var/cache/flashplugin-installer” error when I try to install FlashProblem installing apache2How to Remove varicad2013-en (A Virus or PIA)mysql-server-5.5 ErrorI get “dpkg error” when I try to install anythingError While removing corrupted mysqldpkg: error processing package sendmail-basedpkg error processing packageInstalling RabbitMQ on Ubuntu 14.04 getting following error can anyone give solution?dpkg: error processing package postfix (--configure):
Falsification in Math vs Science
For what reasons would an animal species NOT cross a *horizontal* land bridge?
Are there incongruent pythagorean triangles with the same perimeter and same area?
Can a flute soloist sit?
Loose spokes after only a few rides
Shouldn't "much" here be used instead of "more"?
Can one be advised by a professor who is very far away?
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
If a Druid sees an animal’s corpse, can they wild shape into that animal?
Where to refill my bottle in India?
Did 3000BC Egyptians use meteoric iron weapons?
Did Section 31 appear in Star Trek: The Next Generation?
Apparent duplicates between Haynes service instructions and MOT
Why do we hear so much about the Trump administration deciding to impose and then remove tariffs?
The difference between dialogue marks
Right tool to dig six foot holes?
Is three citations per paragraph excessive for undergraduate research paper?
Am I thawing this London Broil safely?
Have you ever entered Singapore using a different passport or name?
How to manage monthly salary
Why was M87 targetted for the Event Horizon Telescope instead of Sagittarius A*?
Origin of "cooter" meaning "vagina"
Aging parents with no investments
FPGA - DIY Programming
Reinstalling broken xterm (Ubuntu 18.04)
The 2019 Stack Overflow Developer Survey Results Are In“Can't cd to /var/cache/flashplugin-installer” error when I try to install FlashProblem installing apache2How to Remove varicad2013-en (A Virus or PIA)mysql-server-5.5 ErrorI get “dpkg error” when I try to install anythingError While removing corrupted mysqldpkg: error processing package sendmail-basedpkg error processing packageInstalling RabbitMQ on Ubuntu 14.04 getting following error can anyone give solution?dpkg: error processing package postfix (--configure):
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
So, my problem is that after a series of problems (which I'll describe bellow) I have a damage xterm package, which now always shows an error when installing new packages, updating, etc.
It all started with me running out of space on root, dpkg damaging, followed by GUI not being able to boot. I fixed it with via root shell via GRUB by freeing some space. Now I can log into system and use it just fine, except when I want to install some package I get this error at the end:
dpkg: error processing package xterm (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
Errors were encountered while processing:
xterm
(sometimes followed by this) E: Sub-process /usr/bin/dpkg returned an error code (1)
I tried installing, reinstalling and removing it, but it always says that the package is damaged, you can't do this or that as long as it's damaged.
So how do I fix this? As far as I know I don't need xterm, so if the safest solution would be to kill it, then I won't miss, just tell me how.
Thanks in advance!
apt package-management dpkg xterm
New contributor
BasilShim 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 |
So, my problem is that after a series of problems (which I'll describe bellow) I have a damage xterm package, which now always shows an error when installing new packages, updating, etc.
It all started with me running out of space on root, dpkg damaging, followed by GUI not being able to boot. I fixed it with via root shell via GRUB by freeing some space. Now I can log into system and use it just fine, except when I want to install some package I get this error at the end:
dpkg: error processing package xterm (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
Errors were encountered while processing:
xterm
(sometimes followed by this) E: Sub-process /usr/bin/dpkg returned an error code (1)
I tried installing, reinstalling and removing it, but it always says that the package is damaged, you can't do this or that as long as it's damaged.
So how do I fix this? As far as I know I don't need xterm, so if the safest solution would be to kill it, then I won't miss, just tell me how.
Thanks in advance!
apt package-management dpkg xterm
New contributor
BasilShim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Please always include the complete command outputs in your question. The small extracts you provided don't give enough information to see what exactly is going on. What exactly does it say when yousudo apt install --reinstall xterm?
– Byte Commander
2 days ago
@ByteCommander, actually I haven't tried the--reinstalloption, because I'm somewhat new to solving this kind of issues, I didn't know about it and just tried other stuff I seen on different problem discussions. This actually seems to have worked, so thank you a lot!
– BasilShim
2 days ago
add a comment |
So, my problem is that after a series of problems (which I'll describe bellow) I have a damage xterm package, which now always shows an error when installing new packages, updating, etc.
It all started with me running out of space on root, dpkg damaging, followed by GUI not being able to boot. I fixed it with via root shell via GRUB by freeing some space. Now I can log into system and use it just fine, except when I want to install some package I get this error at the end:
dpkg: error processing package xterm (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
Errors were encountered while processing:
xterm
(sometimes followed by this) E: Sub-process /usr/bin/dpkg returned an error code (1)
I tried installing, reinstalling and removing it, but it always says that the package is damaged, you can't do this or that as long as it's damaged.
So how do I fix this? As far as I know I don't need xterm, so if the safest solution would be to kill it, then I won't miss, just tell me how.
Thanks in advance!
apt package-management dpkg xterm
New contributor
BasilShim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
So, my problem is that after a series of problems (which I'll describe bellow) I have a damage xterm package, which now always shows an error when installing new packages, updating, etc.
It all started with me running out of space on root, dpkg damaging, followed by GUI not being able to boot. I fixed it with via root shell via GRUB by freeing some space. Now I can log into system and use it just fine, except when I want to install some package I get this error at the end:
dpkg: error processing package xterm (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
Errors were encountered while processing:
xterm
(sometimes followed by this) E: Sub-process /usr/bin/dpkg returned an error code (1)
I tried installing, reinstalling and removing it, but it always says that the package is damaged, you can't do this or that as long as it's damaged.
So how do I fix this? As far as I know I don't need xterm, so if the safest solution would be to kill it, then I won't miss, just tell me how.
Thanks in advance!
apt package-management dpkg xterm
apt package-management dpkg xterm
New contributor
BasilShim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
BasilShim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 2 days ago
BasilShim
New contributor
BasilShim 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
BasilShimBasilShim
33
33
New contributor
BasilShim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
BasilShim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
BasilShim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Please always include the complete command outputs in your question. The small extracts you provided don't give enough information to see what exactly is going on. What exactly does it say when yousudo apt install --reinstall xterm?
– Byte Commander
2 days ago
@ByteCommander, actually I haven't tried the--reinstalloption, because I'm somewhat new to solving this kind of issues, I didn't know about it and just tried other stuff I seen on different problem discussions. This actually seems to have worked, so thank you a lot!
– BasilShim
2 days ago
add a comment |
Please always include the complete command outputs in your question. The small extracts you provided don't give enough information to see what exactly is going on. What exactly does it say when yousudo apt install --reinstall xterm?
– Byte Commander
2 days ago
@ByteCommander, actually I haven't tried the--reinstalloption, because I'm somewhat new to solving this kind of issues, I didn't know about it and just tried other stuff I seen on different problem discussions. This actually seems to have worked, so thank you a lot!
– BasilShim
2 days ago
Please always include the complete command outputs in your question. The small extracts you provided don't give enough information to see what exactly is going on. What exactly does it say when you
sudo apt install --reinstall xterm?– Byte Commander
2 days ago
Please always include the complete command outputs in your question. The small extracts you provided don't give enough information to see what exactly is going on. What exactly does it say when you
sudo apt install --reinstall xterm?– Byte Commander
2 days ago
@ByteCommander, actually I haven't tried the
--reinstall option, because I'm somewhat new to solving this kind of issues, I didn't know about it and just tried other stuff I seen on different problem discussions. This actually seems to have worked, so thank you a lot!– BasilShim
2 days ago
@ByteCommander, actually I haven't tried the
--reinstall option, because I'm somewhat new to solving this kind of issues, I didn't know about it and just tried other stuff I seen on different problem discussions. This actually seems to have worked, so thank you a lot!– BasilShim
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
Apparently, according to the comment reply, all that needed to be run was
sudo apt install --reinstall xterm
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
);
);
BasilShim 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%2faskubuntu.com%2fquestions%2f1132143%2freinstalling-broken-xterm-ubuntu-18-04%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
Apparently, according to the comment reply, all that needed to be run was
sudo apt install --reinstall xterm
add a comment |
Apparently, according to the comment reply, all that needed to be run was
sudo apt install --reinstall xterm
add a comment |
Apparently, according to the comment reply, all that needed to be run was
sudo apt install --reinstall xterm
Apparently, according to the comment reply, all that needed to be run was
sudo apt install --reinstall xterm
answered 2 days ago
Byte CommanderByte Commander
66.5k27181310
66.5k27181310
add a comment |
add a comment |
BasilShim is a new contributor. Be nice, and check out our Code of Conduct.
BasilShim is a new contributor. Be nice, and check out our Code of Conduct.
BasilShim is a new contributor. Be nice, and check out our Code of Conduct.
BasilShim is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1132143%2freinstalling-broken-xterm-ubuntu-18-04%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
Please always include the complete command outputs in your question. The small extracts you provided don't give enough information to see what exactly is going on. What exactly does it say when you
sudo apt install --reinstall xterm?– Byte Commander
2 days ago
@ByteCommander, actually I haven't tried the
--reinstalloption, because I'm somewhat new to solving this kind of issues, I didn't know about it and just tried other stuff I seen on different problem discussions. This actually seems to have worked, so thank you a lot!– BasilShim
2 days ago