By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 478

Summary: Small error in installation instructions on website
Product: TDE Reporter: Lukasz Biegaj <lukasz.biegaj+pearsoncomputing>
Component: other (any)Assignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: trivial CC: bugwatch, michele.calgaro
Priority: P5    
Version: 3.5.13 [Trinity]   
Hardware: Other   
OS: Other   
Compiler Version: TDE Version String:
Application Version: Application Name:

Description Lukasz Biegaj 2011-05-28 12:43:27 CDT
On <http://www.trinitydesktop.org/installation.php>, below Ubuntu repositories, mentioned is repository's public key, which is wrong:

sudo apt-key adv --keyserver keyserver.quickbuild.pearsoncomputing.net --recv-keys 2B8638D0

Should be:

sudo wget http://apt.pearsoncomputing.net/public.gpg -o /dev/null -O - | apt-key add -

in fact, there is no correct key on keyserver.quickbuild.pearsoncomputing.net, it's impossible to install trinity while depending only on instructions on <http://www.trinitydesktop.org/installation.php>.
Comment 1 Michele Calgaro 2014-03-02 23:26:40 CST
Closing this bug since not strictly related to TDE sources.
Currently there are a lot of incorrect things on the wiki. Rework is in progress.