• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Quelldaten von Freetype 2.1.9 mit Synaptic / apt ?

Khorne2k

Newbie
Hab wieder mal ein Problem nach dem Update von (nach anleitung selbst kompiliertem ) freetype 2.1.7 nach freetype2 2.1.9 mit Synaptic würde ich nun gerne auch wieder dort den bytecode interpreter einkompilieren weil meine Schriften im moment absolut unlesbar sind und übers kontrollzentrum auch nicht verstellbar da das dafür zuständige modul beim laden abstürzt...

Wie kann ich mit Synaptic / apt die sources davon installieren um dann eine RPM daraus zu erstellen ?
 

oc2pus

Ultimate Guru
man apt lesen ...

man apt
==> source
source causes apt-get to fetch source packages. APT will examine the available packages to
decide which source package to fetch. It will then find and download into the current directory
the newest available version of that source package. Source packages are tracked separately from
binary packages via deb-src type lines in the sources.list(5) file. This probably will mean that
you will not get the same source as the package you have installed or as you could install. If
the --compile options is specified then the package will be compiled to a binary .deb using
dpkg-buildpackage, if --download-only is specified then the source package will not be unpacked.

A specific source version can be retrieved by postfixing the source name with an equals and then
the version to fetch, similar to the mechanism used for the package files. This enables exact
matching of the source package name and version, implicitly enabling the APT::Get::Only-Source
option.
 
Oben