CorkHQ / Cork

A fast, platform-agnostic and minimal bootstrapper for Roblox and Roblox Studio
zlib License
35 stars 3 forks source link

how do i uninstall #25

Closed odiplol closed 1 year ago

odiplol commented 1 year ago

tried sudo apt remove, software center, etc. cant find the damn pkg!!! debian12

Bugadinho commented 1 year ago

What install method did you use?

odiplol commented 1 year ago

pretty sure it was a debian package. sorry for late reply

Bugadinho commented 1 year ago

If it's the experimental one, the package should just be named cork and apt remove should be enough.

odiplol commented 1 year ago

nope. application not found

Bugadinho commented 1 year ago

Then it was probably installed with pip. To remove the package with pip just do the following:

pip uninstall --user cork-launcher
odiplol commented 1 year ago

no luck.

odiplol commented 1 year ago

turns out i installed via flatpak, found this out by checking the shortcut, openinng the corky.platfak file opened gnome-software, and it was displayed as null, and i could remove it from their. nice.

Bugadinho commented 1 year ago

That's great!