Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uninstall #5

Closed
andrewsanchez opened this issue Mar 6, 2016 · 1 comment
Closed

Uninstall #5

andrewsanchez opened this issue Mar 6, 2016 · 1 comment

Comments

@andrewsanchez
Copy link

Hi Favadi,

Thanks for this awesome script. It worked perfectly for me. However, I'm having an issue getting .png's to display and some other things. In trying to fix my issues, I need to uninstall and rebuild Emacs. What's the best way to uninstall Emacs after using your script to build it? I tried searching for Emacs in synaptic package manager and stow is the first result. However, it doesn't look like Emacs is included in the installed files for this package Thank you and sorry to post an issue here - I didn't know how else to get in contact with you.

@favadi
Copy link
Owner

favadi commented Mar 7, 2016

Replace $version with the current version of emacs.

cd /usr/local/stow
stow -D emacs-"$version"
rm -rf /usr/local/stow/emacs-"version"

@favadi favadi closed this as completed Mar 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@favadi @andrewsanchez and others