Warning: Trying to access array offset on value of type null in /var/www/html/inc/parserutils.php on line 151

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/inc/parserutils.php:151) in /var/www/html/inc/actions.php on line 38
linux_og_unix:fedora [Random bits of knowledge]

User Tools

Site Tools


No renderer 'pdf' found for mode 'pdf'
linux_og_unix:fedora

Tilbage til Distros


Fedora

DEBUGGING

Fedora StackTraces

For at installere en debug-version af en pakke incl. dependencies:

sudo debuginfo-install <program>

For at installere en debug-version af en pakke uden dependecies:

sudo yum --enablerepo fedora-debuginfo,updates-debuginfo install foo-debuginfo

FONTS

wget https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-2.00.1.tar.gz
tar -zxvf liberation-fonts-ttf-2.00.1.tar.gz
sudo cp -f liberation-fonts-ttf-2.00.1/*.ttf /usr/share/fonts/liberation/
sudo fc-cache

Fix packages dupes

yum erase $(package-cleanup --dupes  | grep 4.11.4 | grep -o '.*4.11.4' | tr '\n' ' ')
linux_og_unix/fedora.txt · Last modified: 2023/10/21 19:19 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki