pcm from home:opcm project

选择您的操作系统

对于 CentOS 8,请以根用户 root 运行下面命令:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:opcm/CentOS_8/home:opcm.repo
yum install pcm
对于 CentOS 7,请以根用户 root 运行下面命令:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:opcm/CentOS_7/home:opcm.repo
yum install pcm
对于 Debian Unstable,请运行以下命令:
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/home:/opcm/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:opcm.list
curl -fsSL https://download.opensuse.org/repositories/home:opcm/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_opcm.gpg > /dev/null
sudo apt update
sudo apt install pcm
对于 Debian Testing,请运行以下命令:
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/home:/opcm/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:opcm.list
curl -fsSL https://download.opensuse.org/repositories/home:opcm/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_opcm.gpg > /dev/null
sudo apt update
sudo apt install pcm
对于 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/home:/opcm/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:opcm.list
curl -fsSL https://download.opensuse.org/repositories/home:opcm/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_opcm.gpg > /dev/null
sudo apt update
sudo apt install pcm
对于 Debian 8.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/home:/opcm/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/home:opcm.list
curl -fsSL https://download.opensuse.org/repositories/home:opcm/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_opcm.gpg > /dev/null
sudo apt update
sudo apt install pcm
对于 Debian 11,请运行以下命令:
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/home:/opcm/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:opcm.list
curl -fsSL https://download.opensuse.org/repositories/home:opcm/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_opcm.gpg > /dev/null
sudo apt update
sudo apt install pcm
对于 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/home:/opcm/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:opcm.list
curl -fsSL https://download.opensuse.org/repositories/home:opcm/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_opcm.gpg > /dev/null
sudo apt update
sudo apt install pcm

用于 Debian Unstable 的软件包:

用于 Debian Testing 的软件包:

用于 Debian 9.0 的软件包:

用于 Debian 8.0 的软件包:

用于 Debian 11 的软件包:

用于 Debian 10 的软件包:

对于 openSUSE Tumbleweed,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/home:opcm/openSUSE_Tumbleweed/home:opcm.repo
zypper refresh
zypper install pcm
对于 SLE 15 SP1 Backports,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/home:opcm/SLE_15_SP1_Backports/home:opcm.repo
zypper refresh
zypper install pcm
对于 SLE 12 SP4 Backports,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/home:opcm/SLE_12_SP4_Backports/home:opcm.repo
zypper refresh
zypper install pcm
对于 SLE 12 SP1 Backports,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/home:opcm/SLE_12_SP1_Backports/home:opcm.repo
zypper refresh
zypper install pcm
对于 SLE 12 Backports,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/home:opcm/SLE_12_Backports/home:opcm.repo
zypper refresh
zypper install pcm

用于 SLE 15 SP1 Backports 的软件包:

用于 SLE 12 SP4 Backports 的软件包:

用于 SLE 12 SP1 Backports 的软件包:

用于 SLE 12 Backports 的软件包:

对于 RHEL 7,请以根用户 root 运行下面命令:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:opcm/RHEL_7/home:opcm.repo
yum install pcm

用于 RHEL 7 的软件包:

对于 SLE 15 SP1,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/home:opcm/SLE_15_SP1/home:opcm.repo
zypper refresh
zypper install pcm
对于 SLE 15 Backports,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/home:opcm/SLE_15_Backports/home:opcm.repo
zypper refresh
zypper install pcm
对于 SLE 15,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/home:opcm/SLE_15/home:opcm.repo
zypper refresh
zypper install pcm
对于 SLE 12 SP4,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/home:opcm/SLE_12_SP4/home:opcm.repo
zypper refresh
zypper install pcm
对于 SLE 12 SP3,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/home:opcm/SLE_12_SP3/home:opcm.repo
zypper refresh
zypper install pcm
对于 SLE 12 SP2,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/home:opcm/SLE_12_SP2/home:opcm.repo
zypper refresh
zypper install pcm
对于 SLE 12 SP1,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/home:opcm/SLE_12_SP1/home:opcm.repo
zypper refresh
zypper install pcm
对于 SLE 12,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/home:opcm/SLE_12/home:opcm.repo
zypper refresh
zypper install pcm
对于 xUbuntu 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/home:/opcm/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:opcm.list
curl -fsSL https://download.opensuse.org/repositories/home:opcm/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_opcm.gpg > /dev/null
sudo apt update
sudo apt install pcm
对于 xUbuntu 16.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/home:/opcm/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:opcm.list
curl -fsSL https://download.opensuse.org/repositories/home:opcm/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_opcm.gpg > /dev/null
sudo apt update
sudo apt install pcm
对于 xUbuntu 14.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/home:/opcm/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/home:opcm.list
curl -fsSL https://download.opensuse.org/repositories/home:opcm/xUbuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_opcm.gpg > /dev/null
sudo apt update
sudo apt install pcm

用于 xUbuntu 18.04 的软件包:

用于 xUbuntu 16.04 的软件包:

用于 xUbuntu 14.04 的软件包: