📜  snap store fedora - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:21.180000             🧑  作者: Mango

代码示例1
# Enable snapd
sudo dnf install snapd

# Enable classic snap support (optional)
sudo dnf install snap-store

# Log out and log in, or restart system
# Source: https://snapcraft.io/install/snap-store/fedora#install