Skip to content

RussianFedora/FAQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial Fedora FAQ in russian

GitHub version Github downloads Pages CI status Release CI status GitHub issues

We decided to find and document answers to the most of the frequently asked questions from our conferences about Fedora for convenience of end users.

You can ask new questions in issues of this repository or you can help us and contribute project by sending your pull requests.

This FAQ maintained by independent community members. Not related to Fedora Project. Fedora is a registered trademark of Red Hat, Inc.

Build HTML

  1. Install make and sphinx-doc packages:
sudo dnf install make python3-sphinx
  1. Clone this repository:
git clone https://github.com/RussianFedora/FAQ.git fedora-faq-ru
  1. Generate HTML from sources:
cd fedora-faq-ru
make html
  1. Open result in default web-browser:
xdg-open build/html/index.html

Build PDF

  1. Install make, sphinx-doc and texlive packages:
sudo dnf install make python3-sphinx latexmk texlive-cmap texlive-metafont-bin texlive-collection-fontsrecommended texlive-babel-russian texlive-hyphen-russian texlive-titling texlive-fancyhdr texlive-titlesec texlive-tabulary texlive-framed texlive-wrapfig texlive-parskip texlive-upquote texlive-capt-of texlive-needspace texlive-collection-langcyrillic texlive-cyrillic-bin texlive-cmcyr texlive-cyrillic-bin-bin texlive-fncychap texlive-xetex dejavu-sans-fonts dejavu-serif-fonts dejavu-sans-mono-fonts texlive-polyglossia texlive-xindy
  1. Clone this repository:
git clone https://github.com/RussianFedora/FAQ.git fedora-faq-ru
  1. Generate PDF from sources:
cd fedora-faq-ru
make latexpdf
  1. Open result in default PDF viewer:
xdg-open build/latex/fedora-faq-ru.pdf