Objective
The objective is to Install Nextcloud Client On Ubuntu 18.04 Bionic beaver Linux.
Operating System and Software Versions
- Operating System: – Ubuntu 18.04 Bionic Beaver Linux
- Software: – Next Cloud 2.3.3 or higher
Requirements
Privileged access to your Ubuntu System as root or via sudo
command is required.
Difficulty
EASY
Conventions
- # – requires given linux commands to be executed with root privileges either directly as a root user or by use of
sudo
command - $ – given linux commands to be executed as a regular non-privileged user
Video
Instructions
Add NextCloud Repository
First step is to add the NextCloud PPA repository. Open up terminal and enter:
$ sudo add-apt-repository ppa:nextcloud-devs/client
Install NextCloud Client
Once you have included the official NextCloud PPA repository use the apt
command to install the NexCloud client package:
$ sudo apt install nextcloud-client