DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Fontconfig package does not exist in 'Woody'. But this is the output I get with
Code:
aptitude show ~Awoody ~nfontconfig
Package: libfontconfig1
Version: 2.2.2-2
Priority: optional
Section: libs
Maintainer: Josselin Mouette <joss@debian.org>
Uncompressed Size: 197k
Depends: libc6 (>= 2.3.2.ds1-4), libexpat1 (>= 1.95.6), libfreetype6 (>=
2.1.5-3), zlib1g (>= 1:1.2.1), fontconfig
Description: generic font configuration library (shared library)
Fontconfig is a font configuration and customization library, which does not
depend on the X Window System. It is designed to locate fonts within the
system and select them according to requirements specified by applications.
See the "fontconfig" package description for more information.
Package: libfontconfig1-dbg
Version: 2.2.2-2
Priority: extra
Section: libdevel
Maintainer: Josselin Mouette <joss@debian.org>
Uncompressed Size: 529k
Depends: libfontconfig1 (= 2.2.2-2)
Description: generic font configuration library (debugging symbols)
Fontconfig is a font configuration and customization library, which does not
depend on the X Window System. It is designed to locate fonts within the
system and select them according to requirements specified by applications.
This package contains the debugging symbols associated with libfontconfig1.
They will automatically be used by gdb for debugging fontconfig-related issues.
Package: libfontconfig1-dev
Version: 2.2.2-2
Priority: optional
Section: libdevel
Maintainer: Josselin Mouette <joss@debian.org>
Uncompressed Size: 1362k
Depends: libfontconfig1 (= 2.2.2-2), libexpat1-dev, libfreetype6-dev (>= 2.1.7),
pkg-config
Conflicts: libfontconfig-dev, fontconfig (< 2.1-5)
Description: generic font configuration library (development headers)
Fontconfig is a font configuration and customization library, which does not
depend on the X Window System. It is designed to locate fonts within the
system and select them according to requirements specified by applications.
See the "fontconfig" package description for more information.
Package: fontconfig
Version: 2.2.2-2
Priority: optional
Section: utils
Maintainer: Josselin Mouette <joss@debian.org>
Uncompressed Size: 169k
Depends: libc6 (>= 2.3.2.ds1-4), libfontconfig1 (>= 2.2.1), debconf (>= 0.5),
debconf-2.0, defoma (>= 0.7.0), ucf (>= 0.29), ttf-bitstream-vera,
ttf-freefont, gsfonts-x11, msttcorefonts
Conflicts: libfontconfig1-dev (< 2.2.2-1)
Description: generic font configuration library
Fontconfig is a font configuration and customization library, which does not
depend on the X Window System. It is designed to locate fonts within the
system and select them according to requirements specified by applications.
Fontconfig is not a rasterization library, nor does it impose a particular
rasterization library on the application. The X-specific library 'Xft' uses
fontconfig along with freetype to specify and rasterize fonts.
This package contains a program to maintain the fontconfig cache (fc-cache),
and a sample program to list installed fonts (fc-list).
It seems to indicate that version 2.2.2-2 is in 'Woody'.
Thanks
Quote:
Originally posted by ToniT Did you run apt-get update after modifying sources.list?
What does the 'apt-cache policy w3m'' (or other package) says?
The pinning -10 to everything that is distrbuted by Debian is somewhat strange looking. The aptitude doesn't seem to work that way with the ~A definition. use apt-cache policy to see the versions and their priorities.
still shows the same result as in my previous post. Still seem to indicate that fontconfig 2.2.2-2 is in 'Woody' (same version in 'woody', 'sarge' and 'sid').
Thanks !
Quote:
Originally posted by ToniT The pinning -10 to everything that is distrbuted by Debian is somewhat strange looking. The aptitude doesn't seem to work that way with the ~A definition. use apt-cache policy to see the versions and their priorities.
After changing sarge, sid and woody in /etc/apt/preferences to testing, unstable and stable respectively, the priority seems to be corrected. However, when I do
Code:
aptitude show ~Astable ~nw3m
or any ~n<any packagename>, package details of all available debian packages will scroll off the screen for a few mins.
Is my syntax wrong?
Thanks !
Quote:
Originally posted by ToniT All priorities seem to be 500 (the default). Try changing the words sarge, sid and woody in the 'a=' lines to testing, unstable and stable.
Well, I have been using debian for quite a while and I was't aware of the 'apttude show' command. I have been using 'apt-cache search aSearchTerm' to search for a package and apt-cache policy to see the versions in each distribution. Other way I have been using is to run aptitude in interactive mode and hitting 'l'(small L) and putting a regexp there, e.g. '~d postscript'.
Some research:
syntax
Code:
aptitude show '~nw3m~Astable'
seems to work better. The order is probably not important, but the space is.
Also note that
Quote:
~A<archive>
This will match any package which has a version from the given
archive. Archives include "stable", "unstable", and "experimental".
Has to be interpreted that it will show any package that has some version in the distrbution. Description from newest versions seems to be allways used.
You're right in saying that description from newest versions seems to be always used. As such, one could be misinformed on the version and availability of a package in a particular distribution.
Thanks
Quote:
Originally posted by ToniT Well, I have been using debian for quite a while and I was't aware of the 'apttude show' command. I have been using 'apt-cache search aSearchTerm' to search for a package and apt-cache policy to see the versions in each distribution. Other way I have been using is to run aptitude in interactive mode and hitting 'l'(small L) and putting a regexp there, e.g. '~d postscript'.
Some research:
syntax
Code:
aptitude show '~nw3m~Astable'
seems to work better. The order is probably not important, but the space is.
Also note that
Has to be interpreted that it will show any package that has some version in the distrbution. Description from newest versions seems to be allways used.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.