rhino-linux / rhino-pkg

A wrapper for apt + snap + flatpak + Pacstall
GNU General Public License v3.0
23 stars 19 forks source link

Can't install multiple packages #50

Closed ajgringo619 closed 2 months ago

ajgringo619 commented 2 months ago

Fairly new to this project, so I'm sure I'm missing something simple. When running an install command with multiple packages:

rpk install nfs-common apt-file fonts-open-sans

it always fails with:

No packages found matching 'nfs-common apt-file fonts-open-sans'!

I found nothing in the man page that would indicate that this is normal behavior.

Elsie19 commented 2 months ago

That is intended behavior. If not, the output would balloon in size and not be user-friendly in that sense.

ajgringo619 commented 2 months ago

OK, that makes sense.