>From your attached DpkgLog.txt:

> 2019-04-02 17:26:52 status half-installed xterm:amd64 330-1ubuntu2

This isn't anything that xterm itself has control over. The half-
installed status listed means that not all the files that are part of
xterm have even been unpacked on your computer (presumably because you
ran out of disk space mid-install). `dpkg` doesn't have enough
information to be able to fix this, as it doesn't know where to look for
the missing files that are part of xterm, and thus can't complete enough
of the installation to be able to set up a running xterm installation.

In order to fix this problem, you will need to use a program that can
download the missing parts of xterm from a repository, such as `apt`.
You could use a command like this to reinstall xterm, overwriting your
broken xterm half-installation:

> sudo apt install --reinstall xterm

(This will fetch any missing parts of xterm from the Internet, meaning
that they don't have to be present on your computer.)

I'm marking this bug as invalid in xterm as there's really nothing that
xterm can do about it: when parts of a program simply aren't there, it's
basically impossible for the program to recover itself. You have to let
the package manager do that for you.

** Changed in: xterm (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xterm in Ubuntu.
https://bugs.launchpad.net/bugs/1823708

Title:
  package xterm 330-1ubuntu2 failed to install/upgrade: package is in a
  very bad inconsistent state; you should  reinstall it before
  attempting configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xterm/+bug/1823708/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to