Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
readme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
isgphys
readme
Commits
a3b886b6
Commit
a3b886b6
authored
11 years ago
by
Claude Becker
Browse files
Options
Downloads
Patches
Plain Diff
notes_on_linux_package_management: apt-file
parent
6bf57f40
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
notes_on_linux_package_management.markdown
+10
-0
10 additions, 0 deletions
notes_on_linux_package_management.markdown
with
10 additions
and
0 deletions
notes_on_linux_package_management.markdown
+
10
−
0
View file @
a3b886b6
...
...
@@ -2,6 +2,16 @@
*
[[Debian Version Numbers]]
===== apt-file : list or search package contents =====
''apt-file'' allows to find the packages that provide a given file, or list all files included in a package.
<code>
apt-file update # update the local database of package contents
apt-file search /usr/bin/htop # list all packages providing the given file
apt-file list htop # list all files contained in the given package
</code>
===== apt-cache policy =====
''apt-cache policy
<packagename>
'' provides information about the selection process of the package versions available for installation.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment