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 3: | Line 3: | ||
Basically: | Basically: | ||
< | <syntaxhighlight lang=bash> | ||
sudo apt-get install apt-xapian-index | sudo apt-get install apt-xapian-index | ||
sudo update-apt-xapian-index -vf | sudo update-apt-xapian-index -vf | ||
</syntaxhighlight> | |||
If that doesn't work, you can try: | |||
<syntaxhighlight lang=bash> | |||
sudo apt-get install --reinstall synaptic | sudo apt-get install --reinstall synaptic | ||
sudo dpkg-reconfigure synaptic | sudo dpkg-reconfigure synaptic | ||
</ | </syntaxhighlight> | ||
Revision as of 15:29, 15 July 2022
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
