Menu

Install Rescapp on Fedora

Christopher Gregory

The purpose of this repository is to package Adrians' work in an rpm format.

You will need a fedora live-dvd which can be obtained from:

Fedora lxqt live dvd

You will be adding the following whilst you are booted from your dvd-rom drive. We suggest the use of the lxqt version of the live dvd, because this has most of the required environment variables already pre-installed, and rescapp is developed using python3 and qt5.

In order to install rescapp on fedora there are a number of requirements:

System required packages

  1. ntfs-3g
  2. dosfstools
  3. reiserfs-utils
  4. btrfs-progs
  5. xfsprogs
  6. xfsdump
  7. gdisk
  8. efibootmgr
  9. dmraid
  10. lvm2

To install the required packages do the following:

sudo dnf install ntfs-3g dosfstools reiserfs-utils btrfs-progs xfsprogs xfsdump gdisk efibootmgr dmraid lvm2

The following are optional run-time dependancies that may be required for certain operations

  1. gparted
  2. gpart
  3. testdisk

To install the optional packages do the following:

sudo dnf install gparted gpart testdisk

SeLinux Support

  1. python3-libselinux
  2. libselinux-utils
  3. policycoreutils-python-utils
  4. policycoreutils-gui
  5. setools-console
  6. selinux-policy-mls
  7. setools
  8. mcstrans

To install the SeLinux packages do the following:

sudo dnf install python3-libselinux libselinux-utils policycoreutils-python-utils policycoreutils-gui setools-console selinux-policy-mls setools mcstrans


MongoDB Logo MongoDB