Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Ok, so whenever I need to install something on YaST now, everything seems to be going well.. the downloading pop-up windows, checking repositories and OSS cache and things like that...
Then after a little while suddenly everything stops and a window pops up saying "Error" with a little red sign with a white dash icon.
Beneath is a blank white box where details should probably be listed, but they're not. It's always empty.
It just says Error and I have no idea why.
What if you try to install from the command line using zypper? First you can see if you get errors as well (in this case the problem is related to the package management in general and not only to Yast) then most likely it is more verbose about what is going on. You can start from a basic command like
Code:
zypper info coreutils
this will simply look for information about the coreutils package, reading all the repository caches. Or eventually try to install a little package using
What if you try to install from the command line using zypper? First you can see if you get errors as well (in this case the problem is related to the package management in general and not only to Yast) then most likely it is more verbose about what is going on. You can start from a basic command like
Code:
zypper info coreutils
this will simply look for information about the coreutils package, reading all the repository caches. Or eventually try to install a little package using
Code:
zypper install <package>
please, post error messages here, if any.
Code:
Information for package coreutils:
Repository: openSUSE-10.3-OSS-Gnome 10.3
Name: coreutils
Version: 6.9-43
Arch: i586
Installed: Yes
Status: up-to-date
Installed Size: 7.4 M
Summary: GNU Core Utilities
Description:
<!-- DT:Rich -->
<p>Basic file, shell, and text manipulation utilities. The package contains the following programs:
</p><p>
basename cat chgrp chmod chown chroot cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr factor false fmt fold install groups head id join kill link ln logname ls md5sum mkdir mkfifo mknod mv nice nl nohup od paste pathchk pinky pr printenv printf ptx pwd readlink rm rmdir seq sha1sum shred sleep sort split stat stty su sum sync tac tail tee test touch tr true tsort tty uname unexpand uniq unlink uptime users vdir wc who whoami yes
</p>
Well... package <package> obviously is not found! When you see a string embedded in < > signs when you receive instructions, usually you have to choose an item by yourself (in this case you had to specify any package of your choice). Anyway, it looks like there is no problem with the package management itself. Any error message in the log files, after trying with Yast?
Well... package <package> obviously is not found! When you see a string embedded in < > signs when you receive instructions, usually you have to choose an item by yourself (in this case you had to specify any package of your choice). Anyway, it looks like there is no problem with the package management itself. Any error message in the log files, after trying with Yast?
I know what you meant.
I put <package> in place of the actual package I tried to install.
No, no error message.
There was just the pop-up window itself, no details after that.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.