×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Problem with Upgrade

  • Posts: 2
  • Thank you received: 0

Problem with Upgrade was created by Phil

On performing an upgrade on my Pi 3B astroberry system I get errors with kstars-bleeding-data

sudo apt-get upgrade

Reading package lists...
Building dependency tree...
Reading state information...
You might want to run ‘apt-get -f install’ to correct these.
The following packages have unmet dependencies.
kstars-bleeding : Depends: kstars-bleeding-data (>= 6:3.1.1+201903091245~ubuntu16.04.1) but 6:2.9.8+201808180747~ubuntu16.04.1 is installed

sudo apt-get -f install

Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following package was automatically installed and is no longer required:
libboost-regex1.58.0
Use 'sudo apt autoremove' to remove it.
The following additional packages will be installed:
kstars-bleeding-data
The following packages will be upgraded:
kstars-bleeding-data
1 to upgrade, 0 to newly install, 0 to remove and 3 not to upgrade.
2 not fully installed or removed.
Need to get 0 B/31.4 MB of archives.
After this operation, 38.5 MB of additional disk space will be used.
Do you want to continue? [Y/n] (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 208738 files and directories currently installed.)
Preparing to unpack .../kstars-bleeding-data_6%3a3.1.1+201903091245~ubuntu16.04.1_all.deb ...
Unpacking kstars-bleeding-data (6:3.1.1+201903091245~ubuntu16.04.1) over (6:2.9.8+201808180747~ubuntu16.04.1) ...
dpkg: error processing archive /var/cache/apt/archives/kstars-bleeding-data_6%3a3.1.1+201903091245~ubuntu16.04.1_all.deb (--unpack):
trying to overwrite '/usr/share/locale/en_GB/LC_MESSAGES/kstars.mo', which is also in package kde-l10n-engb 4:15.12.3-0ubuntu1.1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/kstars-bleeding-data_6%3a3.1.1+201903091245~ubuntu16.04.1_all.deb

Has anyone got any ideas ?
5 years 1 week ago #36801

Please Log in or Create an account to join the conversation.

  • Posts: 983
  • Thank you received: 375

Replied by Radek Kaczorek on topic Problem with Upgrade

There are two things:

First, try running
sudo apt dist-upgrade

If it fixes the problem, you're home, if not run:
sudo apt-get -o Dpkg::Options::="--force-overwrite" -f install
(fixes common error described here: indilib.org/download/ubuntu.html)

Then, you're home. If not, there's some unbelievable circumstance, which needs major diagnosis or reflashing ;-)
The following user(s) said Thank You: Phil
5 years 1 week ago #36809

Please Log in or Create an account to join the conversation.

  • Posts: 2
  • Thank you received: 0

Replied by Phil on topic Problem with Upgrade

Using both of the commands sorted the issue.
Magic
5 years 6 days ago #36834

Please Log in or Create an account to join the conversation.

Moderators: Radek Kaczorek
Time to create page: 0.324 seconds