zsh-users
 help / color / mirror / code / Atom feed
* uninstalling old versions of zsh on linux
@ 2016-04-27 19:46 zzapper
  2016-04-27 20:26 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: zzapper @ 2016-04-27 19:46 UTC (permalink / raw)
  To: zsh-users

Hi
I noticed that on my centos I have historic versions of zsh how do i 
"officially" remove these

-- 
zzapper
https://twitter.com/dailyzshtip

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: uninstalling old versions of zsh on linux
  2016-04-27 19:46 uninstalling old versions of zsh on linux zzapper
@ 2016-04-27 20:26 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2016-04-27 20:26 UTC (permalink / raw)
  To: Zsh Users

There isn't an "official" uninstaller for a locally-built zsh
installed with "make install".  Generally speaking you can just remove
the binary and the
/usr/local/share/zsh/$ZSH_VERSION directory.

For CentOS packages, use "rpm -qf /path/to/binary/zsh" to find out
which package supplied the older zsh, and then "rpm -e packagename".


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-27 20:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-27 19:46 uninstalling old versions of zsh on linux zzapper
2016-04-27 20:26 ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).