View Single Post

   
  #2 (permalink)  
Old 02-20-2008, 09:05 AM
No_One
 
Posts: n/a
Default Re: Application Versions

On 2005-06-06, Social Burn <socialburn@gmail-dot-com.no-spam.invalid> wrote:
> Is there a "universal" command that I can use to find out the versions
> of certain libs, apps, and modules?
>
> I remember using a distro that allowed me to do something like;
>
> binutils --version
>
> I want to be able to do this without staring at a console of 2,000
> packages.
>


In slack

ls -la /var/log/packages

the version number for each program is part of the program name.

same is generally true of libs

ls -la /lib

ls -la /usr/lib

Is this what you mean?

ken

Reply With Quote