-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Description
Tool name
snapd
Tool license
GPLv3
Add or update?
- Add
- Update
Desired version
latest
Approximate size
150 MB
Brief description of tool
Snapd is a package manager included in most Ubuntu systems.
URL for tool's homepage
Provide a basic test case to validate the tool's functionality.
snap install hello-world
/snap/bin/hello-world || exit 1
[[ $(/snap/bin/hello-world) == 'Hello World!' ]] || exit 1Platforms where you need the tool
- Azure DevOps
- GitHub Actions
Runner images where you need the tool
- Ubuntu 22.04
- Ubuntu 24.04
- Ubuntu Slim
- macOS 14
- macOS 14 Arm64
- macOS 15
- macOS 15 Arm64
- macOS 26 Arm64
- Windows Server 2019
- Windows Server 2022
- Windows Server 2025
Can this tool be installed during the build?
sudo apt-get --yes install snapdTool installation time in runtime
seconds
Are you willing to submit a PR?
yes