Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Can't Uninstall after Make Install #198

Closed
Michael-Obele opened this issue Jan 5, 2022 · 2 comments
Closed

Can't Uninstall after Make Install #198

Michael-Obele opened this issue Jan 5, 2022 · 2 comments

Comments

@Michael-Obele
Copy link

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
Copy link
Owner

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
Copy link
Author

Thank you. Done!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants