32

A complete new install of lubuntu 11.10 [...17.10] has synaptic 0.75.2ubuntu7 [...0.84.2]. Previously when using synaptic on another system there was a search box in the tool bar where a search string could be entered which would reduce the displayed packages as the string was being entered. The box is not being displayed nor do I find any setting to enable/disable it.

3 Answers3

50
sudo apt-get install apt-xapian-index
sudo update-apt-xapian-index -vf

From: http://ubuntuforums.org/showthread.php?t=1178974

LionHater
  • 516
9

If the other answers don't help then try:

sudo apt-get install --reinstall synaptic
sudo dpkg-reconfigure synaptic

It worked for me.

Eric Carvalho
  • 55,453
lamukra
  • 93
  • 1
  • 2
3

forums linuxmint suggests installing apt-xapian-index when the box is present but grayed out. This solution also works in this case where the Quick Filter box is completely missing.