zenbook-sound-fix-ux3405ma from home:smallcms project

Выберите операционную систему

Для Arch Linux отредактируйте /etc/pacman.conf и добавьте следующее (обратите внимание, что в pacman.conf важен порядок репозиториев, поскольку pacman всегда загружает первый найденный пакет):
[home_smallcms_Arch]
Server = https://download.opensuse.org/repositories/home:/smallcms/Arch/$arch
Затем запустите от имени root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:smallcms/Arch/$(uname -m)/home_smallcms_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_smallcms_Arch/zenbook-sound-fix-ux3405ma
Для CentOS 8 Stream запустите от имени root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:smallcms/CentOS_8_Stream/home:smallcms.repo
yum install zenbook-sound-fix-ux3405ma
Для CentOS 8 запустите от имени root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:smallcms/CentOS_8/home:smallcms.repo
yum install zenbook-sound-fix-ux3405ma
Для CentOS 7 запустите от имени root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:smallcms/CentOS_7/home:smallcms.repo
yum install zenbook-sound-fix-ux3405ma
Для 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:/smallcms/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install zenbook-sound-fix-ux3405ma
Для 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:/smallcms/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install zenbook-sound-fix-ux3405ma
Для 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:/smallcms/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install zenbook-sound-fix-ux3405ma
Для 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:/smallcms/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install zenbook-sound-fix-ux3405ma
Для 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:/smallcms/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install zenbook-sound-fix-ux3405ma
Для Fedora Rawhide запустите от имени root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:smallcms/Fedora_Rawhide/home:smallcms.repo
dnf install zenbook-sound-fix-ux3405ma
Для Fedora 40 запустите от имени root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:smallcms/Fedora_40/home:smallcms.repo
dnf install zenbook-sound-fix-ux3405ma
Для Fedora 39 запустите от имени root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:smallcms/Fedora_39/home:smallcms.repo
dnf install zenbook-sound-fix-ux3405ma
Для Fedora 38 запустите от имени root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:smallcms/Fedora_38/home:smallcms.repo
dnf install zenbook-sound-fix-ux3405ma
Для Mageia Cauldron запустите от имени root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:smallcms/Mageia_Cauldron/home:smallcms.repo
dnf install zenbook-sound-fix-ux3405ma
Для Mageia 9 запустите от имени root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:smallcms/Mageia_9/home:smallcms.repo
dnf install zenbook-sound-fix-ux3405ma
Для Mageia 8 запустите от имени root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:smallcms/Mageia_8/home:smallcms.repo
dnf install zenbook-sound-fix-ux3405ma
Для openSUSE Tumbleweed запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:smallcms/openSUSE_Tumbleweed/home:smallcms.repo
zypper refresh
zypper install zenbook-sound-fix-ux3405ma
Для 15.6 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:smallcms/15.6/home:smallcms.repo
zypper refresh
zypper install zenbook-sound-fix-ux3405ma
Для 15.5 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:smallcms/15.5/home:smallcms.repo
zypper refresh
zypper install zenbook-sound-fix-ux3405ma
Для 15.4 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:smallcms/15.4/home:smallcms.repo
zypper refresh
zypper install zenbook-sound-fix-ux3405ma
Для 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:/smallcms/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install zenbook-sound-fix-ux3405ma
Для xUbuntu 23.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:/smallcms/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install zenbook-sound-fix-ux3405ma
Для xUbuntu 23.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:/smallcms/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install zenbook-sound-fix-ux3405ma
Для xUbuntu 22.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:/smallcms/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install zenbook-sound-fix-ux3405ma
Для 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:/smallcms/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install zenbook-sound-fix-ux3405ma
Для xUbuntu 21.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:/smallcms/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install zenbook-sound-fix-ux3405ma
Для xUbuntu 21.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:/smallcms/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install zenbook-sound-fix-ux3405ma
Для 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:/smallcms/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install zenbook-sound-fix-ux3405ma

Пакеты для xUbuntu 24.04:

Пакеты для xUbuntu 23.10:

Пакеты для xUbuntu 23.04:

Пакеты для xUbuntu 22.10:

Пакеты для xUbuntu 22.04:

Пакеты для xUbuntu 21.10:

Пакеты для xUbuntu 21.04:

Пакеты для xUbuntu 20.04: