Synaptic: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary
No edit summary
 
Line 12: Line 12:
sudo dpkg-reconfigure synaptic
sudo dpkg-reconfigure synaptic
</syntaxhighlight>
</syntaxhighlight>
==Ubuntu 25.04==
The xapian search functionality is broken in Ubuntu 25.04 (including [[Ubuntu-MATE]] and [[Kubuntu]]), but there is a quick workaround [https://github.com/mvo5/synaptic/issues/148 posted on GitHub].

Latest revision as of 00:28, 21 June 2025

Notes

Basically:

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

If that doesn't work, you can try:

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

Ubuntu 25.04

The xapian search functionality is broken in Ubuntu 25.04 (including Ubuntu-MATE and Kubuntu), but there is a quick workaround posted on GitHub.