Fresh install of lubuntu synaptic is missing the search box in the tool bar

25,444

Solution 1

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

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

Solution 2

If the other answers don't help then try:

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

It worked for me.

Solution 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.

Share:
25,444

Related videos on Youtube

CW Holeman II
Author by

CW Holeman II

You may have just discovered a dozen VMS posts today, but up voting them together causes all of the votes to be deleted. C++17 and XSLT: Aptcp C++ and I18N: Ask Library (C++) Perl, Javascript, XUL: Stevedore - DocWorker JavaScript, SVG, DOM, XML and XSLT: Emle - Electronic Mathematics Laboratory Equipment documentation VAX FORTRAN: SDSU_AskLib VMS, VAXELN, RSX-11M/M+, C, DCL, TCL/Tk, Scala OpenHub/cwhii Resume Windows NT looks like MS-Windows with features from VMS but in its heart it is like VAXELN...ZuckOS

Updated on September 18, 2022

Comments

  • CW Holeman II
    CW Holeman II over 1 year

    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.

    • Admin
      Admin over 11 years
      this is still a bug in 12.10 Lubuntu however solved with the answer provided
    • Admin
      Admin about 8 years
      experienced in lubuntu 15.10, fixed with provided answer
  • JoZ3
    JoZ3 about 11 years
    Unfortunately this solution does not work for me (ubuntu x64 12.10 fresh install)
  • aryndin
    aryndin about 8 years
    works for ubuntu 16.04
  • Taylor Ramirez
    Taylor Ramirez about 8 years
    Needed this in Ubuntu GNOME 16.04 as well.
  • neuronet
    neuronet almost 8 years
    What are these commands doing? What are we installing? Just giving the link is dangerous, as it might die. Would be nice to have an explanation.