Cheatography
https://cheatography.com
Commands for configuration and management of software in Linux (Debian/Ubuntu and RHEL/Rocky/Alma/CentOS)
Installation, Update & Removal (Debian / Ubuntu)
Command |
Purpose |
|
Install package |
|
Remove package |
|
Remove package and configuration |
|
Remove unused dependencies |
|
Update package index |
|
Update installed packages |
|
Upgrade including dependency changes |
|
Install local .deb
package |
|
Remove package |
|
List installed packages |
Repository Management (Debian)
Command |
Purpose |
|
Refresh repositories |
|
Add repository |
/etc/apt/sources.list
|
Main repository file |
`/etc/apt/sources.list.d/ |
Additional repositories |
|
|
Installation, Update & Removal (RHEL)
Command |
Purpose |
|
Install package |
|
Remove package |
|
Update packages |
|
Upgrade packages |
|
Search packages |
|
Package information |
|
Installed packages |
|
Install RPM |
|
Remove RPM |
|
Query package |
Repository Management (RHEL)
Command |
Purpose |
|
List repositories |
|
Manage repositories |
|
Repository files |
Package Exclusions
Command |
Purpose |
|
Skip package update |
|
Prevent package upgrades |
|
Allow upgrades again |
PKG is a placeholder for an actual package name
|
|
Basic Configurations of Common Services
Command |
Purpose |
|
Start service |
|
Stop service |
|
Restart service |
|
Reload configuration |
|
Enable at boot |
|
Disable at boot |
|
View service status |
Sandboxed Applications
Technology |
Description |
Snap |
Canonical package format |
Flatpak |
Desktop application packaging |
AppImage |
Portable application |
Software Configuration
Location |
Purpose |
|
System configuration |
|
Default service settings |
|
RHEL configuration |
|
Documentation |
Alternatives
Command |
Purpose |
update-alternatives --config NAME
|
Select default program |
`update-alternatives --display NAME |
Show available alternatives |
alternatives --config NAME
|
RHEL equivalent |
NAME is a placeholder for actual package names
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets
More Cheat Sheets by hlhlhl