From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 152 invoked by alias); 27 Apr 2016 20:26:56 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 21503 Received: (qmail 23100 invoked from network); 27 Apr 2016 20:26:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 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== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=7UhLetL5gmGQ71vvVljsgXNpb7Jq9Lbgr+v3LxJkUcE=; b=AaoOJ1zVXpJShCJ7HMI5+qI4VMyht353DZB6v2ErZxlOr2GtLHnCXtTJ9UbP0SbJ/t 5SFKrqTMSedJ1GS7i6U7eR6ArRZQS/qdwHcuG1lOISEhHmdUEftjw3SVSiTkJYJJN2aq PabQWpigLjF0UkxyaMoBZps0UGS99bW8Cy+OA7W0HgHXo8pmtLpQst4oGzbzlPG2Z6Pm o7MReTo+1GOPIurq2bIZZxJjlI0lEqIbNunk3XysfwW//T54/VgjHuajDkwMiJ2mWJw1 /Yw9X6gQ7//kuF15lLTYgHPQ/yYTjJ0EEVz/GzWch60XMSPjDXgxfe2p5vftW5sl+BMI t4kw== X-Gm-Message-State: AOPr4FVCOx90Qt1XAzK/gv++5FZN46MlYe2/hVAtMgeN1B0nCVo7Dnn4229qSzgMbeVZ73u8rRbwR/UdW6BJkA== MIME-Version: 1.0 X-Received: by 10.25.166.77 with SMTP id p74mr1744038lfe.48.1461788811690; Wed, 27 Apr 2016 13:26:51 -0700 (PDT) In-Reply-To: References: Date: Wed, 27 Apr 2016 13:26:51 -0700 Message-ID: Subject: Re: uninstalling old versions of zsh on linux From: Bart Schaefer To: Zsh Users Content-Type: text/plain; charset=UTF-8 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".