0 Members and 1 Guest are viewing this topic.
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys <key to be added>
Time permitting, it would be appreciated if you can confirm going back to the original package doesn't cause any problems. Thanks.
Will probably just upgrade back to original now that I'm done adding PPA's.
I take it this is on that old pc from the youtube thread?
sudo apt-get install python-software-properties=0.82.7
sudo apt-get install python-software-properties
[email protected]:~$ sudo add-apt-repository ppa:ricotz/docky[sudo] password for bill: You are about to add the following PPA to your system: Docky/Plank testing packages More info: https://launchpad.net/~ricotz/+archive/dockyPress [ENTER] to continue or ctrl-c to cancel adding itException in thread Thread-1:Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner self.run() File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 99, in run self.add_ppa_signing_key(self.ppa_path) File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 132, in add_ppa_signing_key tmp_keyring_dir = tempfile.mkdtemp() File "/usr/lib/python2.7/tempfile.py", line 322, in mkdtemp name = names.next() File "/usr/lib/python2.7/tempfile.py", line 141, in next letters = [choose(c) for dummy in "123456"] File "/usr/lib/python2.7/random.py", line 274, in choice return seq[int(self.random() * len(seq))] # raises IndexError if seq is emptyValueError: cannot convert float NaN to integer