Skip to content

Instantly share code, notes, and snippets.

@TyeolRik
Created June 13, 2024 07:12
Show Gist options
  • Save TyeolRik/632cf3aca531b569d1577a46781cfd8e to your computer and use it in GitHub Desktop.
Save TyeolRik/632cf3aca531b569d1577a46781cfd8e to your computer and use it in GitHub Desktop.
Shell Script Cheat Sheet
#!/bin/bash
# 관련한 모든 rpm 들 설치 (with dependencies)
dnf download --resolve --alldeps <package_name_1> ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment