Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: uninstalling old versions of zsh on linux
- X-seq: zsh-users 21503
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: uninstalling old versions of zsh on linux
- Date: Wed, 27 Apr 2016 13:26:51 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to; bh=7UhLetL5gmGQ71vvVljsgXNpb7Jq9Lbgr+v3LxJkUcE=; b=GhD4l990UPU2PP+5Rtnkrkgmq7DTX+PF7VmnEBS9D1BWJePt85FF8L87+n1Pzyi1Aj qYPAOSprY6HAJ2ftfzLqeiN0bsNKddOqc/pktdo/UpztgIJI/bOLlnSBmysxZ6CtX+Gc uJan1tG4u63u26669Wd75FjUuWc6kVXWHlGJqavc6x087b1atyZnTzRos4wsoUVz4+fl Pj/9s/JcQDCLhQSFVR+JUcfU/zPtSMbTRVsypX1F4oK52Is78LqxA6sgWY2Y31NQCDUb QDV488AA7DEabMyv4/RJibwbsQbIAiA0eF0m7WkI2nA4OYtVX1Vs4R/BTdTsHWds4erR WZJQ==
- In-reply-to: <XnsA5F7D34784776davidrayninfocouk@80.91.229.13>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <XnsA5F7D34784776davidrayninfocouk@80.91.229.13>
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".
Messages sorted by:
Reverse Date,
Date,
Thread,
Author