Advertisement
thioshp

OwnCloud-Client Installation

May 27th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. For Ubuntu 16.04 run the following:
  2.  
  3. sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_16.04/ /' >> /etc/apt/sources.list.d/owncloud-client.list"
  4. sudo apt-get update
  5. sudo apt-get install owncloud-client
  6. You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
  7.  
  8. wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/Ubuntu_16.04/Release.key
  9. sudo apt-key add - < Release.key
  10. For Ubuntu 15.10 run the following:
  11.  
  12. sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_15.10/ /' >> /etc/apt/sources.list.d/owncloud-client.list"
  13. sudo apt-get update
  14. sudo apt-get install owncloud-client
  15. You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
  16.  
  17. wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/Ubuntu_15.10/Release.key
  18. sudo apt-key add - < Release.key
  19. For Ubuntu 15.04 run the following:
  20.  
  21. sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_15.04/ /' >> /etc/apt/sources.list.d/owncloud-client.list"
  22. sudo apt-get update
  23. sudo apt-get install owncloud-client
  24. You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
  25.  
  26. wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/Ubuntu_15.04/Release.key
  27. sudo apt-key add - < Release.key
  28. For Ubuntu 14.10 run the following:
  29.  
  30. sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_14.10/ /' >> /etc/apt/sources.list.d/owncloud-client.list"
  31. sudo apt-get update
  32. sudo apt-get install owncloud-client
  33. You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
  34.  
  35. wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/Ubuntu_14.10/Release.key
  36. sudo apt-key add - < Release.key
  37. For Ubuntu 14.04 run the following:
  38.  
  39. sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_14.04/ /' >> /etc/apt/sources.list.d/owncloud-client.list"
  40. sudo apt-get update
  41. sudo apt-get install owncloud-client
  42. You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
  43.  
  44. wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/Ubuntu_14.04/Release.key
  45. sudo apt-key add - < Release.key
  46. For Ubuntu 12.04 run the following:
  47.  
  48. sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_12.04/ /' >> /etc/apt/sources.list.d/owncloud-client.list"
  49. sudo apt-get update
  50. sudo apt-get install owncloud-client
  51. You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
  52.  
  53. wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/Ubuntu_12.04/Release.key
  54. sudo apt-key add - < Release.key
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement