MichaelM
unread,Sep 3, 2009, 12:20:26 PM9/3/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Linux Repositories Help - Google Linux Repositories Basics
There is no 'lpia' branch in the Google repository. You might be able
to do something like:
sudo apt-get -o APT::Architecture='i386' update
sudo apt-get -o APT::Architecture='i386' install
<google_package_you_want>
though that might make a mess of your repository cache. At the very
least, you should probably run a normal 'sudo apt-get update' after
this to set things back the way they were (which will, unfortunately,
bring back that error message as well).
Michael