From owner-freebsd-questions@freebsd.org Wed Nov 2 08:34:15 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62E13C292DE for ; Wed, 2 Nov 2016 08:34:15 +0000 (UTC) (envelope-from laoluomoks@gmail.com) Received: from mail-wm0-x229.google.com (mail-wm0-x229.google.com [IPv6:2a00:1450:400c:c09::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A58EE14C3 for ; Wed, 2 Nov 2016 08:34:14 +0000 (UTC) (envelope-from laoluomoks@gmail.com) Received: by mail-wm0-x229.google.com with SMTP id a197so124423408wmd.0 for ; Wed, 02 Nov 2016 01:34:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=gD20bOBEvpkKVmtGlOdzkqELQQa9hmbklFz5vuHcrPI=; b=LxUmRLw1Ldtzj52UXn/XueMst7kEVuK+SmFDv0dMVIhnP7CRrf7xCalWL5C38t7szO Le9TTPYmDx4TWeoFRv+UXA6AAFwg5UIE1dgCZzAyrnGpsRk+JSkmDb92+k3B/qSoNmx4 14kYkbkx9nLdMGfou2b3wWAjRYa9UXIXMjvA0ln3g6xqovg/UmfxL+T4d+bUpv9NSOWN OKyVg6gcb1obGwv2QgImsfasxyqGToUe/LWXY52djYcsuwK38zPhnHANgiJG0v7tgUMF A5z3nXRxu5WvqLaQjPPjVauA138iXPaS5BBY2Pv5YKeUU+RhHhqTVJDjnQ7EfLaoFF/i nHrw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=gD20bOBEvpkKVmtGlOdzkqELQQa9hmbklFz5vuHcrPI=; b=W0i7DM/ImyJhpwpYrpsGTy54R6hnswSshhQLL+lRkUkmAme/sSzNsCaSGPZPsQ7FbD Prgi/A/pb5KHc0m/nmVtCClfjT1Xw9o3/EgR45hBfLxawXK6M72Hrx/flZJKLlFCUTOQ sayvFGiGqGFthp54z9uysDIMLmFu5PO6KQUjYZAr4mW0VUBVgspsi4raX4EEY1xepAya YZGDa+Q9X+QBM4hZNG02Tr/aN8RZNmPeMzQ2tSOtlTlaI7nVzVk272mWh5ElvQCMczkH L2AW1EcIInABae3PYgtgie4i1dsWZAGQw++4iCmQnKVjdMuPg6rR3MqmLUfoLll9s/V+ UcAA== X-Gm-Message-State: ABUngvfpUJILJBObXucd/+Qp/ckAdAc4SLEGFBvsrLtZgvqg1bEe68FjybeFg0G3SFz8Gw== X-Received: by 10.28.213.133 with SMTP id m127mr1563628wmg.90.1478075653169; Wed, 02 Nov 2016 01:34:13 -0700 (PDT) Received: from [10.53.12.53] ([105.112.18.53]) by smtp.gmail.com with ESMTPSA id 71sm34874585wmo.7.2016.11.02.01.34.11 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 02 Nov 2016 01:34:12 -0700 (PDT) Mime-Version: 1.0 (1.0) Subject: Re: pkg results in errors "different from original checksum, not removing" From: Olaoluwa Omokanwaiye X-Mailer: iPhone Mail (14A456) In-Reply-To: <3241E433-BF99-4EDD-B994-F39CD53E88F9@gmail.com> Date: Wed, 2 Nov 2016 09:34:04 +0100 Cc: FreeBSD Mailing List Message-Id: References: <3241E433-BF99-4EDD-B994-F39CD53E88F9@gmail.com> To: Victor Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 08:34:15 -0000 Hi, =20 I believe pkg delete package name Does the job. Check here https://www.freebsd.org/cgi/man.cgi?query=3Dpkg-delete&sektion=3D= 8 Regards Ola Sent from my iPhone > On 2 Nov 2016, at 9:25 AM, Victor wrote: >=20 > Under FreeBSD 10.3 I wanted to remove python 3.5 which I had installed by m= eans of pkg. > Now >=20 > sudo pkg remove python35 > Password: > Checking integrity... done (0 conflicting) > Deinstallation has been requested for the following 5 packages (of 0 packa= ges in the universe): >=20 > Installed packages to be REMOVED: > python35-3.5.1_3 > py35-setuptools35-20.0 > py35-gdbm-3.5.1_4 > py35-tkinter-3.5.1_6 > py35-sqlite3-3.5.1_7 >=20 > Number of packages to be removed: 5 >=20 > The operation will free 101 MiB. >=20 > Proceed with deinstalling packages? [y/N]: y > [1/5] Deinstalling py35-gdbm-3.5.1_4... > [1/5] Deleting files for py35-gdbm-3.5.1_4: 100% > [2/5] Deinstalling py35-tkinter-3.5.1_6... > [2/5] Deleting files for py35-tkinter-3.5.1_6: 100% > [3/5] Deinstalling py35-sqlite3-3.5.1_7... > [3/5] Deleting files for py35-sqlite3-3.5.1_7: 100% > [4/5] Deinstalling py35-setuptools35-20.0... > [4/5] Deleting files for py35-setuptools35-20.0: 100% > [5/5] Deinstalling python35-3.5.1_3... > [5/5] Deleting files for python35-3.5.1_3: 0% > pkg: /usr/local/bin/2to3-3.5 different from original checksum, not removin= g > [5/5] Deleting files for python35-3.5.1_3: 0% > pkg: /usr/local/bin/idle3.5 different from original checksum, not removing= > [5/5] Deleting files for python35-3.5.1_3: 0% > pkg: /usr/local/bin/pydoc3.5 different from original checksum, not removin= g > [5/5] Deleting files for python35-3.5.1_3: 0% > pkg: /usr/local/bin/python3.5 different from original checksum, not removi= ng > [5/5] Deleting files for python35-3.5.1_3: 0% > pkg: /usr/local/bin/python3.5-config different from original checksum, not= removing > [5/5] Deleting files for python35-3.5.1_3: 0% > pkg: /usr/local/bin/python3.5m different from original checksum, not remov= ing > [5/5] Deleting files for python35-3.5.1_3: 0% > pkg: /usr/local/bin/python3.5m-config different from original checksum, no= t removing > [5/5] Deleting files for python35-3.5.1_3: 0% > pkg: /usr/local/bin/pyvenv-3.5 different from original checksum, not remov= ing > [5/5] Deleting files for python35-3.5.1_3: 1% > pkg: /usr/local/lib/libpython3.5m.so different from original checksum, not= removing > [5/5] Deleting files for python35-3.5.1_3: 47% > pkg: /usr/local/lib/python3.5/multiprocessing/dummy/__pycache__/__init__.c= python-35.opt-1.pyc different from original checksum, not removing > [5/5] Deleting files for python35-3.5.1_3: 47% >=20 >=20 > etc. > What should I do to remove the installed package? > Ciao > Vittorio > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g"