owncloud-client from isv:ownCloud:community:testing project

Proszę wybrać system operacyjny

Dla CentOS 8 uruchom następujący program jako root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/isv:ownCloud:community:testing/CentOS_8/isv:ownCloud:community:testing.repo
yum install owncloud-client
Dla CentOS 7.6 uruchom następujący program jako root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/isv:ownCloud:community:testing/CentOS_7.6/isv:ownCloud:community:testing.repo
yum install owncloud-client
Dla Debian 9.0 uruchom następujący program:
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:/community:/testing/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:community:testing.list
curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:community:testing/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_community_testing.gpg > /dev/null
sudo apt update
sudo apt install owncloud-client
Dla Debian 10 uruchom następujący program:
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:/community:/testing/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:community:testing.list
curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:community:testing/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_community_testing.gpg > /dev/null
sudo apt update
sudo apt install owncloud-client
Dla Ubuntu 20.04 uruchom następujący program:
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:/community:/testing/Ubuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:community:testing.list
curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:community:testing/Ubuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_community_testing.gpg > /dev/null
sudo apt update
sudo apt install owncloud-client
Dla Ubuntu 18.04 uruchom następujący program:
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:/community:/testing/Ubuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:community:testing.list
curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:community:testing/Ubuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_community_testing.gpg > /dev/null
sudo apt update
sudo apt install owncloud-client
Dla Linux Mint 19 uruchom następujący program:
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:/community:/testing/Linux_Mint_19/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:community:testing.list
curl -fsSL https://download.opensuse.org/repositories/isv:ownCloud:community:testing/Linux_Mint_19/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/isv_ownCloud_community_testing.gpg > /dev/null
sudo apt update
sudo apt install owncloud-client