Advertisement
Guest User

Untitled

a guest
Feb 14th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. k-joseph@k-joseph-Notebook ~ $ sudo apt-get purge libsvn-java
  2. [sudo] password for k-joseph:
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. The following packages were automatically installed and are no longer required:
  7. libjna-java libsvn1 libemma-java libtrilead-ssh2-java libsvnkit-java
  8. Use 'apt-get autoremove' to remove them.
  9. The following packages will be REMOVED:
  10. libsvn-java*
  11. 0 upgraded, 0 newly installed, 1 to remove and 467 not upgraded.
  12. After this operation, 528 kB disk space will be freed.
  13. Do you want to continue [Y/n]? Y
  14. (Reading database ... 124965 files and directories currently installed.)
  15. Removing libsvn-java ...
  16. k-joseph@k-joseph-Notebook ~ $ sudo add-apt-repository ppa:dominik-stadler/subversion-1.7
  17. You are about to add the following PPA to your system:
  18. Subversion 1.7
  19. Contains experimental packages for Subversion 1.7 and any required pre-requisites.
  20.  
  21. NOTE: These are not official builds, so don't expect this binaries to do anything useful, they are here in order to test packaging of Subversion 1.7
  22.  
  23. If you want to support development of these packages, please use the following link before purchasing on Amazon.de:
  24. http://www.amazon.de/?ie=UTF8&site-redirect=de&_encoding=UTF8&site-redirect=de&tag=dsta-ppa-21&linkCode=ur2&camp=1638&creative=19454
  25.  
  26. Please use the following before purchasing on Amazon.com: http://www.amazon.com/?_encoding=UTF8&tag=dstadlerorg-20&linkCode=ur2&camp=1789&creative=390957
  27. More info: https://launchpad.net/~dominik-stadler/+archive/subversion-1.7
  28. Press [ENTER] to continue or ctrl-c to cancel adding it
  29.  
  30. Exception in thread Thread-1:
  31. Traceback (most recent call last):
  32. File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  33. self.run()
  34. File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 78, in run
  35. self.add_ppa_signing_key(self.ppa_path)
  36. File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 90, in add_ppa_signing_key
  37. print "Error reading %s: %s" % (lp_url, e)
  38. NameError: global name 'lp_url' is not defined
  39.  
  40. k-joseph@k-joseph-Notebook ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement