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
- How to get the search box back: https://askubuntu.com/questions/763857/how-to-get-quick-filter-back-in-synaptic-ubuntu-16-04
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.
