📜  如何使用 snapcraft - Shell-Bash 代码示例

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

代码示例1
# Install Snapcraft: 
# To check if snap is already pre-installed, type snap find. If the command 
# is recognized, snapcraft has already been installed. If not, you'll need to
# install it. THe installation process varies depending on what Linux 
# Distribution you are using. 
# https://snapcraft.io/docs/installing-snapd

# To find an app: 
snap find 

# You can also find apps through their site: 
# https://snapcraft.io/store

# To install an app: 
snap install 

# To run an app: 
snap run 

# To uninstall an app: 
sudo snap remove