Skip to content

Instantly share code, notes, and snippets.

@fapestniegd
Created August 4, 2009 01:17
Show Gist options
  • Save fapestniegd/160962 to your computer and use it in GitHub Desktop.
Save fapestniegd/160962 to your computer and use it in GitHub Desktop.
gpg --keyserver pgp.mit.edu --recv-keys E8FDD50D46940910
gpg --export -a E8FDD50D46940910 | apt-key add -
grep "deb http://apt.websages.com etch-wcyd main" /etc/apt/sources.list || \
echo "deb http://apt.websages.com etch-wcyd main" >> /etc/apt/sources.list
apt-get update
loki:/opt/local/src# apt-cache search sphinxsearch
sphinxsearch - Sphinx is a full-text search engine.
loki:/opt/local/src# apt-cache show sphinxsearch
Package: sphinxsearch
Priority: extra
Section: web
Installed-Size: 6352
Maintainer: whitejs{at}websages.com
Architecture: i386
Version: 0.9.9-rc2-1
Provides: sphinxsearch
Filename: dists/lenny-wcyd/main/binary-i386/sphinxsearch-0.9.9_rc2-2_i386.deb
Size: 2225942
MD5sum: a43e60f71b9fc30c30b59d9d9cd68b48
SHA1: 7a941eeffdd9341fe97a0bb2e13abb1a760434fe
SHA256: da36b21dab4f51293a94c02b926a926c43be7ff85dafb5b74563ccf9e40f3dae
Description: Sphinx is a full-text search engine.
loki:/opt/local/src# apt-get install sphinxsearch
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
sphinxsearch
0 upgraded, 1 newly installed, 0 to remove and 14 not upgraded.
Need to get 2226kB of archives.
After this operation, 6504kB of additional disk space will be used.
Get:1 http://apt.websages.com lenny-wcyd/main sphinxsearch 0.9.9-rc2-1 [2226kB]
Fetched 2226kB in 1s (1690kB/s)
Selecting previously deselected package sphinxsearch.
(Reading database ... 54311 files and directories currently installed.)
Unpacking sphinxsearch (from .../sphinxsearch_0.9.9-rc2-1_i386.deb) ...
Setting up sphinxsearch (0.9.9-rc2-1) ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment