GPG Error Fix

From MS Computech
Revision as of 15:09, 18 October 2010 by Snifer (talk | contribs) (Created page with 'If you are seeing Ubuntu GPG Error BADSIG use the one of the following methods to fix Method 1 Try to run the following comamnds from terminal <pre> $ sudo -i # apt-get clean…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

If you are seeing Ubuntu GPG Error BADSIG use the one of the following methods to fix

Method 1

Try to run the following comamnds from terminal

$ sudo -i

# apt-get clean

# cd /var/lib/apt

# mv lists lists.old

# mkdir -p lists/partial

# apt-get clean

# apt-get update

Method 2

Try to run the following comamnds from terminal

#sudo aptitude -o Acquire::http::No-Cache=True -o Acquire::BrokenProxy=true update

#sudo apt-get update

=========================

Source