Re: How to get version information in common notation

2011-10-19 Thread Carl-Valentin Schmitt
2011/10/14 Harry Putnam > Carl-Valentin Schmitt writes: > > > Hello Harry Putnam, > > > > not sure, what you really mean. > > Do you mean this ?: > > What is that? > > > lsb_release -a > > lsb_release -a > No LSB modules are available. > Distributor ID: Debian > Description:Debian GNU/Linux

Re: How to get version information in common notation

2011-10-13 Thread Harry Putnam
Harry Putnam writes: >> not sure, what you really mean. >> Do you mean this ?: > > What is that? Sorry I suddenly realized you must mean inside the ncurses aptitude. I rarely use that... its very confusing to work with. I mostly use the cmdline aspects of aptitude. -- To UNSUBSCRIBE, email

Re: How to get version information in common notation

2011-10-13 Thread Harry Putnam
Carl-Valentin Schmitt writes: > Hello Harry Putnam, > > not sure, what you really mean. > Do you mean this ?: What is that? > lsb_release -a lsb_release -a No LSB modules are available. Distributor ID: Debian Description:Debian GNU/Linux testing (wheezy) Release:testing Codename:

Re: How to get version information in common notation

2011-10-13 Thread Carl-Valentin Schmitt
Hello Harry Putnam, not sure, what you really mean. Do you mean this ?: lsb_release -a as command ? Try it as user. Happy Hacking. Greetings. dschinn cv.deb...@gmail.com 2011/10/12 Harry Putnam > How can I quickly get version information for packages I have > installed. I mean the common

Re: How to get version information in common notation

2011-10-12 Thread Harry Putnam
Brian writes: > Solution to your problem: mark the packages as having been manually > installed. I don't use aptitude but believe it is capable of doing it. That looks promising and yes aptitude has that capability as I see it in the man page. Thanks for the handy tip. That should get it squar

Re: How to get version information in common notation

2011-10-12 Thread Wayne Topa
On 10/12/2011 11:58 AM, Harry Putnam wrote: Darac Marjal writes: On Wed, Oct 12, 2011 at 09:45:19AM -0500, Harry Putnam wrote: How can I quickly get version information for packages I have installed. I mean the common kind of notion used throughout linux. If you want the version informatio

Re: How to get version information in common notation

2011-10-12 Thread Brian
On Wed 12 Oct 2011 at 15:52:48 -0500, Harry Putnam wrote: > Does it require a complete start over? > > Here is the kind of confusing mess I run into: > > sudo aptitude remove xserver-xorg-video-all > The following packages will be REMOVED: > xserver-xorg-video-all [Snip] > Looks prett

Re: How to get version information in common notation

2011-10-12 Thread Harry Putnam
Raf Czlonka writes: > Answering your previous question, there's no way of automating the process > of auto-discovery of graphic card, therefore if you'd like to run > a desktop system and install 'task-desktop' (itself not a real package > but a virtual one, a task which installs other packages)

Re: How to get version information in common notation

2011-10-12 Thread Harry Putnam
Sven Joachim writes: [...] >> i task-desktop Depends xserver-xorg-video-all >> ihA xserver-xorg-video-all Depends xserver-xorg-video-ati >> i A xserver-xorg-video-ati Depends xserver-xorg-video-mach64 >> >> Note that the output shows `Depends' rather than `Recommends', s

Re: How to get version information in common notation

2011-10-12 Thread Raf Czlonka
On Wed, Oct 12, 2011 at 08:50:16PM BST, Harry Putnam wrote: > I'm still managing to confuse myself. > > When I look at some of the drivers that nearly positive I do not need > with `aptitude why' It appears to be saying they are needed: > >aptitude why xserver-xorg-video-mach64 > i task

Re: How to get version information in common notation

2011-10-12 Thread Sven Joachim
On 2011-10-12 21:50 +0200, Harry Putnam wrote: > Raf Czlonka writes: > >> You can remove most of the video drivers, leaving only the one(s) >> corresponding to your graphic card. The same goes with input drivers. >> > > I'm still managing to confuse myself. > > When I look at some of the driver

Re: How to get version information in common notation

2011-10-12 Thread Harry Putnam
Raf Czlonka writes: > You can remove most of the video drivers, leaving only the one(s) > corresponding to your graphic card. The same goes with input drivers. > I'm still managing to confuse myself. When I look at some of the drivers that nearly positive I do not need with `aptitude why' It

Re: How to get version information in common notation

2011-10-12 Thread Harry Putnam
Joey Hess writes: > Harry Putnam wrote: >> I'm not sure what you mean there, but for example.. if you search a >> pkg at: >> http://packages.debian.org/squeeze/xorg-dev >> >> It will show up with a version notation. So I'm thinking the OS must >> have that information somewhere. > > dpkg-quer

Re: How to get version information in common notation

2011-10-12 Thread Harry Putnam
Raf Czlonka writes: > You can remove most of the video drivers, leaving only the one(s) > corresponding to your graphic card. The same goes with input > drivers. Is the only way to tell which correspond with Video card, just picking them out of /var/log/Xorg.0.log? Or is there some trick way to

Re: How to get version information in common notation

2011-10-12 Thread Harry Putnam
Tom H writes: > aptitude search -F '%p %v' xorg > > or for all installed packages > > aptitude search -F '%p %v' '?installed' Man, I'm really sorry for having just skated right over all that information in man aptitude showing how the % operator can be used. Thanks for point it out -- To UNS

Re: How to get version information in common notation

2011-10-12 Thread Harry Putnam
Joey Hess writes: [...] > dpkg-query can display the information in whatever form you want. For > example: > > dpkg-query --show --showformat '${Package} ${Version}\n' > > (package-version is rarely used in Debian because it's ambiguous; > is foo-9-1 version 9-1 or foo, or version 1.2 of foo-9?

Re: How to get version information in common notation

2011-10-12 Thread Harry Putnam
Raf Czlonka writes: > On Wed, Oct 12, 2011 at 03:45:19PM BST, Harry Putnam wrote: >> And how can I know at a glance which xserver[s] are in use? It >> appears the original installation routine has installed a heard of >> them. 37 in fact. > > These are not different xservers - they're xserver-

Re: How to get version information in common notation

2011-10-12 Thread Raf Czlonka
On Wed, Oct 12, 2011 at 03:45:19PM BST, Harry Putnam wrote: > And how can I know at a glance which xserver[s] are in use? It appears > the original installation routine has installed a heard of them. 37 in > fact. These are not different xservers - they're xserver-related (the main X.org one) pa

Re: How to get version information in common notation

2011-10-12 Thread Clive Standbridge
> How can I quickly get version information for packages I have > installed. I mean the common kind of notion used throughout linux. > > Not the unusual non standard notation one gets with `apt-get > versions', > which is not suitable for copy/paste: > > , > |aptitude versions xorg > |

Re: How to get version information in common notation

2011-10-12 Thread Tom H
On Wed, Oct 12, 2011 at 11:58 AM, Harry Putnam wrote: > Darac Marjal writes: >> On Wed, Oct 12, 2011 at 09:45:19AM -0500, Harry Putnam wrote: >>> >>> How can I quickly get version information for packages I have >>> installed.  I mean the common kind of notion used throughout linux. >> >> If you

Re: How to get version information in common notation

2011-10-12 Thread Joey Hess
Harry Putnam wrote: > I'm not sure what you mean there, but for example.. if you search a > pkg at: > http://packages.debian.org/squeeze/xorg-dev > > It will show up with a version notation. So I'm thinking the OS must > have that information somewhere. dpkg-query can display the information i

Re: How to get version information in common notation

2011-10-12 Thread Harry Putnam
Darac Marjal writes: > On Wed, Oct 12, 2011 at 09:45:19AM -0500, Harry Putnam wrote: >> How can I quickly get version information for packages I have >> installed. I mean the common kind of notion used throughout linux. > > If you want the version information for PACKAGES, try "dpkg -l|grep > '

Re: How to get version information in common notation

2011-10-12 Thread Harry Putnam
Brian writes: > On Wed 12 Oct 2011 at 09:45:19 -0500, Harry Putnam wrote: > >> And how can I know at a glance which xserver[s] are in use? It appears >> the original installation routine has installed a heard of them. 37 in >> fact. > > /var/log/Xorg.0.log will tell you. > >> The list is post

Re: How to get version information in common notation

2011-10-12 Thread Darac Marjal
On Wed, Oct 12, 2011 at 09:45:19AM -0500, Harry Putnam wrote: > How can I quickly get version information for packages I have > installed. I mean the common kind of notion used throughout linux. If you want the version information for PACKAGES, try "dpkg -l|grep '^i'", though I'm not entirely ce

Re: How to get version information in common notation

2011-10-12 Thread Brian
On Wed 12 Oct 2011 at 09:45:19 -0500, Harry Putnam wrote: > And how can I know at a glance which xserver[s] are in use? It appears > the original installation routine has installed a heard of them. 37 in > fact. /var/log/Xorg.0.log will tell you. > The list is posted at the end. And how can

How to get version information in common notation

2011-10-12 Thread Harry Putnam
How can I quickly get version information for packages I have installed. I mean the common kind of notion used throughout linux. Not the unusual non standard notation one gets with `apt-get versions', which is not suitable for copy/paste: , |aptitude versions xorg | ihA 1:7.6+9