mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 01:58:29 +02:00
Cheatsheets added
- apk: Alpine Linux package manager - gcc: GNU C Compiler - grep: Pattern matcher in files or pipes - vim: Vi IMproved
This commit is contained in:
14
cheatsheets/apk
Normal file
14
cheatsheets/apk
Normal file
@ -0,0 +1,14 @@
|
||||
# Install a package
|
||||
apk add $package
|
||||
|
||||
# Remove a package
|
||||
apk del $package
|
||||
|
||||
# Update repos
|
||||
apk update
|
||||
|
||||
# Upgrade all packages
|
||||
apk upgrade
|
||||
|
||||
# Find a package
|
||||
apk search $package
|
Reference in New Issue
Block a user