From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1DtS2u-0001Ad-Ea for garchives@archives.gentoo.org; Fri, 15 Jul 2005 15:24:12 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6FFMAh2021964; Fri, 15 Jul 2005 15:22:10 GMT Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6FFGwQu009845 for ; Fri, 15 Jul 2005 15:16:58 GMT Received: by zproxy.gmail.com with SMTP id r28so365638nza for ; Fri, 15 Jul 2005 08:17:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:reply-to:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=igTCwlUGg1y0K58kMyb7/ULO0tXFG1syD1ayVezDi4XVAZjMeMit4YLeq5j4Jr4WZiUOI9KCUHe3erBdhXiG4Ux7pxgl3M8gQBt3PgnUz6NmIu3ge8ZuvZepwmSRm1GAZ9iRFHgJzgw23Trn/G0JmJRuIXPahR9pKnyBY5blkSY= Received: by 10.36.221.19 with SMTP id t19mr1344155nzg; Fri, 15 Jul 2005 08:17:15 -0700 (PDT) Received: from ?134.117.148.147? ([134.117.148.147]) by mx.gmail.com with ESMTP id m1sm1066146nzf.2005.07.15.08.17.13; Fri, 15 Jul 2005 08:17:15 -0700 (PDT) Message-ID: <42D7D3BF.4040308@sce.carleton.ca> Date: Fri, 15 Jul 2005 11:18:23 -0400 User-Agent: Mozilla Thunderbird 1.0.5 (X11/20050711) X-Accept-Language: en-us, en Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] system update References: <200507141758.46073.sundiatah@comcast.net> <1121384805.14354.12.camel@capella.catmur.co.uk> <20050715080849.GB9849@lisa.tutaj> In-Reply-To: <20050715080849.GB9849@lisa.tutaj> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Antonino Sabetta X-Archives-Salt: 4df34164-2a3a-41f9-a982-089834edbceb X-Archives-Hash: 5f9fd6edc26e2a35c8016b31887203e6 > qpkg -f /usr/kde/3.3/some-file > emerge -va prune the-package-found-if-it-is-part-of-kde Thanks for this very useful hint! I have managed to free a lot of precious disk space!! I did it in a semi-automated way: # emerge -p prune > prune-list.txt then I edited the file, leaving only the rows with packages I really wanted to prune (for instance I wouldn't prune old kernels) # vi prune-list.txt and then: for i in `cat prune-list.txt`; do emerge -v prune $i ; done Cheers, AS -- gentoo-user@gentoo.org mailing list