Advertisement
Guest User

Untitled

a guest
Apr 19th, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. You are about to add the following PPA to your system:
  2. Stable Channel of Chromium for Ubuntu, matching the Google Chrome Stable Channel for Linux
  3.  
  4. IMPORTANT: if you are using the other chromium-daily PPA and are willing to switch to this one, you have to *remove/replace* the other one and *downgrade* chromium as the other one always contains newer versions.
  5.  
  6. FAQ:
  7. * To have a localized build (for non en-US users), please install chromium-browser-l10n
  8. * To pass flags to Chromium, please don't tweak the launcher, but edit /etc/chromium-browser/default instead
  9. * if the browser crashes, you can get a proper backtrace from gdb by installing the -dbg package. See https://wiki.ubuntu.com/Chromium/Debugging for further instructions.
  10.  
  11. Project page for Chromium in Ubuntu: https://launchpad.net/chromium-project
  12.  
  13. This PPA is signed. You may want to add the corresponding GPG key to your apt keyring:
  14. sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 4E5E17B5
  15. Starting to Karmic/9.10, adding the PPA and its key is as simple as:
  16. sudo add-apt-repository ppa:chromium-daily/stable
  17. More info: https://launchpad.net/~chromium-daily/+archive/stable
  18. Press [ENTER] to continue or ctrl-c to cancel adding it
  19.  
  20. Exception in thread Thread-1:
  21. Traceback (most recent call last):
  22. File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
  23. self.run()
  24. File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 99, in run
  25. self.add_ppa_signing_key(self.ppa_path)
  26. File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 132, in add_ppa_signing_key
  27. tmp_keyring_dir = tempfile.mkdtemp()
  28. File "/usr/lib/python2.7/tempfile.py", line 322, in mkdtemp
  29. name = names.next()
  30. File "/usr/lib/python2.7/tempfile.py", line 141, in next
  31. letters = [choose(c) for dummy in "123456"]
  32. File "/usr/lib/python2.7/random.py", line 274, in choice
  33. return seq[int(self.random() * len(seq))] # raises IndexError if seq is empty
  34. ValueError: cannot convert float NaN to integer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement