0

I can't open gparted. When I open it by terminal: sudo gparted; It gives me this:

Unit tmp.mount does not exist, proceeding anyway.
Segmentation fault (core dumped)

I tried to follow this procedure: Gparted error - Segmentation fault (core dumped)

But it didn't work, I suppose this is a solution ment for old architecture. The result on my terminal is this:

E: Version ‘2.42.0-1’ for ‘libglibmm-2.4-1c2a’ was not found

I remember I used gparted during setup for my system when I installed cosmic. weird. It must be caused by a modification i did. Some sites call it a 'bug'. Some help is required.

Thanks.

DK Bose
  • 44,553
leeuwtje
  • 231

1 Answers1

0

As suggested in a comment by @guiverc, it would perhaps be more convenient to use partitionmanager on qt-based systems.

While partitionmanager is initially installed as part of Lubuntu 18.10, an automatic purge removes it and so a full install of Lubuntu 18.10 lacks partitionmanager:

Start-Date: 2018-11-21  18:15:54
Commandline: apt-get --purge -q -y remove ^live-* calamares-settings-lubuntu calamares hunspell-en-us zram-config partitionmanager cifs-utils
Purge: hunspell-en-us:amd64 (1:2018.04.16-1), calamares-settings-lubuntu:amd64 (27), casper:amd64 (1.399), lupin-casper:amd64 (0.57build1), calamares:amd64 (3.2.2-0ubuntu1), cifs-utils:amd64 (2:6.8-2), calamares-settings-ubuntu-common:amd64 (27), partitionmanager:amd64 (3.3.1-2), zram-config:amd64 (0.5)
End-Date: 2018-11-21  18:16:23

Start-Date: 2018-11-21  18:16:26
Commandline: apt-get --purge -q -y autoremove
Purge: libkpmcore7:amd64 (3.3.0-3), localechooser-data:amd64 (2.71ubuntu3), user-setup:amd64 (1.63ubuntu5)
End-Date: 2018-11-21  18:16:31

Anyway, the user can simply re-install partitionmanager with sudo apt install partitionmanager after which it will appear in the menu as KDE Partition Manager.

KDE Partition Manager

DK Bose
  • 44,553