Difference between revisions of "Synaptic"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(Created page with "==Notes== * How to get the search box back: https://askubuntu.com/questions/763857/how-to-get-quick-filter-back-in-synaptic-ubuntu-16-04")
 
Line 1: Line 1:
 
==Notes==
 
==Notes==
 
* How to get the search box back: https://askubuntu.com/questions/763857/how-to-get-quick-filter-back-in-synaptic-ubuntu-16-04
 
* How to get the search box back: https://askubuntu.com/questions/763857/how-to-get-quick-filter-back-in-synaptic-ubuntu-16-04
 +
 +
Basically:
 +
<source lang=bash>
 +
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
 +
</source>

Revision as of 21:27, 21 March 2019

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