View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#2
Since these 'Inglorious b.'s from Nokia decided not to renew the signing key for their repositories, HAM does not install those packages, because they are not considered to be secured by the package management system 'apt'. There is nothing you could do around it but install them manually or use apt-get directly from the X-Terminal application
Code:
sudo gainroot
apt-get update
apt-get --force-yes -y upgrade
The '--force-yes' option might be risky in most cases and should not be used in other cases without really knowing what you do!!!