warning: directory permissions differ on /opt/flutter/
filesystem: 775 package: 755
This happens for any installation, upgrading.
| Git Clone URL: | https://aur.archlinux.org/flutter.git (read-only, click to copy) |
|---|---|
| Package Base: | flutter |
| Description: | Flutter SDK component - CLI tool (for application development) |
| Upstream URL: | https://flutter.dev |
| Keywords: | android fuchsia ios mobile sdk |
| Licenses: | custom, BSD, CCPL |
| Groups: | flutter |
| Replaces: | flutter-tool-developer |
| Submitter: | flipflop97 |
| Maintainer: | WithTheBraid |
| Last Packager: | WithTheBraid |
| Votes: | 151 |
| Popularity: | 0.83 |
| First Submitted: | 2017-06-05 21:03 (UTC) |
| Last Updated: | 2025-10-28 13:25 (UTC) |
« First ‹ Previous 1 .. 21 22 23 24 25 26 27 Next › Last »
warning: directory permissions differ on /opt/flutter/
filesystem: 775 package: 755
This happens for any installation, upgrading.
please add flutter binary to path
This fixed the permission issues for me:
sudo chmod a+rw /opt/flutter/bin/cache/lockfile /opt/flutter/version
Those issues are all permission issues, as all files in the package are owned by root. You can check this in the flutter logs.
@d-sha How do you fix it manually? @g4rrucho this package is under heavy development and it's still in beta phase. If anyone have ideas of how to fix the issues and how could I improve this package please let me know
Hi, When installed flutter crashes with permission errors: /opt/flutter/bin/cache/lockfile' (OS Error: Permission denied, errno = 13) /opt/flutter/version' (OS Error: Permission denied, errno = 13)
I fixed this locally but i dont know what the best way to fix the package. Thanks.
Flutter constantly crashes. Anyone has any idea how to fix it?
here is my PKGBUILD for flutter. it will install in /opt/flutter, add ENVIRONMENT VARIABLES in /etc/profile.d and just use "flutter upgrade" to upgrade
https://gist.github.com/alfinbi/502bd912f34a23f23bae1b8661308f78
Pinned Comments
WithTheBraid commented on 2025-11-11 10:15 (UTC)
This package is deprecated in favor of
aur/flutterwhich now contains all required artifacts on its own. This PKGBUILD will be kept as is in order to ensure seamless builds of old Flutter version in future.