Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.97 KB

fedora-deps.md

File metadata and controls

53 lines (39 loc) · 1.97 KB

RHEL/Fedora dependencies for Kimchi

Additional RHEL Repositories

Some of the above packages are located in the Red Hat EPEL repositories, for RHEL system. See this FAQ for more information on how to configure your system to access this repository.

For RHEL7 systems, you also need to subscribe to the "RHEL Server Optional" channel at RHN Classic or Red Hat Satellite.

Build Dependencies

$ sudo yum install gcc make autoconf automake gettext-devel git rpm-build \
                    libxslt

Runtime Dependencies

$ sudo yum install libvirt-python libvirt libvirt-daemon-config-network \
                    qemu-kvm python-ethtool sos python-ipaddr nfs-utils \
                    iscsi-initiator-utils pyparted python-libguestfs \
                    libguestfs-tools novnc spice-html5 \
                    python-configobj python-magic python-paramiko \
                    python-pillow

# For RHEL systems, install the additional packages:
$ sudo yum install python-ordereddict

# Restart libvirt to allow configuration changes to take effect
$ sudo service libvirtd restart

Packages required for UI development

$ sudo yum install gcc-c++ python-devel python-pip
$ sudo pip install cython libsass

Packages required for tests

$ sudo yum install pyflakes python-pep8 python-requests python-mock rpmlint

# For RHEL systems, install the additional packages:
$ sudo yum install python-unittest2