User Tools

Site Tools


linux_og_unix:fedora
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


linux_og_unix:fedora [2023/10/21 19:19] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +[[linux_og_unix:distros|Tilbage til Distros]]
 +
 +----
 +
 +===== Fedora =====
 +
 +==== DEBUGGING ====
 +
 +[[http://fedoraproject.org/wiki/StackTraces|Fedora StackTraces]]
 +
 +For at installere en debug-version af en pakke incl. dependencies:
 +<code>
 +sudo debuginfo-install <program>
 +</code>
 +
 +For at installere en debug-version af en pakke uden dependecies:
 +<code>
 +sudo yum --enablerepo fedora-debuginfo,updates-debuginfo install foo-debuginfo
 +</code>
 +
 +
 +----
 +
 +==== FONTS ====
 +
 +<code>
 +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
 +</code>
 +
 +==== Fix packages dupes ====
 +
 +<code>
 +yum erase $(package-cleanup --dupes  | grep 4.11.4 | grep -o '.*4.11.4' | tr '\n' ' ')
 +</code>
  
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