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 remove
command? - how to remove correctly libreoffice using apt?
- what if I use
apt-get
for this case?
libreoffice
. This was installed with xubuntu – Argamidon Jan 14 '21 at 19:44