This is a discussion on Application Versions within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Is there a "universal" command that I can use to find out the version of certain libs, apps, and ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Is there a "universal" command that I can use to find out the version of certain libs, apps, and modules I remember using a distro that allowed me to do something like binutils --versio I want to be able to do this without staring at a console of 2,00 packages Message posted via ==================== www.linuxpackages.net/foru www.linuxpackages.ne Expanding the world of Slackwar ===================== |
| |||
| 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 |
| |||
| * Social Burn <socialburn@gmail-dot-com.no-spam.invalid> writes: > Is there a "universal" command that I can use to find out the versions > of certain libs, apps, and modules? No. -- |---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---| | Genius - Is the ability to reduce | | the complicated to the simple | |----------------------------------<steve@youngs.au.com>---| |
| ||||
| No_One wrote: > 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 want to be able to do this without staring at a console of 2,000 >> packages. >> > > In slack > > ls -la /var/log/packages so he could do something like: ls -l /var/log/packages | grep libogg |