Created
November 24, 2022 17:40
-
-
Save alaztetik/70dd1d98c6b3526438e33cef987b49cf to your computer and use it in GitHub Desktop.
Revisions
-
alaztetik created this gist
Nov 24, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # in case you get the error below: # error: cannot install "flutter": classic confinement requires snaps under /snap or symlink from /snap to /var/lib/snapd/snap # run this command (symbolic link): sudo ln -s /var/lib/snapd/snap /snap # after that, try installing Flutter: sudo snap install flutter --classic