Install package home:dscharrer / innoextract

Select Your Operating System

Debian

Debian

Fedora

Fedora

openSUSE

openSUSE

Add repository and install manually

For openSUSE Tumbleweed run the following as root:

zypper addrepo http://download.opensuse.org/repositories/home:dscharrer/openSUSE_Tumbleweed/home:dscharrer.repo
zypper refresh
zypper install innoextract

For openSUSE Factory run the following as root:

zypper addrepo http://download.opensuse.org/repositories/home:dscharrer/openSUSE_Factory/home:dscharrer.repo
zypper refresh
zypper install innoextract

For openSUSE 12.3 run the following as root:

zypper addrepo http://download.opensuse.org/repositories/home:dscharrer/openSUSE_12.3/home:dscharrer.repo
zypper refresh
zypper install innoextract

For openSUSE 12.2 run the following as root:

zypper addrepo http://download.opensuse.org/repositories/home:dscharrer/openSUSE_12.2/home:dscharrer.repo
zypper refresh
zypper install innoextract

For openSUSE 12.1 run the following as root:

zypper addrepo http://download.opensuse.org/repositories/home:dscharrer/openSUSE_12.1/home:dscharrer.repo
zypper refresh
zypper install innoextract

For Fedora 18 run the following as root:

cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/home:dscharrer/Fedora_18/home:dscharrer.repo
yum install innoextract

For Fedora 17 run the following as root:

cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/home:dscharrer/Fedora_17/home:dscharrer.repo
yum install innoextract

For Debian 6.0 run the following as root:

echo 'deb http://download.opensuse.org/repositories/home:dscharrer/Debian_6.0/ /' >> /etc/apt/sources.list.d/innoextract.list 
apt-get update
apt-get install innoextract

You can add the repository key to apt like this:

wget http://download.opensuse.org/repositories/home:dscharrer/Debian_6.0/Release.key
apt-key add - < Release.key