Difference between revisions of "Synaptic"
Jump to navigation
Jump to search
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