public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Debian Packages Question
@  Janina Sajka
   ` Kirk Reiser
   ` Scott Berry
  0 siblings, 2 replies; 11+ messages in thread
From: Janina Sajka @  UTC (permalink / raw)
  To: speakup

How do I get a list of all the packages currently installed on a Debian
system? I only want to see what's actually installed at a given moment.

Thanks.


-- 
	
Janina Sajka
Email: janina@rednote.net		
Phone: +1 (202) 408-8175

Director, Technology Research and Development
American Foundation for the Blind (AFB)
http://www.afb.org

Chair, Accessibility Work Group
Free Standards Group
http://a11y.org


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Debian Packages Question
   Debian Packages Question Janina Sajka
@  ` Kirk Reiser
     ` Scott Berry
                     ` (2 more replies)
   ` Scott Berry
  1 sibling, 3 replies; 11+ messages in thread
From: Kirk Reiser @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hey Janina: dpkg -l will show you everything you have loaded.

  Kirk

-- 

Kirk Reiser				The Computer Braille Facility
e-mail: kirk@braille.uwo.ca		University of Western Ontario
phone: (519) 661-3061


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Debian Packages Question
   Debian Packages Question Janina Sajka
   ` Kirk Reiser
@  ` Scott Berry
     ` Kenny Hitt
  1 sibling, 1 reply; 11+ messages in thread
From: Scott Berry @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Here is what I do Janina.  I use a program called Aptitude.  In this app
you can actually go under installed applications and then pick the
particular subcategory like docs electronics or games and then you
choose the one you want to remove if you like.  the way to remove the
package is to highlight the name of the package with the cursor and then
hit the dash key on the top of the keyboard and this tells Aptitude to
remove the package.  Then when you are actually ready to do the true
remove just hit the f10 key and enter on install/uninstall which is the
top object.  Then you must hit f10 one more time I think this is a
security feature so you don't actually remove something you don't want
to remove.  There is also a f for forget package but haven't
successfully gotten this to work when removing packages.  What this does
is simply delete the package from the list as long as it is highlighted
I believe.  I haven't read much of the docs on this it was pretty simple
to get going so I have been a touch lazzy about reading the docs.On Sun, 8
Feb 2004, Janina Sajka wrote:

> How do I get a list of all the packages currently installed on a Debian
> system? I only want to see what's actually installed at a given moment.
>
> Thanks.
>
>
> --
>
> Janina Sajka
> Email: janina@rednote.net
> Phone: +1 (202) 408-8175
>
> Director, Technology Research and Development
> American Foundation for the Blind (AFB)
> http://www.afb.org
>
> Chair, Accessibility Work Group
> Free Standards Group
> http://a11y.org
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Debian Packages Question
   ` Kirk Reiser
@    ` Scott Berry
     ` Terry D. Cudney
     ` Janina Sajka
  2 siblings, 0 replies; 11+ messages in thread
From: Scott Berry @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Oh wow thanks for the new command Kirk I wasn't aware of that either.On
Sun, 8 Feb 2004, Kirk Reiser wrote:

> Hey Janina: dpkg -l will show you everything you have loaded.
>
>   Kirk
>
> --
>
> Kirk Reiser				The Computer Braille Facility
> e-mail: kirk@braille.uwo.ca		University of Western Ontario
> phone: (519) 661-3061
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Debian Packages Question
   ` Kirk Reiser
     ` Scott Berry
@    ` Terry D. Cudney
       ` Kirk Reiser
       ` Shaun Oliver
     ` Janina Sajka
  2 siblings, 2 replies; 11+ messages in thread
From: Terry D. Cudney @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hi all,

	How do you determine which package contains a particular utility/lib/whatever from all the Debian packages (not just the ones you already have installed)?

	For example, the 'dos2unix' and 'unix2dos' utilities must be in a Debian package somewhere. but which package?

	--terry

-- 

Name:	Terry D. Cudney
Phone:	(705) 422-0039
E-mail:	terry@braille.uwo.ca
Web:	wasaga.dyns.net

Having a smoking section in a restaurant is like...
having a peeing sectionin a swimming pool.

Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Debian Packages Question
     ` Terry D. Cudney
@      ` Kirk Reiser
       ` Shaun Oliver
  1 sibling, 0 replies; 11+ messages in thread
From: Kirk Reiser @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Gees my day for debian answers dpkg -S program_name will show which
package the command is in.

  Kirk

-- 

Kirk Reiser				The Computer Braille Facility
e-mail: kirk@braille.uwo.ca		University of Western Ontario
phone: (519) 661-3061


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Debian Packages Question
   ` Scott Berry
@    ` Kenny Hitt
       ` Scott Berry
  0 siblings, 1 reply; 11+ messages in thread
From: Kenny Hitt @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hi.  Forget is used to "forget new packages".  If you run stable, it
isn't useful for much.  On an unstable system, packages added to Debian
since the last time you did an apt-get update or an aptitude update show
up in a new packages group.
I always make sure to read the screen before I confirm I really want
aptitude to continue installing or removing packages.  It sometimes does
unexpected things.  When it decides to remove something important, just
schrole down to the package name and change it back with + or -
before I let aptitude continue.  Also, the leter g is a shortcut for
install/remove.

Hope this helps.
          Kenny
	  
On Sun, Feb 08, 2004 at 09:38:00AM -0700, Scott Berry wrote:
> Here is what I do Janina.  I use a program called Aptitude.  In this app
> you can actually go under installed applications and then pick the
> particular subcategory like docs electronics or games and then you
> choose the one you want to remove if you like.  the way to remove the
> package is to highlight the name of the package with the cursor and then
> hit the dash key on the top of the keyboard and this tells Aptitude to
> remove the package.  Then when you are actually ready to do the true
> remove just hit the f10 key and enter on install/uninstall which is the
> top object.  Then you must hit f10 one more time I think this is a
> security feature so you don't actually remove something you don't want
> to remove.  There is also a f for forget package but haven't
> successfully gotten this to work when removing packages.  What this does
> is simply delete the package from the list as long as it is highlighted
> I believe.  I haven't read much of the docs on this it was pretty simple
> to get going so I have been a touch lazzy about reading the docs.On Sun, 8
> Feb 2004, Janina Sajka wrote:
> 
> > How do I get a list of all the packages currently installed on a Debian
> > system? I only want to see what's actually installed at a given moment.
> >
> > Thanks.
> >
> >
> > --
> >
> > Janina Sajka
> > Email: janina@rednote.net
> > Phone: +1 (202) 408-8175
> >
> > Director, Technology Research and Development
> > American Foundation for the Blind (AFB)
> > http://www.afb.org
> >
> > Chair, Accessibility Work Group
> > Free Standards Group
> > http://a11y.org
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Debian Packages Question
     ` Kenny Hitt
@      ` Scott Berry
  0 siblings, 0 replies; 11+ messages in thread
From: Scott Berry @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Right on thanks for the cues.On Sun, 8 Feb 2004, Kenny Hitt wrote:

> Hi.  Forget is used to "forget new packages".  If you run stable, it
> isn't useful for much.  On an unstable system, packages added to Debian
> since the last time you did an apt-get update or an aptitude update show
> up in a new packages group.
> I always make sure to read the screen before I confirm I really want
> aptitude to continue installing or removing packages.  It sometimes does
> unexpected things.  When it decides to remove something important, just
> schrole down to the package name and change it back with + or -
> before I let aptitude continue.  Also, the leter g is a shortcut for
> install/remove.
>
> Hope this helps.
>           Kenny
>
> On Sun, Feb 08, 2004 at 09:38:00AM -0700, Scott Berry wrote:
> > Here is what I do Janina.  I use a program called Aptitude.  In this app
> > you can actually go under installed applications and then pick the
> > particular subcategory like docs electronics or games and then you
> > choose the one you want to remove if you like.  the way to remove the
> > package is to highlight the name of the package with the cursor and then
> > hit the dash key on the top of the keyboard and this tells Aptitude to
> > remove the package.  Then when you are actually ready to do the true
> > remove just hit the f10 key and enter on install/uninstall which is the
> > top object.  Then you must hit f10 one more time I think this is a
> > security feature so you don't actually remove something you don't want
> > to remove.  There is also a f for forget package but haven't
> > successfully gotten this to work when removing packages.  What this does
> > is simply delete the package from the list as long as it is highlighted
> > I believe.  I haven't read much of the docs on this it was pretty simple
> > to get going so I have been a touch lazzy about reading the docs.On Sun, 8
> > Feb 2004, Janina Sajka wrote:
> >
> > > How do I get a list of all the packages currently installed on a Debian
> > > system? I only want to see what's actually installed at a given moment.
> > >
> > > Thanks.
> > >
> > >
> > > --
> > >
> > > Janina Sajka
> > > Email: janina@rednote.net
> > > Phone: +1 (202) 408-8175
> > >
> > > Director, Technology Research and Development
> > > American Foundation for the Blind (AFB)
> > > http://www.afb.org
> > >
> > > Chair, Accessibility Work Group
> > > Free Standards Group
> > > http://a11y.org
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Debian Packages Question
   ` Kirk Reiser
     ` Scott Berry
     ` Terry D. Cudney
@    ` Janina Sajka
  2 siblings, 0 replies; 11+ messages in thread
From: Janina Sajka @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Cool! Thanks, Kirk.

Since this is Debian day, I guess I want to ask one more ...

If I wanted to delete everything relating to X on a particular system,
should I just go after something like XFree and trust apt to also remove
all the dependencies? Or, do I list all the pkgs to remove? Or, is there
a slicker way?


Kirk Reiser writes:
> From: Kirk Reiser <kirk@braille.uwo.ca>
> 
> Hey Janina: dpkg -l will show you everything you have loaded.
> 
>   Kirk
> 
> -- 
> 
> Kirk Reiser				The Computer Braille Facility
> e-mail: kirk@braille.uwo.ca		University of Western Ontario
> phone: (519) 661-3061
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

-- 
	
Janina Sajka
Email: janina@rednote.net		
Phone: +1 (202) 408-8175

Director, Technology Research and Development
American Foundation for the Blind (AFB)
http://www.afb.org

Chair, Accessibility Work Group
Free Standards Group
http://a11y.org


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Debian Packages Question
     ` Terry D. Cudney
       ` Kirk Reiser
@      ` Shaun Oliver
  1 sibling, 0 replies; 11+ messages in thread
From: Shaun Oliver @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

[-- Attachment #1: msg.pgp --]
[-- Type: text/plain, Size: 828 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

in this case apt-cache  is your friend.
the command syhntax is apt-cache search util.
after that use apt-cache show util to have the information about the
package displayed.

- -- 
Shaun Oliver


"I refuse to have a battle of wits with an unarmed person."
email: shaun_oliver@optusnet.com.au
WEB: http://blindman.homelinux.org/
IRC: irc.awesomechat.net:6666
IRCNICK: blindman
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQFAJ0At67hYtcFGIIcRAkZAAJsFzJ72VmU9ea2zfYVMqpyf/FlVWgCdGcDn
+32KrwDSi4XNyq3EE5mMvwU=
=tx/p
-----END PGP SIGNATURE-----

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.



^ permalink raw reply	[flat|nested] 11+ messages in thread

* debian packages question
@  Jude DaShiell
  0 siblings, 0 replies; 11+ messages in thread
From: Jude DaShiell @  UTC (permalink / raw)
  To: speakup

Does any command exist amongst the debian packages commands that can be 
used to do a syntax check on package installation content before package 
installation is tried?  I know how to just download packages but don't 
know if such syntax checking possibilities exist.



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 Debian Packages Question Janina Sajka
 ` Kirk Reiser
   ` Scott Berry
   ` Terry D. Cudney
     ` Kirk Reiser
     ` Shaun Oliver
   ` Janina Sajka
 ` Scott Berry
   ` Kenny Hitt
     ` Scott Berry
 debian packages question Jude DaShiell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).