On Sat, Jun 20, 2020 at 2:01 PM Luigi Toscano <luigi.tosc...@tiscali.it> wrote: > > Sedat Dilek ha scritto: > > On Sat, Jun 20, 2020 at 1:05 PM Sedat Dilek <sedat.di...@gmail.com> wrote: > >> > >> [ Please CC me I am not subscribed to this ML ] > > > >>>> libreoffice-kde5 is a metapackage that can be safely removed. > > > >> Removing libreoffice-kde5 now shows... > >> > >> libreoffice-kf5 (1:6.4.5~rc1-1) > >> libreoffice-qt5 (1:6.4.5~rc1-1) > >> > >> ...as removable candidates. > >> > > > > What helped: > > > > dpkg --purge libreoffice-kde5 libreoffice-kf5 libreoffice-qt5 > > > > apt-get install --reinstall -t unstable libreoffice-kf5 libreoffice-qt5 > > > > Now, everything in sense of KDE auto-removables seems to be OK here. > > A bit late to the party, but iirc you didn't need to remove them, nor > reinstall them, but simply explicitly install them: > > apt-get install <packages> > > (yes, also when they are already installed). >
Thanks for the pointer - I will keep this in mind. Thanks for joining my removal party: # LC_ALL=C apt-get autoremove --purge -s Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. # LC_ALL=C apt-get remove --purge $(deborphan) -s Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: libclang1-9* 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. Purg libclang1-9 [1:9.0.1-12] I substituted python-$package by python*3*-package where needed and removed remaining python-$packages. I asked Sylvestre Ledru if I can purge libclang1-9 when I have libclang1-10 installed. Nice cleanup today. - Sedat -