[Lab 9.1 Basic APT Commands] "apt-cache search -n" vs. "apt-cache pkgnames"?
Hi folks, Lab description says that both commands / options (search -n as well as pkgnames) will "only find packages with [include search word] in their name".
When I use those commands, for example with the keyword "kernel", search -n will return 75 results and pkgnames only 3?
Also, "apt-cache search -n kernel" returns findings like "gap-core", which does not have a "kernel" in the package name (or is "gap-core" not the name of the package)?
Listing the Details of gap-core (using apt-cache showpkg gap-core) inclludes
Provides:
4.12.1-2 - gap-kernel-8 (= )
I guess thats where "search -n" found the keyword "kernel".
You can see, I´m fairly confused :-) Anyone able to explain what I´m missing here? I´m on Debian bookworm btw.
Many thanks in advance!
David
Best Answer
-
Hi David,
1) Taking a look at the man page for apt-cache, it says the following:
search regex [regex ...]
Performs a full text search on all available package lists for the regex pattern given. It searches the >package names and the descriptions for an occurrence of the regular expression and prints out the >package name and the short description.So, the rest of packages shown are because of the descriptions.
In this case we will need to update the content to include this.
2) In the case of:
apt-cache pkgnames "kernel"
It will show all the packages that starts with the string "kernel". You can check on this with another string, like "glibc".
So it seems we will need to edit this as well.
Thanks for the observations!!
Luis.
1
Answers
-
Thank you Luis, much appreciated!
1
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 769 Linux Foundation IT Professional Programs
- 379 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 102 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 5 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 11 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 3 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 796 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 91 Storage
- 771 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 121 Mobile Computing
- 20 Android
- 86 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 395 Off Topic
- 121 Introductions
- 30 Study Material
- 1K Programming and Development
- 310 Kernel Development
- 695 Software Development
- 1K Software
- 402 Applications
- 182 Command Line
- 5 Compiling/Installing
- 69 Games
- 318 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)