Comment 22 for bug 200765

Revision history for this message
John McCabe-Dansted (gmatht) wrote :

@Ahron

I think this question would be best asked somewhere like
    https://answers.launchpad.net/

However I'll note that I don't think that compcache-0.6 is packaged as a deb anywhere, although it is trivial to install from the .tar.gz.

I'd suggest submitting a bug requesting that compcache be updated for Lucid.

In the meanwhile, compcache-0.5 appears to be in 9.10 by default (no need to apt-get anything), although without the wrapper scripts. You can enable it by doing something like:

$ sudo modprobe -q --ignore-install ramzswap disksize_kb="50"
$ sudo swapon /dev/ramzswap0

You can then disable it by doing:

$ sudo swapoff /dev/ramzswap0
$ sudo rmmod ramzswap