* — All characters
! — Exclude characters
For example, when you install the LibreOffice, you don’t want to install the math module:
dpkg -i !(*math*.deb)
So all deb will be installed except the ones with keyword math.
* — All characters
! — Exclude characters
For example, when you install the LibreOffice, you don’t want to install the math module:
dpkg -i !(*math*.deb)
So all deb will be installed except the ones with keyword math.