Re: lyx remove in Debian bullseye

2022-08-11 Thread Dr Eberhard Lisse
for i in lyx lyx240 lyx24n lyx24x do rm -rf $(realpath $(which $i)) done el On 11/08/2022 00:08, Alan Tyree wrote: > Hi Wolfgang, > I can't help you with your immediate problem, but if you again wish to > install multiple versions of a program, I suggest using GNU Stow. It > allows

Re: lyx remove in Debian bullseye

2022-08-11 Thread Dr Eberhard Lisse
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

Re: lyx remove in Debian bullseye

2022-08-11 Thread Wolfgang Engelmann
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 On 11/08/2022 00:08, Alan Tyree wrote: Hi Wolfgang, I can't help you with your immediate problem, but if you again wish to install multiple versions of a