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
Line 3: Line 3:
  
 
Basically:
 
Basically:
<source lang=bash>
+
<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
# If that doesn't work you can try:
+
</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
</source>
+
</syntaxhighlight>

Revision as of 15:29, 15 July 2022

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