Difference: DebianPackages (5 vs. 6)

Revision 622 Feb 2003 - TobyCabot

Line: 1 to 1
 (other DebianTips)

I once had a problem where apt-get and dselect started seg-faulting when they were "Building Dependency Tree". Moving /var/cache/apt/pkgcache.bin and /var/cache/apt/pkgcache.bin to /tmp (i.e. getting rid of them) seemed to fix things.

Line: 80 to 80
 apt-get -t unstable install
Added:
>
>

List installed packages by size:

dpkg-awk "Status: .* installed$" -- Package Installed-Size| awk '{print $2}' | egrep -v '^$' | xargs -n2 echo | perl -pe 's/(\S+)\s(\S+)/$2 $1/' | sort -rg
View topic | History: r7 < r6 < r5 < r4 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback