Skip to content

Latest commit

 

History

History
85 lines (54 loc) · 2.26 KB

File metadata and controls

85 lines (54 loc) · 2.26 KB

👋Uninstall

Arch

[!NOTE] You can use paru instead of yay with the same options.

Firefox (Standard):

yay -Rcns phoenix-arch

Firefox (System Flatpak):

yay -Rcns phoenix-flatpak

Debian/Ubuntu & derivatives

Firefox (DEB):

sudo apt remove phoenix

Firefox (System Flatpak):

sudo apt remove phoenix-flatpak

You can also remove celenity's OBS repo if desired:

sudo rm /etc/apt/sources.list.d/home:celenity.list
sudo rm /etc/apt/trusted.gpg.d/home_celenity.gpg
sudo apt update

Fedora

Firefox (Standard):

sudo dnf remove phoenix

Firefox (System Flatpak):

sudo dnf remove install phoenix-flatpak

You can also remove celenity's COPR repo if desired:

sudo dnf copr remove celenity/copr
sudo dnf makecache

macOS

Run the following uninstall script in your terminal of choice:

/bin/zsh -c "$(curl -q --disable --no-netrc -j -e "" -i -A "" -S --clobber --create-dirs --delegation "none" --disallow-username-in-url --doh-cert-status --ftp-create-dirs --ftp-ssl-control --junk-session-cookies --no-basic --no-ca-native --no-digest --no-doh-insecure --no-http0.9 --no-insecure --no-proxy-insecure --no-negotiate --no-ntlm --no-proxy-basic --no-proxy-ca-native --no-proxy-digest --no-proxy-insecure --no-proxy-ntlm --no-proxy-ssl-allow-beast --no-proxy-ssl-auto-client-cert --no-sessionid --no-skip-existing --no-ssl --no-ssl-allow-beast --no-ssl-auto-client-cert --no-ssl-no-revoke --no-ssl-revoke-best-effort --no-tls-earlydata --no-xattr --progress-meter --proto -all,https --proto-default https --proto-redir -all,https --referer "" --remove-on-error --show-error --show-headers --ssl-reqd --trace-time --user-agent "" --verbose -sSL https://gitlab.com/celenityy/Phoenix/-/raw/pages/uninstaller_scripts/osx_uninstall.sh)"

NixOS

?

Please leave us feedback on the way out, so we can improve for the future!