LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Help removing all Calligra * Packages (https://www.linuxquestions.org/questions/slackware-14/help-removing-all-calligra-%2A-packages-4175441830/)

lkraemer 12-17-2012 04:27 PM

Help removing all Calligra * Packages
 
I'm using Slackware 14 (32 Bit) and I've got issues with Calligra Words,
because lots of my *.odt files will not load in Calligra Words. I've
always been able to grab my wife's laptop with Libre Office installed
and edit the *.odt files.

I wish to remove all the Calligra Packages and install Libre Office.
How do I remove all of Calligra at once?

Thanks.

Larry

markush 12-17-2012 04:30 PM

You can use the programm pkgtool on the commandline as root.

Markus

yars 12-18-2012 03:17 AM

If you have a slackpkg worked, try in console to remove:
Code:

# slackpkg remove calligra
Alternatively, you can run:
Code:

# ls -1 /var/log/packages/calligra* | xargs removepkg
and similar commands.

lkraemer 12-18-2012 05:34 AM

Thanks, markush & yars.

Larry


All times are GMT -5. The time now is 12:13 PM.