Skip to content

Commit

Permalink
Update PackageMaintenance.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seamusdemora authored Aug 17, 2024
1 parent ba6be0c commit e1f5b07
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion PackageMaintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Some advocate using `apt`, others advocate using `apt-get`. I've come to favor p



## Finding, Installing and Removing Packages using `apt`
## Finding, Inspecting, Installing and Removing Packages using `apt`

<table class="minimalistBlack">
<thead>
Expand All @@ -96,6 +96,11 @@ Some advocate using `apt`, others advocate using `apt-get`. I've come to favor p
<td width="70%">You always need the exact name of package "XXXX" - this is one way to get it. If you're looking for a package, and recall only that its name contains the characters `priv`, then `apt-cache search priv` should list all matching packages in the repository.</td>
</tr>

<tr>
<td><code><b>apt list --installed</code></b></td>
<td>Displays list of packages satisfying certain criteria (e.g. <code>--installed</code>), or matching a <code>glob</code> pattern.</td>
</tr>

<tr>
<td width="30%"> <b><code>sudo apt install XXXX</code></b></td>
<td width="70%">Install a package named "XXXX"</td>
Expand Down

0 comments on commit e1f5b07

Please sign in to comment.