How do you know what app is available from where, and by what name?
Mauricio Hernandez Z.
mhz.chile at gmail.com
Tue Dec 13 15:16:10 UTC 2005
On Tue, 2005-12-13 at 08:42 -0600, Wade Smart wrote:
> 12132005 0837 GMT-5
>
> Im still not clear on some things with Linux.
> Lets start with this: I like to use Opera sometimes instead of Firefox
> so, I want to download it. But since its not in Synaptic, I do sudo
> apt-get install opera. I receive a message saying its not available by
> that name.
>
> How do you know know what the application you want is named as? Is it
> named as opera and the version number? Or some other scheme?
>
> How do you learn about that?
Wade,
I usually use command line instead of synaptic but it works either way.
To make sure ATP (synaptic, too) is getting the info you need, you first
need to edit /etc/apt/source.list file. I comment the line regarding to
CDrom and uncomment the universe lines and create a set of multiverse
lines (just copy paste the universe lines and replace the word for
multiverse)
After that,
$ apt-get update
$ apt-cache search opera -> will present you with similar/related
packages
$ apt-cache show opera -> This shows info specific to 'opera'.
'opera' = the package shown by by the previous command, of course.
$ apt-get install opera -> of course, 'opera'= the package or packages
you want to install
Anyways, once your edited /etc/apt/source.list is saved, Synaptic should
provide same info that APT.
--
Cordialmente,
Mauricio Hernandez Z.
(56+8)7496071
(56+2)3129513
Edubuntu Chile
www.tecnocimiento.cl/EdubuntuChile
irc.freenode.net | #edubuntu #edubuntu-es
[I dream of things that never were and say 'Why Not?']
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20051213/9eea2449/attachment.sig>
More information about the ubuntu-users
mailing list