rsyslog from home:rainergerhards:branches:home:rgerhards project

お使いのオペレーティングシステムの選択

CentOS 8 の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/CentOS_8/home:rainergerhards:branches:home:rgerhards.repo
yum install rsyslog
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:/rainergerhards:/branches:/home:/rgerhards/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:rainergerhards:branches:home:rgerhards.list
curl -fsSL https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rainergerhards_branches_home_rgerhards.gpg > /dev/null
sudo apt update
sudo apt install rsyslog
Debian 13 の場合は、下記のコマンドを実行してください:
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:/rainergerhards:/branches:/home:/rgerhards/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:rainergerhards:branches:home:rgerhards.list
curl -fsSL https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rainergerhards_branches_home_rgerhards.gpg > /dev/null
sudo apt update
sudo apt install rsyslog
Debian 12 の場合は、下記のコマンドを実行してください:
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:/rainergerhards:/branches:/home:/rgerhards/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:rainergerhards:branches:home:rgerhards.list
curl -fsSL https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rainergerhards_branches_home_rgerhards.gpg > /dev/null
sudo apt update
sudo apt install rsyslog
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:/rainergerhards:/branches:/home:/rgerhards/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:rainergerhards:branches:home:rgerhards.list
curl -fsSL https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rainergerhards_branches_home_rgerhards.gpg > /dev/null
sudo apt update
sudo apt install rsyslog

Debian Unstable 向けのパッケージ:

Debian 13 向けのパッケージ:

Fedora 43 の場合は、 root で下記のコマンドを実行してください:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/Fedora_43/home:rainergerhards:branches:home:rgerhards.repo
dnf install rsyslog
Fedora 42 の場合は、 root で下記のコマンドを実行してください:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/Fedora_42/home:rainergerhards:branches:home:rgerhards.repo
dnf install rsyslog
openSUSE Leap 42.3 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/openSUSE_Leap_42.3/home:rainergerhards:branches:home:rgerhards.repo
zypper refresh
zypper install rsyslog
openSUSE Leap 15.1 PowerPC の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/openSUSE_Leap_15.1_PowerPC/home:rainergerhards:branches:home:rgerhards.repo
zypper refresh
zypper install rsyslog
openSUSE Leap 15.1 ARM の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/openSUSE_Leap_15.1_ARM/home:rainergerhards:branches:home:rgerhards.repo
zypper refresh
zypper install rsyslog
Raspbian 12 の場合は、下記のコマンドを実行してください:
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:/rainergerhards:/branches:/home:/rgerhards/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:rainergerhards:branches:home:rgerhards.list
curl -fsSL https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rainergerhards_branches_home_rgerhards.gpg > /dev/null
sudo apt update
sudo apt install rsyslog
Raspbian 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:/rainergerhards:/branches:/home:/rgerhards/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:rainergerhards:branches:home:rgerhards.list
curl -fsSL https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rainergerhards_branches_home_rgerhards.gpg > /dev/null
sudo apt update
sudo apt install rsyslog
Raspbian 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:/rainergerhards:/branches:/home:/rgerhards/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:rainergerhards:branches:home:rgerhards.list
curl -fsSL https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rainergerhards_branches_home_rgerhards.gpg > /dev/null
sudo apt update
sudo apt install rsyslog

Raspbian 12 向けのパッケージ:

Raspbian 11 向けのパッケージ:

Raspbian 10 向けのパッケージ:

SLE 15 SP3 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/SLE_15_SP3/home:rainergerhards:branches:home:rgerhards.repo
zypper refresh
zypper install rsyslog
SLE 15 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/SLE_15/home:rainergerhards:branches:home:rgerhards.repo
zypper refresh
zypper install rsyslog
SLE 12 SP4 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/SLE_12_SP4/home:rainergerhards:branches:home:rgerhards.repo
zypper refresh
zypper install rsyslog
SLE 12 SP3 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/SLE_12_SP3/home:rainergerhards:branches:home:rgerhards.repo
zypper refresh
zypper install rsyslog
xUbuntu 24.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:/rainergerhards:/branches:/home:/rgerhards/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:rainergerhards:branches:home:rgerhards.list
curl -fsSL https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rainergerhards_branches_home_rgerhards.gpg > /dev/null
sudo apt update
sudo apt install rsyslog
xUbuntu 22.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:/rainergerhards:/branches:/home:/rgerhards/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:rainergerhards:branches:home:rgerhards.list
curl -fsSL https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rainergerhards_branches_home_rgerhards.gpg > /dev/null
sudo apt update
sudo apt install rsyslog
xUbuntu 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/home:/rainergerhards:/branches:/home:/rgerhards/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:rainergerhards:branches:home:rgerhards.list
curl -fsSL https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rainergerhards_branches_home_rgerhards.gpg > /dev/null
sudo apt update
sudo apt install rsyslog
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:/rainergerhards:/branches:/home:/rgerhards/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:rainergerhards:branches:home:rgerhards.list
curl -fsSL https://download.opensuse.org/repositories/home:rainergerhards:branches:home:rgerhards/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rainergerhards_branches_home_rgerhards.gpg > /dev/null
sudo apt update
sudo apt install rsyslog

xUbuntu 24.04 向けのパッケージ:

xUbuntu 22.04 向けのパッケージ:

xUbuntu 20.04 向けのパッケージ:

xUbuntu 18.04 向けのパッケージ:

openEuler 24.03 の場合は、 root で下記のコマンドを実行してください:
?
Fedora 37 の場合は、 root で下記のコマンドを実行してください:
?