• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How to Download & Install OwnCloud 8 (Server) in in Ubuntu & Linux Mint Systems

How to Download & Install OwnCloud 8 (Server) in in Ubuntu & Linux Mint Systems

By Sourabh / February 12, 2015 Category: How To, Ubuntu

How to install OwnCloud 8 (Server) in in Ubuntu and Linux Mint Systems. Download and install ownCloud in Ubuntu 15.04/14.10/14.04/12.04 and Linux Mint 17.1/17/13.

ownCloud is a free software released under AGPLv3 licence. It synchronize files with their ownCloud server, desktop (For Linux, Windows, and Mac OS X) and mobile (Android and iOS) clients are available. owncloud cloud hosting is a free and open-source software that makes easy to access, sync and share your data.

Install ownCloud in Ubuntu/Linux Mint

ownCloud can be installed on Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04, Linux Mint 17.1/17/13 and other Ubuntu derivatives. To Install ownCloud in Ubuntu/Linux Mint systems, open Terminal and run the following commands:

sudo add-apt-repository ppa:noobslab/apps
sudo apt-get update
sudo apt-get install owncloud

In order to configure ownCloud in your network, set the permissions for ownCloud. Run the following command to set the permissions for ownCloud:

sudo chown -R www-data:www-data /var/www/owncloud

Run the following command to configure Apache and enable SSL for an encrypted connection:

sudo apt-get install openssl
sudo a2enmod ssl
sudo a2enmod rewrite

Run the following command to create self-signed certificate for configuring the ownCloud:

sudo mkdir -p /etc/apache2/ssl
sudo openssl req -new -x509 -days 365 -nodes -out /etc/apache2/ssl/owncloud.pem -keyout /etc/apache2/ssl/owncloud.key

Download ownCloud

Linux users – CentOS, Debian, Fedora, openSUSE, SLE and Ubuntu – can install ownCloud using its official openSUSE Build System repository. Follow the links given below to download:

server | desktop client |  Download ownCloud

Tags: Configure and Set up in Ubuntu 14.04, Configure and Set up ownCloud in Linux Mint, Configure and Set up Ubuntu 14.10, How to Install ownCloud in Linux Mint, How to Install ownCloud in Ubuntu 14.04, How to Install ownCloud in Ubuntu 14.10, Install ownCloud Cloud Hosting in Linux Ubuntu, Linux Mint, Ubuntu 14.04, Ubuntu 14.10

Primary Sidebar

Latest Posts

Job Scheduling Using At Command In Linux With Examples

How To Check Permissions Of A Directory In Linux Command

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap