search / select package to load with Yast/Yast2
Folks, I know I did this once, but I just cannot remember how I stumbled on this before. How do I tell yast/yast2 what specific package I want to install on an existing installation? How can I search for a given package name and get a list of matches and pick the one(s) I want to install? I sure is NOT intuitive how to do this with Yast/Yast2! Thanks for your help. Babu __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com
Under YAST it's extraordinarily intuitive to do. Goto package management - sounds perfectly logical to me. Then lets see what we have available Load configuration - Not a good choice Save configuration - Got nothing to save Change/create configuration - we are looking for something specific Package Information - DING DING DING - we've got a possible winner - and look - it's actually the right choice!!!!! Install Packages - another possibility Delete Packages - NOPE Now even if one takes a view that the term "Package Information" might be slightly non-intuitive - you've only got 6 choices at hand - one should really be able to look thru 6 different choices and find the correct one even if they are labeled A,B,C,D,E and F. John W Higgins john@wishdev.com -----Original Message----- From: babu walad [mailto:vyav@yahoo.com] Sent: Tuesday, October 30, 2001 5:12 PM To: suse-linux-e@suse.com Subject: [SLE] search / select package to load with Yast/Yast2 Folks, I know I did this once, but I just cannot remember how I stumbled on this before. How do I tell yast/yast2 what specific package I want to install on an existing installation? How can I search for a given package name and get a list of matches and pick the one(s) I want to install? I sure is NOT intuitive how to do this with Yast/Yast2! Thanks for your help. Babu __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq and the archives at http://lists.suse.com
I disagree. I've already been through that option and it is used for installing package PATCHES. Furthermore, in the choice for source, you are given options for: ftp, source medium (greyed out), directory, floppy. Let's see, I have 7.1 distro CDs I want to install from. Let's see, CD is not ftp, CD is not directory, CD is not floppy, CD *might* be source medium BUT IT IS GREYED OUT Gee, no choices left. No, I don't think it is intuitive. If anybody has the answer how to search and install a particular package off the distro CDs please let me know. Thanks, Babu --- John W Higgins <john@wishdev.com> wrote:
Under YAST it's extraordinarily intuitive to do.
Goto package management - sounds perfectly logical to me.
Then lets see what we have available
Load configuration - Not a good choice Save configuration - Got nothing to save Change/create configuration - we are looking for something specific Package Information - DING DING DING - we've got a possible winner - and look - it's actually the right choice!!!!! Install Packages - another possibility Delete Packages - NOPE
Now even if one takes a view that the term "Package Information" might be slightly non-intuitive - you've only got 6 choices at hand - one should really be able to look thru 6 different choices and find the correct one even if they are labeled A,B,C,D,E and F.
John W Higgins john@wishdev.com
-----Original Message----- From: babu walad [mailto:vyav@yahoo.com] Sent: Tuesday, October 30, 2001 5:12 PM To: suse-linux-e@suse.com Subject: [SLE] search / select package to load with Yast/Yast2
Folks,
I know I did this once, but I just cannot remember how I stumbled on this before. How do I tell yast/yast2 what specific package I want to install on an existing installation? How can I search for a given package name and get a list of matches and pick the one(s) I want to install?
I sure is NOT intuitive how to do this with Yast/Yast2!
Thanks for your help.
Babu
__________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq and the archives at http://lists.suse.com
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq and the archives at http://lists.suse.com
__________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com
Hi Babu, @ 11:41:26 AM on 10/31/01, babu walad wrote:
If anybody has the answer how to search and install a particular package off the distro CDs please let me know.
I'm absolutely not trying to be "smart" or sarcastic here.. What's wrong with just doing something like this? $ su $ cd && mount /dev/cdrom $ updatedb $ locate [guess-at-package-name] | grep cdrom If you see an interesting package, just do $ less /media/cdrom/path/to/package.rpm And read about it. That's usually what I do. If you go to install it, it should let you know what its dependencies are if needed. If it's already installed, it'll tell you when you go to install it with rpm -i (or you can `rpm -qa | less' and look around). -- -Brian Clark | PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list replies.
Brian Clark writes:
Hi Babu,
@ 11:41:26 AM on 10/31/01, babu walad wrote:
If anybody has the answer how to search and install a particular package off the distro CDs please let me know.
I'm absolutely not trying to be "smart" or sarcastic here..
What's wrong with just doing something like this?
$ su $ cd && mount /dev/cdrom $ updatedb $ locate [guess-at-package-name] | grep cdrom
If you see an interesting package, just do
$ less /media/cdrom/path/to/package.rpm
And read about it. That's usually what I do.
If you go to install it, it should let you know what its dependencies are if needed. If it's already installed, it'll tell you when you go to install it with rpm -i (or you can `rpm -qa | less' and look around).
Unfortunately this will not make its way into the Yast list of installed packages. I install, upgrade all of my rpms using rpm, not yast. But it is because of ignorance and being frustrated using yast's (1 or 2) package management.
-- -Brian Clark | PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list replies.
On Wed, Oct 31, 2001 at 08:41:26AM -0800, babu walad wrote:
I disagree.
I've already been through that option and it is used for installing package PATCHES. Furthermore, in the choice for source, you are given options for: ftp, source medium (greyed out), directory, floppy.
You are probably looking at a different option. Start yast, select Package Management, then select Package Information. You'll get just one field to fill out with information you're searching for.
Let's see, I have 7.1 distro CDs I want to install from.
Let's see, CD is not ftp, CD is not directory, CD is not floppy, CD *might* be source medium BUT IT IS GREYED OUT
Gee, no choices left.
Did you select Install Packages instead of Package Information?
No, I don't think it is intuitive.
Well, it's difficult to argue about such topics. Different people have different ideas about "logical" and "intuitive", and this is quite normal.
If anybody has the answer how to search and install a particular package off the distro CDs please let me know.
OK, let me provide step-by-step instructions. Insert CD1, start yast. Select Package Management (Update, Installation, Queries) Select Package information from the next menu Press F9 to select install media (this step may seem not logical) Type information you're looking for and press Enter or F5 YaST will search install media and system and return a list of packages which contain the file, library, etc, whatever you are searching. Then you may select the package (if it is not installed) and press F10 to install it. That's it. Regards, -Kastus
Thanks,
Babu
Ok, we will spell it out yet again YAST Package Management Package Information Hit F9 to include the install media in your search Type in your search Press Enter Wait while the search is running Find the package if it is available Press the space bar to select the package - an X will appear on your screen in the [ ] area in front of your package Press F10 to install package - it may drop you back to the main Package Management screen without installing - in that case just hit Start Installation to install your package. I don't see a non intuitive piece to that puzzle John W Higgins john@wishdev.com P.S. You were looking in the Install Packages option which by the way would work as well. You forgot that when you MOUNT your CD it becomes part of your directory tree making Directory a very good option to use the CD. The install packages option is not meant generally for grabbing files from the CD installation media. It's meant for packages that you have download or wish to download. And patches is not what it applies - it applies full packages to the system. -----Original Message----- From: babu walad [mailto:vyav@yahoo.com] Sent: Wednesday, October 31, 2001 8:41 AM To: John W Higgins; suse-linux-e@suse.com Subject: RE: [SLE] search / select package to load with Yast/Yast2 I disagree. I've already been through that option and it is used for installing package PATCHES. Furthermore, in the choice for source, you are given options for: ftp, source medium (greyed out), directory, floppy. Let's see, I have 7.1 distro CDs I want to install from. Let's see, CD is not ftp, CD is not directory, CD is not floppy, CD *might* be source medium BUT IT IS GREYED OUT Gee, no choices left. No, I don't think it is intuitive. If anybody has the answer how to search and install a particular package off the distro CDs please let me know. Thanks, Babu --- John W Higgins <john@wishdev.com> wrote:
Under YAST it's extraordinarily intuitive to do.
Goto package management - sounds perfectly logical to me.
Then lets see what we have available
Load configuration - Not a good choice Save configuration - Got nothing to save Change/create configuration - we are looking for something specific Package Information - DING DING DING - we've got a possible winner - and look - it's actually the right choice!!!!! Install Packages - another possibility Delete Packages - NOPE
Now even if one takes a view that the term "Package Information" might be slightly non-intuitive - you've only got 6 choices at hand - one should really be able to look thru 6 different choices and find the correct one even if they are labeled A,B,C,D,E and F.
John W Higgins john@wishdev.com
-----Original Message----- From: babu walad [mailto:vyav@yahoo.com] Sent: Tuesday, October 30, 2001 5:12 PM To: suse-linux-e@suse.com Subject: [SLE] search / select package to load with Yast/Yast2
Folks,
I know I did this once, but I just cannot remember how I stumbled on this before. How do I tell yast/yast2 what specific package I want to install on an existing installation? How can I search for a given package name and get a list of matches and pick the one(s) I want to install?
I sure is NOT intuitive how to do this with Yast/Yast2!
Thanks for your help.
Babu
__________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq and the archives at http://lists.suse.com
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq and the archives at http://lists.suse.com
__________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq and the archives at http://lists.suse.com
Hello all, In an "out of the box" Suse 7.2 i'm trying to view some samba shares, in a WinNT domain, with WinNT and Win2k workstations. I can view the computer in "my network places" but when i try to browse for shares, i get a "you are not authorized to logon from this workstation" message.. Below is my /etc/smb.conf file... any suggestions ? cleopatra:~ # smbd -V Version 2.2.0 [global] server string = Cleopatra - Samba Server workgroup = SAE guest account = nobody keep alive = 30 os level = 2 kernel oplocks = false security = user available = yes browseable = yes ; encrypt passwords = yes printing = bsd printcap name = /etc/printcap load printers = no socket options = TCP_NODELAY ; map to guest = Bad User wins support = no wins server = xx.xx.xx.xx [homes] comment = home-directory browseable = no read only = no create mode = 0750 [cdrom] comment = Linux CD-ROM path = /cdrom read only = yes locking = no [printers] comment = All Printers browseable = no printable = yes public = no read only = yes create mode = 0700 directory = /tmp [tmp] comment = Temporary file space path = /tmp read only = no public = yes browseable = yes -- Best regards, George george@michalopoulos.gr Tel: +30 31 0888448 Fax: +30 31 0848770 VideoPhone:+30 31 0888447 I've set up my Wish Lists at Amazon.com and Amazon.co.uk. If you're ever feeling generous and fancy splashing out on a present for me, here's where to go to find something you know I'll love. PS. Have I told you lately how much I admire and respect you? Seems like a good time to do that. ;-) To view my Wish Lists, click on the links below. http://www.amazon.com/exec/obidos/wishlist/257PYFNXCHPVH/ref=wl_em_to?add-fa...
On Wednesday 31 October 2001 1:59 am, George A. Michalopoulos wrote:
In an "out of the box" Suse 7.2 i'm trying to view some samba shares, in a WinNT domain, with WinNT and Win2k workstations. I can view the computer in "my network places" but when i try to browse for shares, i get a "you are not authorized to logon from this workstation" message..
Windows NT (and later win9x) use encrypted passwords. You have adopted the default Samba setting: plain-text password along with user name. The Samba server will verify the username/password pair with /etc/password. You need to do one of two things: 1. Enable plain text password in Windows NT; or 2. Enable encypted passwords in Samba. I can advice on this later once you've made the choice (#2 recommended). I'm assuming that you have created /home accounts on your Linux box that match the username/password pair on Windows NT. M -- Martin Webster <mwebster@ntlworld.com> Registered Linux User #230322 http://homepage.ntlworld.com/spider-monkey/ Try my Wiki? http://homepage.ntlworld.com/spider-monkey/wiki.html
Hello All, i'm trying to install a 3rd party package (neomail-1.25), but when i run the configuration script, it asks for an updated version of CGI.pm Checking for up-to-date CGI.pm... Your CGI.pm is outdated. You have version 2.56, while NeoMail requires at least 2.72. i suppose this is part of the perl package... how can i upgrade my perl, i have no physical access to this box, i have to do this from Internet... thank you in advance, -- Best regards, George george@michalopoulos.gr Tel: +30 31 0888448 Fax: +30 31 0848770 VideoPhone:+30 31 0888447 I've set up my Wish Lists at Amazon.com and Amazon.co.uk. If you're ever feeling generous and fancy splashing out on a present for me, here's where to go to find something you know I'll love. PS. Have I told you lately how much I admire and respect you? Seems like a good time to do that. ;-) To view my Wish Lists, click on the links below. http://www.amazon.com/exec/obidos/wishlist/257PYFNXCHPVH/ref=wl_em_to?add-fa...
On Thursday 01 November 2001 6:41 pm, George A. Michalopoulos wrote:
i'm trying to install a 3rd party package (neomail-1.25), but when i run the configuration script, it asks for an updated version of CGI.pm
Checking for up-to-date CGI.pm... Your CGI.pm is outdated. You have version 2.56, while NeoMail requires at least 2.72.
i suppose this is part of the perl package... how can i upgrade my perl, i have no physical access to this box, i have to do this from Internet...
This is a Perl library (where CGI objects handle POST and GET) Check out http://stein.cshl.org/WWW/software/CGI/#installation. M -- Martin Webster <mwebster@ntlworld.com> Registered Linux User #230322 http://homepage.ntlworld.com/spider-monkey/ Try my Wiki? http://homepage.ntlworld.com/spider-monkey/wiki.html
George, If you can ssh into the box, then see if wget is loaded up, or use cpan. See http://www.cpan.org/ Also http://www.cpan.org/misc/cpan-faq.html#Where_Perl_source_code /Dee -----Original Message----- From: George A. Michalopoulos [mailto:george@michalopoulos.gr] Sent: Thursday, November 01, 2001 9:41 AM To: suse-linux-e@suse.com Subject: [SLE] Suse 7.2 + Perl upgrade Hello All, i'm trying to install a 3rd party package (neomail-1.25), but when i run the configuration script, it asks for an updated version of CGI.pm Checking for up-to-date CGI.pm... Your CGI.pm is outdated. You have version 2.56, while NeoMail requires at least 2.72. i suppose this is part of the perl package... how can i upgrade my perl, i have no physical access to this box, i have to do this from Internet... thank you in advance,
Hello All, Once again i'm trying to install a 3rd party package (freevsd-1.4.9-2), but when i'm trying to compile the package, i get the following error: gcc -I. -I.. -I../.. -I. -I./../../../libvsd -g -O2 -c domain.c domain.c: In function `domain_delete': domain.c:409: `BIND_EXCL_DB' undeclared (first use in this function) domain.c:409: (Each undeclared identifier is reported only once domain.c:409: for each function it appears in.) domain.c:419: `BIND_DB' undeclared (first use in this function) domain.c: In function `domain_add': domain.c:588: `BIND_EXCL_DB' undeclared (first use in this function) domain.c:596: `BIND_DB' undeclared (first use in this function) domain.c: In function `domain_modify': domain.c:1019: `BIND_EXCL_DB' undeclared (first use in this function) make[2]: *** [domain.o] Error 1 make[2]: Leaving directory `/usr/local/src/freevsd-1.4.9-2/src/vsd/modules/mod_bind' make[1]: *** [all-modules] Error 1 make[1]: Leaving directory `/usr/local/src/freevsd-1.4.9-2/src/vsd' make: *** [all-subdirs] Error 1 can anyone help me with this ? which package i forgot this time ? ;) -- Best regards, George george@michalopoulos.gr Tel: +30 31 0888448 Fax: +30 31 0848770 VideoPhone:+30 31 0888447 I've set up my Wish Lists at Amazon.com and Amazon.co.uk. If you're ever feeling generous and fancy splashing out on a present for me, here's where to go to find something you know I'll love. PS. Have I told you lately how much I admire and respect you? Seems like a good time to do that. ;-) To view my Wish Lists, click on the links below. http://www.amazon.com/exec/obidos/wishlist/257PYFNXCHPVH/ref=wl_em_to?add-fa...
On Wednesday 31 October 2001 1:11 am, babu walad wrote:
I know I did this once, but I just cannot remember how I stumbled on this before. How do I tell yast/yast2 what specific package I want to install on an existing installation? How can I search for a given package name and get a list of matches and pick the one(s) I want to install?
I sure is NOT intuitive how to do this with Yast/Yast2!
YaST2->Software->Install/Remove Software->Search Enter search string, check desired search options, wait a second or two and then double-click on items if you want to install them. Click 'Apply' to sort out dependencies. You will then be prompted for the appropriate CD. M -- Martin Webster <mwebster@ntlworld.com> Registered Linux User #230322 http://homepage.ntlworld.com/spider-monkey/ Try my Wiki? http://homepage.ntlworld.com/spider-monkey/wiki.html
participants (8)
-
babu walad
-
Brian Clark
-
George A. Michalopoulos
-
Jesse Marlin
-
John W Higgins
-
Konstantin (Kastus) Shchuka
-
Martin Webster
-
W.D.McKinney