newbie query

R. Wood au516 at freenet.carleton.ca
Wed Jan 31 17:03:53 UTC 2007


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

Allegedly, on Wed, Jan 31, 2007 at 09:30:19AM -0500, Don Kelly stated:
> On 1/31/07, Brian wrote:
> > hello
> > i tried the following commands and got these errors :::
> >
> > $ sudo dpkg -i ymessenger_1.0.4_1_i386
> 
> You need to use the full filename on the command line
> (ymessenger_1.0.4_1_i386.deb).  So the command should be "sudo dpkg -i
> ymessenger_1.0.4_1_i386.deb".  The linux command line (bash) will
> auto-complete filenames if you press the Tab key.

Yep.  And another approach would be to open a terminal window
(Applications>Accessories>Terminal, from memory) and type
  sudo -i
then give your password.  The shell prompt symbol should change from
  $
to
  #
indicating that you are now 'root', or the 'superuser' who has full
system privileges.  Once you are at a root prompt, 'sudo' is no longer
needed.

> > and then, i right clicked the file as it is in the desktop window
> > and then got this message :::
> >
> > Error: Dependancy is not satisfiable: libgdk-pixbuf2
>
> You can try "apt-get install libgdk-pixbuf2" to install that package.
> Or, you can search for it using Synaptic (a GUI package manager).
> Synaptic is available from the "System" menu.
> 
> Don Kelly/

You can also do a CLI search by keyword using something like:
  apt-cache search libgdk-pixbuf2
This should reveal which packages (if any) contain the search term in
their package description.  You can then install the missing
dependencies with the Synaptic GUI tool, or else
  sudo apt-get install packagename
on the CLI.

One of the cool things about Synaptic and apt-get is that they
*automatically* satisfy missing dependencies, instead of you having to
manually find and install other packages  :-)

HTH,
Have Fun with GNU/Linux,
Raymond
- -- 
"Be Nice, or Leave - By Order of the Management"
(Sign above door, Black Sheep Inn, Wakefield)
GPG Fingerprint: 2E4D 8605 DD48 E80F F893  1C02 B65D 86D9 3B3C 0E03
Encrypted E-mail Preferred  |  http://www.yeeguy.com/freefall/
Bush-whacked 2004! Try to relax and enjoy the Chaos :-)  --^
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFwMvwtl2G2Ts8DgMRAs3ZAJ9Tq3/wwroUOv/yNVR2uSJ9DTOGAgCfX+3o
Am+zrJtRPaKDy5OMtCTRwvE=
=dJbY
-----END PGP SIGNATURE-----




More information about the ubuntu-ca mailing list