Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2146  / 1 Year ago, tue, may 16, 2023, 9:11:16

I cannot run an update or indeed run $: apt-get remove due to a dpkg error with a package that's a part of super-boot-manager. Running an update returns:



dpkg: error processing burg-theme-minimal-sir (--configure):  subprocess installed post-installation script returned error exit status 1


I tried removing this package alone, with the same error, also trying to remove super-boot-manager returns:



(Reading database ... 225474 files and directories currently installed.)
Removing burg-theme-minimal-sir ...
Generating burg.cfg ...
/usr/sbin/burg-probe: error: cannot stat `/boot/burg/locale'.
No path or device is specified.
Try `/usr/sbin/burg-probe --help' for more information.
dpkg: error processing burg-theme-minimal-sir (--remove):
subprocess installed post-removal script returned error exit status 1
No apport report written because MaxReports is reached already
Removing super-boot-manager ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Processing triggers for hicolor-icon-theme ...
Errors were encountered while processing:
burg-theme-minimal-sir
E: Sub-process /usr/bin/dpkg returned an error code (1)


I'm sort of stuck now and Google has failed me. Has anyone encountered this problem before? Or does anyone know a way for fixing this?


More From » burg

 Answers
4

After looking through the error logs I realized I just need to create a locale directory in /boot/burg/. After that it was all fine.
If someone encounters this error (which I assume occurred in the first place due to my sloppy installation of burg-manager) just run:
sudo mkdir /boot/burg/locale && sudo apt-get remove burg-manager


[#40104] Wednesday, May 17, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ersoggles

Total Points: 69
Total Questions: 111
Total Answers: 111

Location: Vanuatu
Member since Sun, Oct 2, 2022
2 Years ago
;