Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 4101  / 2 Years ago, sun, july 17, 2022, 12:23:20

I was trying to find a package named libkf5kjs-dev. Now I know the exact name of the package, but when I went to the search page at packages.ubuntu.com I only knew that it started with the string libkf5. If I type this into the keyword field:



enter image description here



and press "Search", I get a lot of results but none of them matches
libkf5kjs-dev. What am I missing here? How should I search to get the correct package?


More From » apt

 Answers
2

Running the "libkf5" search keyword on packages.ubuntu.com returns:




Your keyword was too generic, for optimizing reasons some results
might have been suppressed. Please consider using a longer keyword or
more keywords.




It looks like the website has an upper limit on the number of search results. I would suggest using apt-file (install using sudo apt install apt-file) instead to return all possible results:



$ apt-file search libkf5 | grep libkf5kjs-dev
libkf5kjs-dev: /usr/share/doc/libkf5kjs-dev/changelog.Debian.gz
libkf5kjs-dev: /usr/share/doc/libkf5kjs-dev/copyright
libkf5kjs-dev: /usr/share/lintian/overrides/libkf5kjs-dev


where you can see that libkf5kjs-dev can be found.


[#10614] Monday, July 18, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fertion

Total Points: 436
Total Questions: 121
Total Answers: 156

Location: England
Member since Sun, May 21, 2023
1 Year ago
;