@fredlackey/devutils 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (259) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
  3. package/src/commands/install.js +374 -36
  4. package/src/installs/adobe-creative-cloud.js +527 -25
  5. package/src/installs/adobe-creative-cloud.md +605 -0
  6. package/src/installs/appcleaner.js +303 -26
  7. package/src/installs/appcleaner.md +699 -0
  8. package/src/installs/apt-transport-https.js +390 -0
  9. package/src/installs/apt-transport-https.md +678 -0
  10. package/src/installs/atomicparsley.js +624 -26
  11. package/src/installs/atomicparsley.md +795 -0
  12. package/src/installs/aws-cli.js +779 -26
  13. package/src/installs/aws-cli.md +727 -0
  14. package/src/installs/balena-etcher.js +688 -26
  15. package/src/installs/balena-etcher.md +761 -0
  16. package/src/installs/bambu-studio.js +912 -26
  17. package/src/installs/bambu-studio.md +780 -0
  18. package/src/installs/bash-completion.js +554 -23
  19. package/src/installs/bash-completion.md +833 -0
  20. package/src/installs/bash.js +399 -26
  21. package/src/installs/bash.md +993 -0
  22. package/src/installs/beyond-compare.js +585 -26
  23. package/src/installs/beyond-compare.md +813 -0
  24. package/src/installs/build-essential.js +511 -26
  25. package/src/installs/build-essential.md +977 -0
  26. package/src/installs/ca-certificates.js +618 -0
  27. package/src/installs/ca-certificates.md +937 -0
  28. package/src/installs/caffeine.js +490 -26
  29. package/src/installs/caffeine.md +839 -0
  30. package/src/installs/camtasia.js +577 -25
  31. package/src/installs/camtasia.md +762 -0
  32. package/src/installs/chatgpt.js +458 -26
  33. package/src/installs/chatgpt.md +814 -0
  34. package/src/installs/chocolatey.js +447 -0
  35. package/src/installs/chocolatey.md +661 -0
  36. package/src/installs/chrome-canary.js +472 -26
  37. package/src/installs/chrome-canary.md +641 -0
  38. package/src/installs/chromium.js +645 -26
  39. package/src/installs/chromium.md +838 -0
  40. package/src/installs/claude-code.js +558 -26
  41. package/src/installs/claude-code.md +1173 -0
  42. package/src/installs/curl.js +361 -26
  43. package/src/installs/curl.md +714 -0
  44. package/src/installs/cursor.js +561 -26
  45. package/src/installs/cursor.md +970 -0
  46. package/src/installs/dbschema.js +674 -26
  47. package/src/installs/dbschema.md +925 -0
  48. package/src/installs/dependencies.md +435 -0
  49. package/src/installs/development-tools.js +600 -0
  50. package/src/installs/development-tools.md +977 -0
  51. package/src/installs/docker.js +1010 -25
  52. package/src/installs/docker.md +1109 -0
  53. package/src/installs/drawio.js +1001 -26
  54. package/src/installs/drawio.md +795 -0
  55. package/src/installs/elmedia-player.js +328 -25
  56. package/src/installs/elmedia-player.md +556 -0
  57. package/src/installs/ffmpeg.js +870 -25
  58. package/src/installs/ffmpeg.md +852 -0
  59. package/src/installs/file.js +464 -0
  60. package/src/installs/file.md +987 -0
  61. package/src/installs/gemini-cli.js +793 -26
  62. package/src/installs/gemini-cli.md +1153 -0
  63. package/src/installs/git.js +382 -26
  64. package/src/installs/git.md +907 -0
  65. package/src/installs/gitego.js +931 -26
  66. package/src/installs/gitego.md +1172 -0
  67. package/src/installs/go.js +913 -26
  68. package/src/installs/go.md +958 -0
  69. package/src/installs/google-chrome.js +801 -25
  70. package/src/installs/google-chrome.md +862 -0
  71. package/src/installs/gpg.js +412 -73
  72. package/src/installs/gpg.md +1056 -0
  73. package/src/installs/homebrew.js +1015 -26
  74. package/src/installs/homebrew.md +988 -0
  75. package/src/installs/imageoptim.js +950 -26
  76. package/src/installs/imageoptim.md +1119 -0
  77. package/src/installs/installers.json +2297 -0
  78. package/src/installs/jq.js +382 -26
  79. package/src/installs/jq.md +809 -0
  80. package/src/installs/keyboard-maestro.js +701 -26
  81. package/src/installs/keyboard-maestro.md +825 -0
  82. package/src/installs/latex.js +771 -26
  83. package/src/installs/latex.md +1095 -0
  84. package/src/installs/lftp.js +338 -26
  85. package/src/installs/lftp.md +907 -0
  86. package/src/installs/lsb-release.js +346 -0
  87. package/src/installs/lsb-release.md +814 -0
  88. package/src/installs/messenger.js +829 -26
  89. package/src/installs/messenger.md +900 -0
  90. package/src/installs/microsoft-office.js +550 -26
  91. package/src/installs/microsoft-office.md +760 -0
  92. package/src/installs/microsoft-teams.js +782 -25
  93. package/src/installs/microsoft-teams.md +886 -0
  94. package/src/installs/node.js +886 -26
  95. package/src/installs/node.md +1153 -0
  96. package/src/installs/nordpass.js +698 -26
  97. package/src/installs/nordpass.md +921 -0
  98. package/src/installs/nvm.js +977 -26
  99. package/src/installs/nvm.md +1057 -0
  100. package/src/installs/openssh.js +734 -64
  101. package/src/installs/openssh.md +1056 -0
  102. package/src/installs/pandoc.js +644 -26
  103. package/src/installs/pandoc.md +1036 -0
  104. package/src/installs/pinentry.js +492 -26
  105. package/src/installs/pinentry.md +1142 -0
  106. package/src/installs/pngyu.js +851 -26
  107. package/src/installs/pngyu.md +896 -0
  108. package/src/installs/postman.js +781 -26
  109. package/src/installs/postman.md +940 -0
  110. package/src/installs/procps.js +425 -0
  111. package/src/installs/procps.md +851 -0
  112. package/src/installs/safari-tech-preview.js +355 -25
  113. package/src/installs/safari-tech-preview.md +533 -0
  114. package/src/installs/sfnt2woff.js +640 -26
  115. package/src/installs/sfnt2woff.md +795 -0
  116. package/src/installs/shellcheck.js +463 -26
  117. package/src/installs/shellcheck.md +1005 -0
  118. package/src/installs/slack.js +722 -25
  119. package/src/installs/slack.md +865 -0
  120. package/src/installs/snagit.js +566 -25
  121. package/src/installs/snagit.md +844 -0
  122. package/src/installs/software-properties-common.js +372 -0
  123. package/src/installs/software-properties-common.md +805 -0
  124. package/src/installs/spotify.js +858 -25
  125. package/src/installs/spotify.md +901 -0
  126. package/src/installs/studio-3t.js +803 -26
  127. package/src/installs/studio-3t.md +918 -0
  128. package/src/installs/sublime-text.js +780 -25
  129. package/src/installs/sublime-text.md +914 -0
  130. package/src/installs/superwhisper.js +687 -25
  131. package/src/installs/superwhisper.md +630 -0
  132. package/src/installs/tailscale.js +727 -26
  133. package/src/installs/tailscale.md +1100 -0
  134. package/src/installs/tar.js +389 -0
  135. package/src/installs/tar.md +946 -0
  136. package/src/installs/termius.js +780 -26
  137. package/src/installs/termius.md +844 -0
  138. package/src/installs/terraform.js +761 -26
  139. package/src/installs/terraform.md +899 -0
  140. package/src/installs/tidal.js +752 -25
  141. package/src/installs/tidal.md +864 -0
  142. package/src/installs/tmux.js +328 -26
  143. package/src/installs/tmux.md +1030 -0
  144. package/src/installs/tree.js +393 -26
  145. package/src/installs/tree.md +833 -0
  146. package/src/installs/unzip.js +460 -0
  147. package/src/installs/unzip.md +879 -0
  148. package/src/installs/vim.js +403 -26
  149. package/src/installs/vim.md +1040 -0
  150. package/src/installs/vlc.js +803 -26
  151. package/src/installs/vlc.md +927 -0
  152. package/src/installs/vscode.js +825 -26
  153. package/src/installs/vscode.md +1002 -0
  154. package/src/installs/wget.js +415 -0
  155. package/src/installs/wget.md +791 -0
  156. package/src/installs/whatsapp.js +710 -25
  157. package/src/installs/whatsapp.md +854 -0
  158. package/src/installs/winpty.js +352 -0
  159. package/src/installs/winpty.md +620 -0
  160. package/src/installs/woff2.js +535 -26
  161. package/src/installs/woff2.md +977 -0
  162. package/src/installs/wsl.js +572 -0
  163. package/src/installs/wsl.md +699 -0
  164. package/src/installs/xcode-clt.js +520 -0
  165. package/src/installs/xcode-clt.md +351 -0
  166. package/src/installs/xcode.js +542 -26
  167. package/src/installs/xcode.md +573 -0
  168. package/src/installs/yarn.js +806 -26
  169. package/src/installs/yarn.md +1074 -0
  170. package/src/installs/yq.js +636 -26
  171. package/src/installs/yq.md +944 -0
  172. package/src/installs/yt-dlp.js +683 -26
  173. package/src/installs/yt-dlp.md +946 -0
  174. package/src/installs/yum-utils.js +297 -0
  175. package/src/installs/yum-utils.md +648 -0
  176. package/src/installs/zoom.js +740 -25
  177. package/src/installs/zoom.md +884 -0
  178. package/src/scripts/README.md +567 -45
  179. package/src/scripts/STATUS.md +208 -0
  180. package/src/scripts/afk.js +395 -7
  181. package/src/scripts/backup-all.js +731 -9
  182. package/src/scripts/backup-source.js +711 -8
  183. package/src/scripts/brewd.js +373 -7
  184. package/src/scripts/brewi.js +505 -9
  185. package/src/scripts/brewr.js +512 -9
  186. package/src/scripts/brews.js +462 -9
  187. package/src/scripts/brewu.js +488 -7
  188. package/src/scripts/c.js +185 -7
  189. package/src/scripts/ccurl.js +325 -8
  190. package/src/scripts/certbot-crontab-init.js +488 -8
  191. package/src/scripts/certbot-init.js +641 -9
  192. package/src/scripts/ch.js +339 -7
  193. package/src/scripts/claude-danger.js +253 -8
  194. package/src/scripts/clean-dev.js +419 -8
  195. package/src/scripts/clear-dns-cache.js +525 -7
  196. package/src/scripts/clone.js +417 -7
  197. package/src/scripts/code-all.js +420 -7
  198. package/src/scripts/count-files.js +195 -8
  199. package/src/scripts/count-folders.js +195 -8
  200. package/src/scripts/count.js +248 -8
  201. package/src/scripts/d.js +203 -7
  202. package/src/scripts/datauri.js +373 -8
  203. package/src/scripts/delete-files.js +363 -7
  204. package/src/scripts/docker-clean.js +410 -8
  205. package/src/scripts/dp.js +426 -7
  206. package/src/scripts/e.js +375 -9
  207. package/src/scripts/empty-trash.js +497 -7
  208. package/src/scripts/evm.js +428 -9
  209. package/src/scripts/fetch-github-repos.js +441 -10
  210. package/src/scripts/get-channel.js +329 -8
  211. package/src/scripts/get-course.js +384 -11
  212. package/src/scripts/get-dependencies.js +290 -9
  213. package/src/scripts/get-folder.js +783 -10
  214. package/src/scripts/get-tunes.js +411 -10
  215. package/src/scripts/get-video.js +352 -9
  216. package/src/scripts/git-backup.js +561 -9
  217. package/src/scripts/git-clone.js +477 -9
  218. package/src/scripts/git-pup.js +303 -7
  219. package/src/scripts/git-push.js +380 -8
  220. package/src/scripts/h.js +607 -9
  221. package/src/scripts/hide-desktop-icons.js +483 -7
  222. package/src/scripts/hide-hidden-files.js +522 -7
  223. package/src/scripts/install-dependencies-from.js +440 -9
  224. package/src/scripts/ips.js +647 -10
  225. package/src/scripts/iso.js +354 -8
  226. package/src/scripts/killni.js +561 -7
  227. package/src/scripts/ll.js +451 -8
  228. package/src/scripts/local-ip.js +310 -8
  229. package/src/scripts/m.js +508 -8
  230. package/src/scripts/map.js +293 -8
  231. package/src/scripts/mkd.js +287 -7
  232. package/src/scripts/ncu-update-all.js +441 -8
  233. package/src/scripts/nginx-init.js +702 -12
  234. package/src/scripts/npmi.js +366 -7
  235. package/src/scripts/o.js +495 -8
  236. package/src/scripts/org-by-date.js +321 -7
  237. package/src/scripts/p.js +208 -7
  238. package/src/scripts/packages.js +313 -8
  239. package/src/scripts/path.js +209 -7
  240. package/src/scripts/ports.js +582 -8
  241. package/src/scripts/q.js +290 -8
  242. package/src/scripts/refresh-files.js +378 -10
  243. package/src/scripts/remove-smaller-files.js +500 -8
  244. package/src/scripts/rename-files-with-date.js +517 -9
  245. package/src/scripts/resize-image.js +523 -9
  246. package/src/scripts/rm-safe.js +653 -8
  247. package/src/scripts/s.js +525 -9
  248. package/src/scripts/set-git-public.js +349 -7
  249. package/src/scripts/show-desktop-icons.js +459 -7
  250. package/src/scripts/show-hidden-files.js +456 -7
  251. package/src/scripts/tpa.js +265 -8
  252. package/src/scripts/tpo.js +264 -7
  253. package/src/scripts/u.js +489 -7
  254. package/src/scripts/vpush.js +422 -8
  255. package/src/scripts/y.js +267 -7
  256. package/src/utils/common/os.js +94 -2
  257. package/src/utils/ubuntu/apt.js +13 -7
  258. package/src/utils/windows/choco.js +82 -26
  259. package/src/utils/windows/winget.js +89 -27
@@ -0,0 +1,605 @@
1
+ # Installing Adobe Creative Cloud
2
+
3
+ ## Overview
4
+
5
+ Adobe Creative Cloud is a subscription-based service that provides access to Adobe's suite of creative applications including Photoshop, Illustrator, Premiere Pro, After Effects, Lightroom, InDesign, and many others. The Creative Cloud Desktop App serves as the central hub for downloading, installing, updating, and managing these applications.
6
+
7
+ **Important Platform Limitation:** Adobe Creative Cloud is officially supported only on **macOS** and **Windows**. There is no native Linux support from Adobe, which affects Ubuntu, Raspberry Pi OS, Amazon Linux, and other Linux distributions.
8
+
9
+ ## Prerequisites
10
+
11
+ Before installing Adobe Creative Cloud, ensure you have:
12
+
13
+ 1. **Adobe Account**: A free Adobe ID is required to sign in. Create one at [account.adobe.com](https://account.adobe.com) if you do not have one.
14
+ 2. **Subscription**: While the Creative Cloud Desktop App is free, most individual applications require a paid subscription.
15
+ 3. **System Requirements**:
16
+ - macOS 10.15 (Catalina) or later
17
+ - Windows 10 version 1903 or later (64-bit)
18
+ - Minimum 4 GB RAM (8 GB recommended)
19
+ - Minimum 4 GB available hard disk space for installation
20
+ 4. **Internet Connection**: Required for initial installation, sign-in, and downloading applications.
21
+
22
+ ---
23
+
24
+ ## Dependencies
25
+
26
+ ### macOS (Homebrew)
27
+ - **Required:**
28
+ - `homebrew` - Install via `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"` or run `dev install homebrew`
29
+ - **Optional:** None
30
+ - **Auto-installed:** None (Homebrew automatically handles all Adobe Creative Cloud system dependencies)
31
+
32
+ ### Ubuntu (APT/Snap)
33
+ Installation not yet supported on this platform. Adobe Creative Cloud is not officially available for Linux distributions.
34
+
35
+ ### Raspberry Pi OS (APT/Snap)
36
+ Installation not yet supported on this platform. Adobe Creative Cloud is not available for ARM-based Linux systems.
37
+
38
+ ### Amazon Linux (DNF/YUM)
39
+ Installation not yet supported on this platform. Adobe Creative Cloud is not officially available for Linux distributions.
40
+
41
+ ### Windows (Chocolatey/winget)
42
+ - **Required:**
43
+ - `winget` (Windows Package Manager) - Install from Microsoft Store (search for "App Installer") or run `dev install winget`
44
+ - **Optional:** None
45
+ - **Auto-installed:** None (winget automatically handles all Adobe Creative Cloud system dependencies)
46
+
47
+ ### Git Bash (Manual/Portable)
48
+ - **Required:**
49
+ - `powershell.exe` - Pre-installed on all supported Windows versions (Windows 10 1903+)
50
+ - `winget` (Windows Package Manager) - Install from Microsoft Store (search for "App Installer") or run `dev install winget`
51
+ - **Optional:** None
52
+ - **Auto-installed:** None
53
+
54
+ ---
55
+
56
+ ## Platform-Specific Installation
57
+
58
+ ### macOS (Homebrew)
59
+
60
+ Adobe Creative Cloud is available as a Homebrew cask and can be installed non-interactively.
61
+
62
+ #### Prerequisites
63
+
64
+ - macOS 10.15 (Catalina) or later
65
+ - Homebrew package manager installed
66
+ - Administrator privileges
67
+
68
+ Verify Homebrew is installed:
69
+
70
+ ```bash
71
+ brew --version
72
+ ```
73
+
74
+ If Homebrew is not installed, install it first using `dev install homebrew`.
75
+
76
+ #### Installation Steps
77
+
78
+ Run the following command to install Adobe Creative Cloud:
79
+
80
+ ```bash
81
+ brew install --cask --quiet adobe-creative-cloud
82
+ ```
83
+
84
+ **Note:** This command may prompt for your administrator password because Adobe Creative Cloud requires elevated privileges to install system components. In fully automated scenarios (such as CI/CD pipelines), ensure the running user has passwordless sudo configured or pre-authorize the installer.
85
+
86
+ The installation downloads the Creative Cloud Desktop App and installs it to `/Applications/Adobe Creative Cloud/`.
87
+
88
+ #### Verification
89
+
90
+ Confirm the installation succeeded:
91
+
92
+ ```bash
93
+ ls -la "/Applications/Adobe Creative Cloud/Adobe Creative Cloud.app" && echo "Adobe Creative Cloud is installed"
94
+ ```
95
+
96
+ You can also launch the application to verify:
97
+
98
+ ```bash
99
+ open "/Applications/Adobe Creative Cloud/Adobe Creative Cloud.app"
100
+ ```
101
+
102
+ #### Troubleshooting
103
+
104
+ **Installation fails with permission errors:**
105
+
106
+ ```bash
107
+ # Reset Homebrew cask cache and retry
108
+ brew cleanup
109
+ sudo rm -rf /Library/Application\ Support/Adobe/AAMUpdater
110
+ brew install --cask --quiet adobe-creative-cloud
111
+ ```
112
+
113
+ **Installation hangs on Apple Silicon (M1/M2/M3):**
114
+
115
+ Some users have reported installation issues on Apple Silicon. If this occurs:
116
+
117
+ ```bash
118
+ # Force reinstall with verbose output to identify the issue
119
+ brew reinstall --cask adobe-creative-cloud
120
+ ```
121
+
122
+ **Creative Cloud app crashes on launch:**
123
+
124
+ Remove preferences and retry:
125
+
126
+ ```bash
127
+ rm -rf ~/Library/Preferences/com.adobe.AdobeCreativeCloud.plist
128
+ rm -rf ~/Library/Application\ Support/Adobe/Creative\ Cloud\ Libraries
129
+ ```
130
+
131
+ ---
132
+
133
+ ### Ubuntu/Debian (APT)
134
+
135
+ **Adobe Creative Cloud is NOT officially supported on Ubuntu or Debian.** Adobe does not provide native Linux packages, and there is no APT or Snap package available.
136
+
137
+ #### Workaround Options
138
+
139
+ If you require Adobe Creative Cloud functionality on Ubuntu/Debian, consider these alternatives in order of reliability:
140
+
141
+ **Option 1: Virtual Machine (Recommended for Production Use)**
142
+
143
+ Run Windows in a virtual machine to access Adobe Creative Cloud with full compatibility:
144
+
145
+ ```bash
146
+ # Install VirtualBox
147
+ sudo DEBIAN_FRONTEND=noninteractive apt-get update
148
+ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y virtualbox
149
+ ```
150
+
151
+ Then install Windows in the VM and follow the Windows installation instructions.
152
+
153
+ **Option 2: Wine with PlayOnLinux (Experimental)**
154
+
155
+ Wine can run some older Adobe applications with varying degrees of success. Modern Creative Cloud subscription apps have limited compatibility.
156
+
157
+ ```bash
158
+ # Install PlayOnLinux
159
+ sudo DEBIAN_FRONTEND=noninteractive apt-get update
160
+ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y playonlinux
161
+ ```
162
+
163
+ **Important limitations:**
164
+ - Only Photoshop CC (older versions), Bridge CC, and Lightroom 5 have been tested to work
165
+ - The Creative Cloud Desktop App itself has compatibility issues
166
+ - This approach is NOT recommended for professional or production use
167
+ - Adobe does not provide support for Wine-based installations
168
+
169
+ **Option 3: Adobe Express (Web-Based Alternative)**
170
+
171
+ Adobe Express (formerly Adobe Spark) provides basic design capabilities through a web browser and works on any platform:
172
+
173
+ - URL: [https://www.adobe.com/express/](https://www.adobe.com/express/)
174
+
175
+ #### Verification
176
+
177
+ Since Adobe Creative Cloud cannot be natively installed on Ubuntu/Debian, there is no verification step. If using a VM or Wine, verify within that environment.
178
+
179
+ #### Troubleshooting
180
+
181
+ For Wine/PlayOnLinux issues, consult:
182
+ - [PlayOnLinux Adobe Creative Cloud page](https://www.playonlinux.com/en/app-3251-Adobe_Creative_Cloud.html)
183
+ - [Creative Cloud Linux GitHub project](https://github.com/corbindavenport/creative-cloud-linux)
184
+
185
+ ---
186
+
187
+ ### Raspberry Pi OS (APT)
188
+
189
+ **Adobe Creative Cloud is NOT supported on Raspberry Pi OS.** This is due to two fundamental incompatibilities:
190
+
191
+ 1. **Architecture**: Adobe applications are compiled for x86/x86_64 processors. Raspberry Pi uses ARM processors, and Adobe does not release ARM-compiled versions for Linux.
192
+ 2. **Operating System**: Adobe only supports macOS and Windows. There is no Linux support.
193
+
194
+ #### Why It Cannot Work
195
+
196
+ - Adobe's software is closed-source and cannot be recompiled for ARM
197
+ - x86 emulation on ARM is too slow for practical use of graphics-intensive applications
198
+ - Even Wine cannot bridge this gap because it requires x86 binaries
199
+
200
+ #### Alternatives for Raspberry Pi
201
+
202
+ For image editing and design work on Raspberry Pi, consider these open-source alternatives:
203
+
204
+ ```bash
205
+ # GIMP - Professional image editor (Photoshop alternative)
206
+ sudo DEBIAN_FRONTEND=noninteractive apt-get update
207
+ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y gimp
208
+
209
+ # Inkscape - Vector graphics editor (Illustrator alternative)
210
+ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y inkscape
211
+
212
+ # Krita - Digital painting application
213
+ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y krita
214
+
215
+ # Kdenlive - Video editor (Premiere alternative)
216
+ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y kdenlive
217
+ ```
218
+
219
+ #### Verification
220
+
221
+ Verify the alternatives are installed:
222
+
223
+ ```bash
224
+ gimp --version
225
+ inkscape --version
226
+ ```
227
+
228
+ ---
229
+
230
+ ### Amazon Linux/RHEL (YUM/DNF)
231
+
232
+ **Adobe Creative Cloud is NOT officially supported on Amazon Linux or RHEL.** Adobe does not provide packages for any Linux distribution.
233
+
234
+ #### Workaround Options
235
+
236
+ **Option 1: Virtual Machine (Recommended)**
237
+
238
+ For Amazon Linux servers, run Windows in a VM using libvirt/KVM:
239
+
240
+ ```bash
241
+ # Install virtualization packages on Amazon Linux 2023
242
+ sudo dnf install -y libvirt qemu-kvm virt-install virt-manager
243
+
244
+ # Enable and start libvirtd
245
+ sudo systemctl enable --now libvirtd
246
+ ```
247
+
248
+ Then create a Windows VM and install Creative Cloud there.
249
+
250
+ **Option 2: Wine (Experimental, Not Recommended)**
251
+
252
+ Wine is available on RHEL-based systems but has the same limitations as on Ubuntu:
253
+
254
+ ```bash
255
+ # Enable EPEL repository (Amazon Linux 2)
256
+ sudo amazon-linux-extras install -y epel
257
+
258
+ # Install Wine
259
+ sudo yum install -y wine
260
+ ```
261
+
262
+ Or for Amazon Linux 2023 / RHEL 9:
263
+
264
+ ```bash
265
+ # Enable EPEL
266
+ sudo dnf install -y epel-release
267
+
268
+ # Install Wine
269
+ sudo dnf install -y wine
270
+ ```
271
+
272
+ **Important:** The same limitations apply as with Ubuntu. Adobe does not support or test Wine-based installations, and modern Creative Cloud apps have poor compatibility.
273
+
274
+ #### Alternatives
275
+
276
+ Install open-source alternatives:
277
+
278
+ ```bash
279
+ # Amazon Linux 2023 / RHEL 9
280
+ sudo dnf install -y gimp inkscape
281
+
282
+ # Amazon Linux 2 / RHEL 7/8
283
+ sudo yum install -y gimp inkscape
284
+ ```
285
+
286
+ #### Verification
287
+
288
+ Not applicable for Adobe Creative Cloud. Verify alternatives:
289
+
290
+ ```bash
291
+ gimp --version
292
+ inkscape --version
293
+ ```
294
+
295
+ ---
296
+
297
+ ### Windows (winget)
298
+
299
+ Adobe Creative Cloud is fully supported on Windows and can be installed using winget with silent installation flags.
300
+
301
+ #### Prerequisites
302
+
303
+ - Windows 10 version 1903 or later (64-bit recommended)
304
+ - winget (Windows Package Manager) installed
305
+ - Administrator privileges
306
+
307
+ Verify winget is available:
308
+
309
+ ```powershell
310
+ winget --version
311
+ ```
312
+
313
+ If winget is not available, it can be installed from the Microsoft Store (App Installer) or by installing `dev install winget`.
314
+
315
+ #### Installation Steps
316
+
317
+ Open PowerShell or Command Prompt as Administrator and run:
318
+
319
+ ```powershell
320
+ winget install --id Adobe.CreativeCloud --silent --accept-package-agreements --accept-source-agreements
321
+ ```
322
+
323
+ **Explanation of flags:**
324
+ - `--id Adobe.CreativeCloud`: Specifies the exact package identifier
325
+ - `--silent`: Suppresses the installer UI
326
+ - `--accept-package-agreements`: Automatically accepts the package license
327
+ - `--accept-source-agreements`: Automatically accepts the source terms
328
+
329
+ **Important Note:** After installation, the Creative Cloud Desktop App will prompt you to sign in with your Adobe ID when first launched. This sign-in step cannot be automated without enterprise deployment tools.
330
+
331
+ #### Alternative: Direct Download Installation
332
+
333
+ If winget is unavailable, download and install directly using PowerShell:
334
+
335
+ ```powershell
336
+ # Create temporary directory
337
+ $tempDir = "$env:TEMP\AdobeCC"
338
+ New-Item -ItemType Directory -Force -Path $tempDir | Out-Null
339
+
340
+ # Download the installer
341
+ $url = "https://ccmdls.adobe.com/AdobeProducts/StandaloneBuilds/ACCC/ESD/6.8.1/856/win64/ACCCx6_8_1_856.zip"
342
+ $zipPath = "$tempDir\CreativeCloud.zip"
343
+ Invoke-WebRequest -Uri $url -OutFile $zipPath
344
+
345
+ # Extract the archive
346
+ Expand-Archive -Path $zipPath -DestinationPath $tempDir -Force
347
+
348
+ # Run the installer silently
349
+ $setupPath = Get-ChildItem -Path $tempDir -Recurse -Filter "Set-up.exe" | Select-Object -First 1 -ExpandProperty FullName
350
+ Start-Process -FilePath $setupPath -ArgumentList "--silent" -Wait
351
+
352
+ # Cleanup
353
+ Remove-Item -Recurse -Force $tempDir
354
+ ```
355
+
356
+ #### Verification
357
+
358
+ Verify Adobe Creative Cloud is installed:
359
+
360
+ ```powershell
361
+ # Check if the application exists
362
+ if (Test-Path "$env:ProgramFiles\Adobe\Adobe Creative Cloud\ACC\Creative Cloud.exe") {
363
+ Write-Host "Adobe Creative Cloud is installed"
364
+ } elseif (Test-Path "${env:ProgramFiles(x86)}\Adobe\Adobe Creative Cloud\ACC\Creative Cloud.exe") {
365
+ Write-Host "Adobe Creative Cloud is installed (x86)"
366
+ } else {
367
+ Write-Host "Adobe Creative Cloud is NOT installed"
368
+ }
369
+ ```
370
+
371
+ Or check via winget:
372
+
373
+ ```powershell
374
+ winget list --id Adobe.CreativeCloud
375
+ ```
376
+
377
+ #### Troubleshooting
378
+
379
+ **winget installation fails with error:**
380
+
381
+ Try clearing the winget cache:
382
+
383
+ ```powershell
384
+ winget source reset --force
385
+ winget install --id Adobe.CreativeCloud --silent --accept-package-agreements --accept-source-agreements
386
+ ```
387
+
388
+ **Installer hangs or times out:**
389
+
390
+ Increase the timeout and run with verbose output:
391
+
392
+ ```powershell
393
+ winget install --id Adobe.CreativeCloud --silent --accept-package-agreements --accept-source-agreements --verbose
394
+ ```
395
+
396
+ **Application fails to start after installation:**
397
+
398
+ Reinstall the application:
399
+
400
+ ```powershell
401
+ winget uninstall --id Adobe.CreativeCloud --silent
402
+ winget install --id Adobe.CreativeCloud --silent --accept-package-agreements --accept-source-agreements
403
+ ```
404
+
405
+ **Creative Cloud conflicts with previous installation:**
406
+
407
+ Use Adobe's official cleanup tool:
408
+
409
+ 1. Download the Adobe Creative Cloud Cleaner Tool from Adobe's website
410
+ 2. Run with administrator privileges
411
+ 3. Retry installation
412
+
413
+ ---
414
+
415
+ ### WSL (Ubuntu)
416
+
417
+ **Adobe Creative Cloud cannot run inside WSL (Windows Subsystem for Linux).** WSL runs a Linux environment, and Adobe does not support Linux.
418
+
419
+ #### Recommended Approach
420
+
421
+ Install Adobe Creative Cloud on the Windows host instead. WSL applications can still interact with files that Creative Cloud applications modify.
422
+
423
+ From within WSL, you can access Windows-installed Creative Cloud files at:
424
+
425
+ ```bash
426
+ # Access Windows files from WSL
427
+ ls /mnt/c/Users/<your-username>/Creative\ Cloud\ Files/
428
+ ```
429
+
430
+ #### Alternative: Launch Windows Installer from WSL
431
+
432
+ You can trigger the Windows installation from within WSL using PowerShell interoperability:
433
+
434
+ ```bash
435
+ # Install Adobe Creative Cloud on Windows host from WSL
436
+ powershell.exe -Command "winget install --id Adobe.CreativeCloud --silent --accept-package-agreements --accept-source-agreements"
437
+ ```
438
+
439
+ #### Verification
440
+
441
+ Check if Creative Cloud is installed on the Windows host:
442
+
443
+ ```bash
444
+ powershell.exe -Command "Test-Path 'C:\Program Files\Adobe\Adobe Creative Cloud\ACC\Creative Cloud.exe'"
445
+ ```
446
+
447
+ ---
448
+
449
+ ### Git Bash (Manual/Portable)
450
+
451
+ Git Bash runs within Windows, so Adobe Creative Cloud should be installed on the Windows host using winget or the direct download method.
452
+
453
+ #### Prerequisites
454
+
455
+ - Windows 10 version 1903 or later
456
+ - Git Bash installed
457
+ - Administrator privileges in the Windows environment
458
+
459
+ #### Installation Steps
460
+
461
+ From Git Bash, invoke PowerShell to run the winget installation:
462
+
463
+ ```bash
464
+ # Install using winget via PowerShell
465
+ powershell.exe -Command "winget install --id Adobe.CreativeCloud --silent --accept-package-agreements --accept-source-agreements"
466
+ ```
467
+
468
+ Or use curl to download and install directly:
469
+
470
+ ```bash
471
+ # Create temp directory
472
+ TEMP_DIR=$(mktemp -d)
473
+
474
+ # Download the installer
475
+ curl -L -o "$TEMP_DIR/CreativeCloud.zip" \
476
+ "https://ccmdls.adobe.com/AdobeProducts/StandaloneBuilds/ACCC/ESD/6.8.1/856/win64/ACCCx6_8_1_856.zip"
477
+
478
+ # Extract and install using PowerShell
479
+ powershell.exe -Command "
480
+ Expand-Archive -Path '$TEMP_DIR/CreativeCloud.zip' -DestinationPath '$TEMP_DIR/CreativeCloud' -Force
481
+ \$setup = Get-ChildItem -Path '$TEMP_DIR/CreativeCloud' -Recurse -Filter 'Set-up.exe' | Select-Object -First 1
482
+ Start-Process -FilePath \$setup.FullName -ArgumentList '--silent' -Wait
483
+ "
484
+
485
+ # Cleanup
486
+ rm -rf "$TEMP_DIR"
487
+ ```
488
+
489
+ #### Verification
490
+
491
+ Verify the installation from Git Bash:
492
+
493
+ ```bash
494
+ # Check if Creative Cloud is installed
495
+ if [[ -f "/c/Program Files/Adobe/Adobe Creative Cloud/ACC/Creative Cloud.exe" ]]; then
496
+ echo "Adobe Creative Cloud is installed"
497
+ else
498
+ echo "Adobe Creative Cloud is NOT installed"
499
+ fi
500
+ ```
501
+
502
+ #### Troubleshooting
503
+
504
+ **PowerShell execution fails from Git Bash:**
505
+
506
+ Ensure PowerShell is in your PATH and try using the full path:
507
+
508
+ ```bash
509
+ /c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe -Command "winget install --id Adobe.CreativeCloud --silent --accept-package-agreements --accept-source-agreements"
510
+ ```
511
+
512
+ **Permission denied errors:**
513
+
514
+ Run Git Bash as Administrator (right-click Git Bash and select "Run as administrator").
515
+
516
+ ---
517
+
518
+ ## Post-Installation Configuration
519
+
520
+ After installing Adobe Creative Cloud on supported platforms (macOS and Windows), complete these steps:
521
+
522
+ ### 1. Sign In to Adobe Account
523
+
524
+ Launch the Creative Cloud Desktop App and sign in with your Adobe ID. This step requires user interaction and cannot be automated.
525
+
526
+ ### 2. Install Individual Applications
527
+
528
+ From the Creative Cloud Desktop App, install the applications included in your subscription:
529
+
530
+ - Photoshop
531
+ - Illustrator
532
+ - Premiere Pro
533
+ - After Effects
534
+ - Lightroom
535
+ - InDesign
536
+ - And others
537
+
538
+ ### 3. Configure Storage Settings
539
+
540
+ Creative Cloud provides cloud storage for files and fonts. Configure your sync folder location:
541
+
542
+ 1. Open Creative Cloud Desktop App
543
+ 2. Click the account icon > Preferences > Creative Cloud
544
+ 3. Set the sync folder location
545
+
546
+ ### 4. Install Fonts
547
+
548
+ Adobe Fonts are included with most Creative Cloud subscriptions:
549
+
550
+ 1. Open Creative Cloud Desktop App
551
+ 2. Click "Fonts" in the left sidebar
552
+ 3. Browse and activate fonts as needed
553
+
554
+ ---
555
+
556
+ ## Common Issues
557
+
558
+ ### Cross-Platform Issues
559
+
560
+ | Issue | Cause | Solution |
561
+ |-------|-------|----------|
562
+ | Installation requires user interaction | Adobe sign-in is mandatory | Cannot be fully automated; enterprise deployments should use Adobe Admin Console |
563
+ | Slow download speeds | Adobe CDN congestion | Retry during off-peak hours or use a wired connection |
564
+ | "Another installation in progress" | Existing Adobe process running | End all Adobe processes in Task Manager/Activity Monitor and retry |
565
+ | License activation fails | Network or firewall blocking | Ensure access to `*.adobe.com` and `*.adobelogin.com` |
566
+
567
+ ### macOS-Specific Issues
568
+
569
+ | Issue | Solution |
570
+ |-------|----------|
571
+ | Cask installation fails | Run `brew update && brew cleanup` then retry |
572
+ | App damaged or cannot be opened | Run `xattr -cr /Applications/Adobe\ Creative\ Cloud/Adobe\ Creative\ Cloud.app` |
573
+
574
+ ### Windows-Specific Issues
575
+
576
+ | Issue | Solution |
577
+ |-------|----------|
578
+ | winget not found | Install from Microsoft Store (App Installer) or upgrade Windows |
579
+ | Silent install still shows UI | Use `--silent` flag; some UI may appear for initial sign-in |
580
+ | Installation corrupted | Run Adobe Creative Cloud Cleaner Tool and reinstall |
581
+
582
+ ---
583
+
584
+ ## Enterprise Deployment
585
+
586
+ For enterprise environments requiring fully automated, silent deployments without user interaction:
587
+
588
+ 1. **Adobe Admin Console**: Use [https://adminconsole.adobe.com](https://adminconsole.adobe.com) to create custom packages
589
+ 2. **Creative Cloud Packager**: Build deployment packages with pre-configured settings
590
+ 3. **Named User Licensing or Device Licensing**: Required for truly silent deployment
591
+
592
+ Refer to Adobe's enterprise documentation: [Deploy packages for Adobe Creative Cloud](https://helpx.adobe.com/enterprise/using/deploy-packages.html)
593
+
594
+ ---
595
+
596
+ ## References
597
+
598
+ - [Adobe Creative Cloud Official Download](https://www.adobe.com/apps/download/creative-cloud)
599
+ - [Download Creative Cloud Desktop App - Direct Links](https://helpx.adobe.com/download-install/apps/download-install-apps/creative-cloud-apps/download-creative-cloud-desktop-app-using-direct-links.html)
600
+ - [Adobe Creative Cloud Homebrew Cask](https://formulae.brew.sh/cask/adobe-creative-cloud)
601
+ - [Adobe Creative Cloud on winget (winstall)](https://winstall.app/apps/Adobe.CreativeCloud)
602
+ - [Adobe Creative Cloud Silent Install Guide](https://silentinstallhq.com/adobe-creative-cloud-desktop-app-silent-install-how-to-guide/)
603
+ - [Troubleshoot Silent Creative Cloud Installation](https://helpx.adobe.com/creative-cloud/kb/troubleshoot-silent-creative-cloud-installation-issues.html)
604
+ - [Deploy Packages for Adobe Creative Cloud (Enterprise)](https://helpx.adobe.com/enterprise/using/deploy-packages.html)
605
+ - [Creative Cloud Linux Project (Unofficial)](https://github.com/corbindavenport/creative-cloud-linux)