-
Looking to switch from the Copr to building from source, but would like to know how (if possible) I can uninstall after building and installing from source. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
Aylur
Oct 30, 2023
Replies: 1 comment
-
you can of course, meson will install to /usr/local/bin and /usr/local/share, when running |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
OlaoluwaM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can of course, meson will install to /usr/local/bin and /usr/local/share, when running
meson install
it will print to the console where it installed, you can justsudo rm
the installed files after