Removing Android Studio on Fedora 35/34/33/32

That fix handles the files extracted from the tar file, but does not handle the binaries that may have been installed in other places by doing a compile using make or a shell script.

Usually if the user used ‘make’ followed by ‘sudo make install’ to compile and install the binaries from that package, then ‘sudo make uninstall’ would be the way to uninstall those compiled binaries.

Similarly, if a shell script was run to install the package then the binaries would be uninstalled by using the same or similar shell script to uninstall the binaries.

In either case the uninstall should be completed before the directory structure extracted from the tar file is removed.

1 Like