Opkg (gpkg) error?

If your problem doesn't fall into one of the other categories, report it here.

Moderator: Moderators

Post Reply
Kenderice
Posts: 18
Joined: Tue Jan 31, 2023 10:56 am

Opkg (gpkg) error?

Post by Kenderice »

Hi.
I have a problem.
I installed gargoyle on an x86 machine with 16GB SSD storage.

If I issue the terminal command "opkg list", it lists a bunch of plugins.
However, if I want to narrow the list of results to "opkg list **" (entering something between the two stars), then there are no results.

Is this a bug or is this not the way to use this command?
Thanks.

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Opkg (gpkg) error?

Post by Lantis »

Call everything via gpkg (opkg is just a symlink to it anyway).
The correct pattern is:
gpkg list -r <pattern>

where <pattern> is a valid regex (// is not required).

e.g.

Code: Select all

root@Gargoyle:~# gpkg list -r ubus.*
libubus20220601 - 2022-06-01-2bebf93c-1
ubus - 2022-06-01-2bebf93c-1
ubusd - 2022-06-01-2bebf93c-1
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Kenderice
Posts: 18
Joined: Tue Jan 31, 2023 10:56 am

Re: Opkg (gpkg) error?

Post by Kenderice »

Thanks.

Post Reply