owncloud-client from isv:ownCloud:desktop:testing project
Виберіть вашу операційну систему
Додати сховище і встановити вручну
Для CentOS 8 запустіть від імені root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/isv:ownCloud:desktop:testing/CentOS_8/isv:ownCloud:desktop:testing.repo yum install owncloud-client
Для CentOS 7.6 запустіть від імені root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/isv:ownCloud:desktop:testing/CentOS_7.6/isv:ownCloud:desktop:testing.repo yum install owncloud-client
Отримати безпосередньо двійкові пакунки
Додати сховище і встановити вручну
Для Debian 9.0 запустіть:
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:/testing/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:desktop:testing.list curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:desktop:testing/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_desktop_testing.gpg > /dev/null sudo apt update sudo apt install owncloud-client
Для Debian 10 запустіть:
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:/testing/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:desktop:testing.list curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:desktop:testing/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_desktop_testing.gpg > /dev/null sudo apt update sudo apt install owncloud-client
Отримати безпосередньо двійкові пакунки
Додати сховище і встановити вручну
Для Ubuntu 20.04 запустіть:
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:/testing/Ubuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:desktop:testing.list curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:desktop:testing/Ubuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_desktop_testing.gpg > /dev/null sudo apt update sudo apt install owncloud-client
Для Ubuntu 18.04 запустіть:
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:/testing/Ubuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:desktop:testing.list curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:desktop:testing/Ubuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_desktop_testing.gpg > /dev/null sudo apt update sudo apt install owncloud-client
Для Linux Mint 19 запустіть:
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:/testing/Linux_Mint_19/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:desktop:testing.list curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:desktop:testing/Linux_Mint_19/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_desktop_testing.gpg > /dev/null sudo apt update sudo apt install owncloud-client