• 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

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

Linux Command To Check RAM Size In Ubuntu Terminal In GB

How To Install Proprietary Drivers In Linux Ubuntu Using Terminal

How To Shutdown Linux With A 15 Minute Delay And Message

Free AI Courses With Certificate For Beginners In India

Best AI Plugins For WordPress To Use In 2026

3 Commands To Check USB Connection In Linux Terminal

Linux Terminal Commands for Beginners With Examples

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

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