Author: shadzik Date: Fri Apr 28 12:36:15 2006 GMT
Module: PLDWWW URL: http://pld-linux.org/FAQ
---- Log message:
---- Page affected: FAQ
---- Diffs:
================================================================
Additionally, noone is able to remotely log in as root (for the same security
reasons). Root is also unable to remotely use other services (ftp, imap, pop3,
smtp) as they do not provide strong connection encryption.
+ === How can I check the package description in an other language than my
locales are ? ===
+
+ {{{
+ LANG="de_DE" rpm -q --qf %{description} package1 package2
+ # if package1 package2 are installed
+
+ LANG="de_DE" rpm -q --qf %{description} -p package1.rpm package2.rpm
+ # if package1 pckage2 are on you hard drive and not installed
+ }}}
+
+ The language can be any other of course (if the package supports it ex.
pl_PL).
+
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit