Skip to content

Uninstall

Mazhar Hussain edited this page Jun 9, 2022 · 2 revisions

Flatpak

Either use the Graphical App/Software Store to uninstall or run the following command in the terminal

flatpak uninstall io.github.realmazharhussain.GdmSettings

ArchLinux/Manjaro

Run the command

sudo pacman -Rs gdm-settings

or

sudo pacman -Rs gdm-settings-git

depending on if you installed gdm-settings package or gdm-settigns-git package.

Manually Installed

  1. Open the folder that you extracted/cloned during installation in the terminal
  2. Run the command
    sudo ninja -C build uninstall
Clone this wiki locally