Trac Installation in Fedora 35 – Step-by-step

November 6, 2021 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing PIP

    Now to Install Python PIP in Fedora GNU/Linux

    sudo dnf install python3-pip

    And then Upgrade PIP with:

    pip install --upgrade pip

    Or:

    sudo pip install --upgrade pip
  1. 3. Installing Dependencies

    Then to Install Libraries
    For PostgreSQL with:

    sudo dnf install libpq-devel

    And for MySQL/MariaDB instead:

    sudo dnf install mysql-devel
  2. 4. Installing Trac

    Then to Install Trac on Fedora
    For the PostgreSQL backend run:

    sudo pip install trac psycopg2

    And instead for MySQL/MariaDB:

    sudo pip install trac mysql-python

Contents


QuickChic Theme • Powered by WordPress