I am currently on Pop!OS 20.04, and after installing zsh and setting it as my default shell, when installing apps by using apt-get like follows, zsh says no matches found:
sudo apt-get install libreoffice* -y
Why does this happen, and is there a way to make this not happen again?
sudo apt-get install libreoffice'*'
(note the apostrophes). – vonbrand Feb 14 '21 at 03:40