dnf basic 升级所有系统软件包 用处: 该命令用于升级系统中所有有可用升级的软件包 1 2 3 # "update" is just a deprecated alias for "upgrade", they do exactly the same thing. dnf update dnf upgrade 安装 1 dnf install rsync 删除 1 dnf remove nano 或
podman in crostini ERRO[0000] ‘overlay’ is not supported over btrfs at “/var/lib/containers/storage/overlay”
https://bugs.chromium.org/p/chromium/issues/detail?id=938877&q=overlayfs&can=2
https://bugs.chromium.org/p/chromium/issues/detail?id=878034
cobra https://github.com/spf13/cobra-cli/blob/main/README.md
go install github.com/spf13/cobra-cli@latest go mod init xxxxx cobra-cli init
viper https://github.com/spf13/viper
https://darjun.github.io/2020/01/17/godailylib/cobra/