Modify ↓
Opened 9 years ago
Last modified 3 years ago
#5423 reopened defect
Opkg search doesn't work (but opkg list | grep does)
Reported by: | Twigman | Owned by: | developers |
---|---|---|---|
Priority: | low | Milestone: | Barrier Breaker 14.07 |
Component: | packages | Version: | |
Keywords: | opkg, search, list, package | Cc: |
Description
Having run 'opkg update' and getting the latest list of packages, 'opkg search <myword>' produces no results.
Work around: 'opkg list | grep <myword>'
Attachments (0)
Change History (4)
comment:1 Changed 9 years ago by acinonyx
comment:2 Changed 9 years ago by florian
- Resolution set to wontfix
- Status changed from new to closed
comment:3 Changed 4 years ago by jow
- Milestone changed from Attitude Adjustment 12.09 to Barrier Breaker 14.07
Milestone Attitude Adjustment 12.09 deleted
comment:4 Changed 3 years ago by anonymous
- Resolution wontfix deleted
- Status changed from closed to reopened
Note: See
TracTickets for help on using
tickets.
opkg search searches for a package providing a file. It doesn't search for package names.
In case you need to search for a file in some package you need to provide the full path of the file or a regexp of the path.