owncloud-client from isv:ownCloud:desktop:daily:master project
Pilih Sistem Operasi Anda
Tambah repositori dan pasang secara manual
Untuk CentOS 8 jalankan berikut ini sebagai root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/isv:ownCloud:desktop:daily:master/CentOS_8/isv:ownCloud:desktop:daily:master.repo yum install owncloud-client
Untuk CentOS 7 jalankan berikut ini sebagai root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/isv:ownCloud:desktop:daily:master/CentOS_7/isv:ownCloud:desktop:daily:master.repo yum install owncloud-client
Ambil paket biner secara langsung
Tambah repositori dan pasang secara manual
Untuk Debian 9.0 jalankan berikut ini:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop:/daily:/master/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:desktop:daily:master.list curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:desktop:daily:master/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_desktop_daily_master.gpg > /dev/null sudo apt update sudo apt install owncloud-client
Untuk Debian 10 jalankan berikut ini:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop:/daily:/master/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:desktop:daily:master.list curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:desktop:daily:master/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_desktop_daily_master.gpg > /dev/null sudo apt update sudo apt install owncloud-client
Ambil paket biner secara langsung
Tambah repositori dan pasang secara manual
Untuk Ubuntu 20.04 jalankan berikut ini:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop:/daily:/master/Ubuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:desktop:daily:master.list curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:desktop:daily:master/Ubuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_desktop_daily_master.gpg > /dev/null sudo apt update sudo apt install owncloud-client
Untuk Ubuntu 18.04 jalankan berikut ini:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop:/daily:/master/Ubuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:desktop:daily:master.list curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:desktop:daily:master/Ubuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_desktop_daily_master.gpg > /dev/null sudo apt update sudo apt install owncloud-client
Untuk Linux Mint 19 jalankan berikut ini:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop:/daily:/master/Linux_Mint_19/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:desktop:daily:master.list curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:desktop:daily:master/Linux_Mint_19/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_desktop_daily_master.gpg > /dev/null sudo apt update sudo apt install owncloud-client