Schneegans / Gnome-Pie

A pie menu launcher for linux. Read the release announcement of version 0.7.2 at https://schneegans.github.io/news/2018/10/30/gnome-pie-072 Or have a look at the homepage!
http://schneegans.github.io/gnome-pie.html
MIT License
309 stars 54 forks source link

Can't Uninstall after Make Install #198

Closed Michael-Obele closed 2 years ago

Michael-Obele commented 2 years ago

After installing by ./gnome-pie and cd build && sudo make install

When I needed to remove the app with 'sudo apt-get remove gnome-pie' or 'sudo apt-get remove --auto-remove gnome-pie' it didn't work. Result: Reading package lists... Done Building dependency tree
Reading state information... Done Package 'gnome-pie' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

with sudo apt-get remove Gnome-Pie Result: Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package Gnome-Pie

The file, folder and the app exist.

How can I uninstall the app?

Schneegans commented 2 years ago

If you haven't installed gnome-pie with you package manager, you'll not be able to uninstall it with the package manager. You can try cd build && sudo make uninstall.

Michael-Obele commented 2 years ago

Thank you. Done!