How to determine if a package is a meta-package from the command line?
        Posted  
        
            by 
                cirosantilli
            
        on Ask Ubuntu
        
        See other posts from Ask Ubuntu
        
            or by cirosantilli
        
        
        
        Published on 2012-09-26T20:20:46Z
        Indexed on 
            2012/09/26
            21:49 UTC
        
        
        Read the original article
        Hit count: 511
        
package-management
|metapackages
How can I determine if a package is a meta-package from the command line, possibly via apt-get, aptitude or apt-cache?
I have tried:
apt-cache show texlive-full
apt-cache showpkg texlive-full
but the only way I can tell this package is meta is by reading the "en-description" field.
Is there a more automatic way of doing this, that will give me a yes/no response, or at least have a field such as then "en-description" dedicated to this?
© Ask Ubuntu or respective owner