-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
echo -e "Lightweight APT utility for quickly managing packages. | ||
Usage: apt COMMAND [OPTIONS] [arg...] | ||
Options: | ||
-d, --dry-run Simulate the result of a command without taking action. | ||
-h, --help Display this help message and exit. | ||
-y, --force-yes Do not prompt and assume yes for all queries. | ||
Commands: | ||
autoremove Remove automatically all unused packages. | ||
check Verify that there are no broken dependencies. | ||
clean Erase old downloaded archive files. | ||
install [Alias: in] Install packages. | ||
policy Shows policy settings. | ||
ppa Adds or removes PPA packages sources. | ||
purge Removes packages and their configuration files. | ||
reconfigure Reconfigures packages. | ||
remove [Alias: rm] Removes packages. | ||
search Searches for packages. | ||
show Shows information about packages. | ||
update [Alias: up] Updates the list of downloadable packages. | ||
upgrade Upgrades packages. | ||
$__apt_cow_message" |