PDA

View Full Version : Updateing HDD install version?



ghetto_blaster
06-28-2004, 06:12 AM
How should i update (security fixes etc...) on newest knoppix version(3.4)?
Is it safe to update it with command "apt-get update" or is there other way to update patches/fixes on knoppix hdd install?

And what is the difference between apt-get update and apt-get upgrade?

karl
06-30-2004, 05:12 PM
I'm extremely new to Knoppix too, so I'll help you the best I can.

What I've done is I've edited my sources.list file, and commented out all of the unstable / testing sources, because that way it's that little bit safer, and if you require an unstable package that you can't find online and compile yourself anyway, you can always uncomment it.

Apt-get update fetches a list of available packages using your sources.list file as a guide of which servers to check. It then caches these for you to browse at your leisure. For example, if you're after MPlayer, you should do "apt-cache search mplayer", and apt will return a list of available packages from those servers that you have cached that match that string.

Apt-get upgrade automatically ugprades any packages you have on your system that are older than those on the servers again pointed to by the sources.list file. If you have unstable sources and upgrade, you're asking for trouble in my opinion.

There's a tutorial on apt-get / dpkg as a sticky at the top of the HDD-install forum if you still have questions. If you can't find anything in there, then ask away. :)

By the way, your sources.list file will be in /etc/apt/

Cheers,

Karl.

exterm
06-30-2004, 05:23 PM
Easiest way to see and update is use Synaptic

Just grab Synaptic with a apt-get install synaptic

Then go from there. It makes it a whole lot easier to decide on how
and what to update and upgrade

ghetto_blaster
07-01-2004, 06:26 AM
I will also try that Synaptic. I have used before YUM. It was pretty easy and good update program.

Thanks again for the help.