{"id":6911,"date":"2017-06-29T14:54:24","date_gmt":"2017-06-29T14:54:24","guid":{"rendered":"http:\/\/ubuntuhandbook.org\/?p=6911"},"modified":"2017-06-29T14:54:24","modified_gmt":"2017-06-29T14:54:24","slug":"install-screencloud-ubuntu","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2017\/06\/install-screencloud-ubuntu\/","title":{"rendered":"How to Install Screenshot Sharing App &#8216;ScreenCloud&#8217; in Ubuntu"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/screencloud-icon.png\" alt=\"screencloud\" width=\"245\" height=\"250\" class=\"alignleft size-full wp-image-6912\" \/><\/p>\n<p>ScreenCloud is an open-source screenshot sharing application consists of a cross-platform client and a sharing website.<\/p>\n<p>With plugins, the app also supports uploading to other online services, e.g., FTP server, Imgur, and Dropbox.<\/p>\n<p><a href=\"https:\/\/github.com\/olav-st\/screencloud\" target=\"_blank\">ScreenCloud<\/a> Features:<\/p>\n<ul>\n<li>Open Source and cross-platform(Windows, Mac &#038; Linux)<\/li>\n<li>Fast and easy: Snap a photo, paste the link, done!<\/li>\n<li>Plugin support, save to Dropbox, Imgur, etc.<\/li>\n<li>Built in screenshot editor.<\/li>\n<\/ul>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/screencloud-applet.jpg\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/screencloud-applet-450x338.jpg\" alt=\"ScreenCloud Applet\" width=\"450\" height=\"338\" class=\"aligncenter size-medium wp-image-6913\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/screencloud-applet-450x338.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/screencloud-applet.jpg 570w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><\/a><\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/screencloud-services.jpg\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/screencloud-services-450x301.jpg\" alt=\"\" width=\"450\" height=\"301\" class=\"aligncenter size-medium wp-image-6914\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/screencloud-services-450x301.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/screencloud-services-600x401.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/screencloud-services.jpg 718w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><\/a><\/p>\n<h4>How to Install ScreenCloud Client in Ubuntu:<\/h4>\n<p>For Ubuntu 12.04, Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04, and derivatives, open terminal via <b>Ctrl+Alt+T<\/b> and do following steps to install the ScreenCloud client.<\/p>\n<p><b>1.<\/b> Run command to add the repository:<\/p>\n<pre style=\"border:none;\">sudo sh -c \"echo 'deb http:\/\/download.opensuse.org\/repositories\/home:\/olav-st\/<b>xUbuntu_16.04<\/b>\/ \/' >> \/etc\/apt\/sources.list.d\/screencloud.list\"<\/pre>\n<p><i>Change <b>xUbuntu_16.04<\/b> in the code to <b>xUbuntu_14.04<\/b>, <b>xUbuntu_17.04<\/b>, etc depends on your system edition.<\/i><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/screencloud-repo-600x87.jpg\" alt=\"\" width=\"600\" height=\"87\" class=\"aligncenter size-large wp-image-6915\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/screencloud-repo-600x87.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/screencloud-repo-450x65.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/screencloud-repo.jpg 741w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p><b>2.<\/b> Download and install the repository key:<\/p>\n<pre style=\"border:none;\">wget http:\/\/download.opensuse.org\/repositories\/home:olav-st\/<b>xUbuntu_16.04<\/b>\/Release.key && sudo apt-key add Release.key<\/pre>\n<p><i>Also change <b>xUbuntu_16.04<\/b> in the code to which matches you os edition.<\/i><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/screencloud-key-600x90.jpg\" alt=\"\" width=\"600\" height=\"90\" class=\"aligncenter size-large wp-image-6916\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/screencloud-key-600x90.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/screencloud-key-450x67.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/screencloud-key.jpg 748w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p><b>3.<\/b> Finally install screencloud via either Synaptic Package Manager or commands:<\/p>\n<pre style=\"border:none;\">sudo apt-get update\r\n\r\nsudo apt-get install screencloud<\/pre>\n<p>Once installed, launch the software from Unity Dash, Gnome launcher or other app launcher, setup your account and plugins and enjoy!<\/p>\n<p><b>Uninstall:<\/b><\/p>\n<p>To remove the Screencloud repository, go to <b>Software &#038; Updates<\/b> utility and navigate to <i>Other Software<\/i> tab.<\/p>\n<p>To remove the screenshot sharing software, either use Synaptic Package Manager or run command:<\/p>\n<pre style=\"border:none;\">sudo apt-get remove --autoremove screencloud<\/pre>","protected":false},"excerpt":{"rendered":"<p>ScreenCloud is an open-source screenshot sharing application consists of a cross-platform client and a sharing website. With plugins, the app also supports uploading to other online services, e.g., FTP server, Imgur, and Dropbox. ScreenCloud Features: Open Source and cross-platform(Windows, Mac &#038; Linux) Fast and easy: Snap a photo, paste the link, done! Plugin support, save [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[1466,1467],"class_list":["post-6911","post","type-post","status-publish","format-standard","hentry","category-howtos","tag-screencloud","tag-screenshot-sharing-application"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/6911","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=6911"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/6911\/revisions"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=6911"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=6911"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=6911"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}