On Thu, 08 Dec 2005 23:26:44 -0600, Kevin Hanson wrote:
> >qpkg -I -nc -g kde-base | xargs emerge --prune
> This is what I use and it works well:
>
> #!/bin/bash
> for x in `ls /usr/portage/kde-base`; do
> if [ "$x" != "CVS" ]; then
> echo -n "=kde-base/$x-3.4* "
> fi
> done |xargs emerg
Neil Bothwick wrote:
On Tue, 6 Dec 2005 18:19:27 -0600, Boyd Stephen Smith Jr. wrote:
I've just completed an upgrade to kde-meta-3.5 from kde-meta-3.4 --
what's the beast way to clean up all the old kde 3.4 packages.
As posted yesterday:
qpkg -I -nc -g kde-base | xargs emerge --prun
On Thu, 8 Dec 2005 11:26:05 +, Peter Ruskin wrote:
> > find /usr/lib -name "*.la" -exec sed -i s%/kde/3.4/%/kde/3.5/%g
> > {} \;
>
> # /usr/lib -name "*.la" -exec sed -i s%/kde/3.4/%/kde/3.5/%g {} \;
> -su: /usr/lib: is a directory
What happens if you type in the complete command? :)
--
N
Am Mittwoch, 7. Dezember 2005 01:42 schrieb ext Neil Bothwick:
> On Tue, 6 Dec 2005 18:19:27 -0600, Boyd Stephen Smith Jr. wrote:
> > I've just completed an upgrade to kde-meta-3.5 from kde-meta-3.4 --
> > what's the beast way to clean up all the old kde 3.4 packages.
>
> As posted yesterday:
>
> q
On Wed, 07 Dec 2005 17:46:12 +0200, Catalin Grigoroscuta wrote:
> Isn't qpkg deprecated?
Yes, but it still works and is the best tool for this particular task.
> Does anybody know the equivalent un-deprecated replacement of this
> command?
equery is generally the replacement for qpkg, but its o
On Wed, 2005-12-07 at 17:46 +0200, Catalin Grigoroscuta wrote:
> Isn't qpkg deprecated?
> Does anybody know the equivalent un-deprecated replacement of this
> command?
>
> Neil Bothwick wrote:
> > As posted yesterday:
> >
> > qpkg -I -nc -g kde-base | xargs emerge --prune
The replacement is equ
And listed from the kde docs, the best way to remove is:equery list kde-base/ | grep 3.4 | xargs emerge --unmerge --pretendOn 12/7/05,
Andres Becerra Sandoval <[EMAIL PROTECTED]> wrote:
On 12/7/05, Catalin Grigoroscuta <[EMAIL PROTECTED]> wrote:> Isn't qpkg deprecated?> Does anybody know the equ
On 12/7/05, Catalin Grigoroscuta <[EMAIL PROTECTED]> wrote:
> Isn't qpkg deprecated?
> Does anybody know the equivalent un-deprecated replacement of this command?
>
>
> Neil Bothwick wrote:
> On Tue, 6 Dec 2005 18:19:27 -0600, Boyd Stephen Smith Jr. wrote:
>
>
>
> I've just completed an upgrad
Isn't qpkg deprecated?
Does anybody know the equivalent un-deprecated replacement of this
command?
Neil Bothwick wrote:
On Tue, 6 Dec 2005 18:19:27 -0600, Boyd Stephen Smith Jr. wrote:
I've just completed an upgrade to kde-meta-3.5 from kde-meta-3.4 --
what's the beast way to cle
On Tue, 2005-12-06 at 18:19 -0600, Boyd Stephen Smith Jr. wrote:
> I've just completed an upgrade to kde-meta-3.5 from kde-meta-3.4 -- what's
> the beast way to clean up all the old kde 3.4 packages.
>
> emerge -C kde-meta; emerge --depclean
> doesn't work: depclean does not show any of the kde 3
On Tue, 6 Dec 2005 18:19:27 -0600, Boyd Stephen Smith Jr. wrote:
> I've just completed an upgrade to kde-meta-3.5 from kde-meta-3.4 --
> what's the beast way to clean up all the old kde 3.4 packages.
As posted yesterday:
qpkg -I -nc -g kde-base | xargs emerge --prune
--
Neil Bothwick
"Fascin
11 matches
Mail list logo