apt install coreutils

or

        for i in lyx lyx24[0xn]
        do
                sudo find / -name $i -exec rm -rf {} ';'
        done

this is not difficult.

el

On 2022-08-11 18:08 , Wolfgang Engelmann wrote:


Am 11.08.22 um 14:28 schrieb Dr Eberhard Lisse:
for i in lyx lyx240 lyx24n lyx24x
do
     rm -rf $(realpath $(which $i))
done

el
[...]
Thanks, El,

but I do not know how to apply this script.  How do I find the
realpath of my installed lyx's?

I checked the help files of lyx, but couldn't find a description of
how to uninstall a lyx file and all the stuff going with it.

Wolfgang



--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users

Reply via email to