R
Ruel Smith
David said:You are quite right and I don't know why my head spun it backwards. I
meant, as you mention below, Slackware. All the more funny because I just
finished installing Suse 9.2 (my first shot at it) and it's light years
ahead of distributions like Debian in that regard.
I haven't tried SuSE 9.2. I have 9.1, but I'm currently using Mandrake. One
newsgroup you want to visit is alt.os.linux.suse. There you'll finde Kevin
Nathan and Michael J. Tobbler very helpful. Tobbler has actually written
books on Linux. Give them my regards...
I thought Yast was supposed to resolve dependencies. It acts like it is.
Are you saying it tries but doesn't get it right?
I haven't used 9.2, but as of 9.1, you still get dependency errors in SuSE.
Most SuSE users install and use Apt. You can find out more abour it here:
http://linux01.gwdg.de/apt4rpm/home.html
Basically, you need to install Lua and 2 rpms for Apt. Then, you have to
edit your apt.sources file. I can't remember what directory its located in,
but basically you'll replace that file with one available on the website
given. The file that gets installed has only basic sources. If you want
everything to be upgradable, you need to add sources via replacing it with
the website's file. You'll have to edit the one from the website, as
they'll be sources to unstable releases and the kernel. If you upgrade the
kernel, you have to reconfigure Grub to find the new kernel. It's actually
only a couple of steps, but I'd rather not as kernel upgrades can go
haywire. Therefore, delete any references in your sources file that are
followed by "-unstable" and "kernel of the day".
Then, you'll have a commandline Apt. Open a console, "su" to root status,
and type "apt update". That'll update your sources. Now, you can install
anything you want. The first thing you'll want to install is Synaptic. Type
"apt install synaptic". Once that's installed, you now have a GUI to use
with Apt. From the KDE or Gnome menu, find Synaptic and launch it. Now you
can see what's available and choose what to upgrade. If you're running GPG,
you may run into some errors. You have to turn off GPG checking in one of
the Apt files in the same directory as your sources.
Once you're up and running, you can upgrade your entire system simply by
opening a console, getting root priv's, and typing "apt update" an "apt
upgrade". It'll upgrade every application on your system. One note of
caution: If it wants to update the entire Gnome or KDE, you need to not be
in that environment as it can cause problems. It'll ask you to verify once
it tells you what packages will get upgraded, so you won't be screwed after
you type those commands. You'll want to type 'init 3' to get out of the GUI
altogether first. Then type "init 5" when you're done.
Btw, since you apparently use Suse, how the heck do you get themes to work
in KDE? I install them through Yast and... well... and? They aren't
available in the KDE theme manager (nothing is there, AT ALL, not even
'default' like I normally see) and even when I locate the .themerc files
it says they ain't.
I USED to run SuSE. I actually like it best, but this computer likes
Mandrake better. Actually, I wish I could combine them both into one
SuperLinux...

alt.os.linux.suse. Before you ask, please Google your questions in
groups.google.com. Everyone hates answering questions that have already
been asked.