PLDWWW: FAQ
    shadzik 
    shadzik at pld-linux.org
       
    Fri Apr 28 14:36:15 CEST 2006
    
    
  
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).
+ 
    
    
More information about the pld-cvs-commit
mailing list