Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe consolidates multiple tools with Fleet.
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
What people are saying
Stories from the Fleet community.
More
macOS | 6.7.0.278
Adobe Creative Cloud is a platform for creative software management and installation, including access to Adobe’s suite of tools like Photoshop, Illustrator, and Premiere Pro.
To install Adobe Creative Cloud on your work computer:
Don’t see Adobe Creative Cloud or the Fleet Desktop icon? Send a link to this page to your IT team.
Run the following command in your terminal to uninstall Adobe Creative Cloud:
quit_app() { b="$1"; if osascript -e "application id \"$b\" is running" >/dev/null 2>&1; then cu="$(stat -f "%Su" /dev/console 2>/dev/null || true)"; if [ "$(id -u)" -ne 0 ] || [ "$cu" != "root" ]; then i=0; while [ "$i" -lt 10 ]; do osascript -e "tell application id \"$b\" to quit" >/dev/null 2>&1 || true; if ! pgrep -f "$b" >/dev/null 2>&1; then break; fi i=$((i+1)); sleep 1; done fi; fi; pkill -f "$b" >/dev/null 2>&1 || true } && BUNDLE_ID="com.adobe.acc.AdobeCreativeCloud" && quit_app "$BUNDLE_ID" && UNINST_APP="" && for p in \ && "/Applications/Utilities/Adobe Creative Cloud/Utils/Creative Cloud Uninstaller.app" \ && "/Applications/Adobe Creative Cloud/Utils/Creative Cloud Uninstaller.app" \ && "/Applications/Utilities/Adobe Creative Cloud/Creative Cloud Uninstaller.app" && do && [ -d "$p" ] && { UNINST_APP="$p"; break; } && done && [ -z "$UNINST_APP" ] && UNINST_APP="$(/usr/bin/find /Applications /Applications/Utilities -maxdepth 5 -type d -iname '*creative*cloud*uninstaller*.app' -print -quit 2>/dev/null)" && if [ -n "$UNINST_APP" ] && [ -d "$UNINST_APP" ]; then && BIN="$(/usr/bin/find "$UNINST_APP/Contents/MacOS" -maxdepth 1 -type f -perm -111 -print -quit 2>/dev/null)" && [ -n "$BIN" ] && { "$BIN" -uninstall --force >/dev/null 2>&1 || "$BIN" >/dev/null 2>&1 || true; } && fi && rm -rf "/Applications/Adobe Creative Cloud.app" \ && "/Applications/Creative Cloud.app" \ && "/Applications/Utilities/Adobe Creative Cloud/ACC/Creative Cloud.app" >/dev/null 2>&1 || true && rm -rf "/Library/Application Support/Adobe/Creative Cloud" \ && "/Library/Application Support/Adobe/Adobe Desktop Common" >/dev/null 2>&1 || true && rm -f "/Library/Preferences/com.adobe.acc.AdobeCreativeCloud.plist" >/dev/null 2>&1 || true && rm -f /var/db/receipts/com.adobe.acc*.bom /var/db/receipts/com.adobe.acc*.plist >/dev/null 2>&1 || true && for udir in /Users/* /var/root; do && [ -d "$udir/Library" ] || continue && rm -rf "$udir/Library/Application Support/Adobe/Creative Cloud" \ && "$udir/Library/Caches/com.adobe.acc.AdobeCreativeCloud" \ && "$udir/Library/Logs/Adobe/Creative Cloud" >/dev/null 2>&1 || true && rm -f "$udir/Library/Preferences/com.adobe.acc.AdobeCreativeCloud.plist" >/dev/null 2>&1 || true && done && echo "adobe creative cloud uninstalled"
Run this query in Fleet to find old versions of Adobe Creative Cloud across all your computers:
SELECT 1 FROM apps WHERE bundle_identifier = 'com.adobe.acc.AdobeCreativeCloud' AND bundle_short_version <= '6.7.0.278';