I'm new in linux. Trying to remove libreoffice from by xubuntu 20.04. Libreoffice was installed with xubuntu. I execute many variants:
sudo apt remove 'libreoffice\*'
sudo apt remove 'libreoffice*'
sudo apt remove 'libreoffice.*'
In all cases I got error:
E: Unable to locate package libreoffice.* <result depends on input>
What I tried:
but next solution shows how use apt-get instead of apt.
https://askubuntu.com/a/277771/906861
My questions are:
- how to specify mask for
apt removecommand? - how to remove correctly libreoffice using apt?
- what if I use
apt-getfor this case?