Skip to content

Instantly share code, notes, and snippets.

@atulkamble
Last active July 22, 2023 07:49
Show Gist options
  • Save atulkamble/faea65402fc23623fe7c3f8c0c495517 to your computer and use it in GitHub Desktop.
Save atulkamble/faea65402fc23623fe7c3f8c0c495517 to your computer and use it in GitHub Desktop.
Snap & then Azure Storage Explorer INstallation on Redhat
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo dnf upgrade
sudo yum install snapd
sudo systemctl enable --now snapd.socket
sudo ln -s /var/lib/snapd/snap /snap
sudo snap install storage-explorer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment