On Wed, May 30, 2001 at 12:04:01PM +0100, Ian Lee wrote: > Why does KDE for potato, depend on libssl096? > libssl096 is in woody and sid not potato (according to debian package search).
helli-phyno... > has anybody got KDE to work in potato? if so could the apt lines please. # security stuff for potato deb http://security.debian.org/debian-security potato/updates main contrib non-free deb http://security.debian.org/debian-non-US potato/non-US main contrib non-free deb http://security.debian.org potato/updates main contrib non-free # kde stuff for potato deb http://kde.rap.ucar.edu stable main crypto optional qt1apps deb http://ftp.sourceForge.net/pub/mirrors/kde/stable/latest/distribution/deb stable main -- DEBIAN NEWBIE TIP #22 from Will Trillich <[EMAIL PROTECTED]> : SECURITY-CONSCIOUS? Good! Here's how you can use apt-get to keep your system up-to-date with the latest security patches: in /etc/apt/sources.list include these lines-- deb http://security.debian.org/debian-security potato/updates main contrib non-free deb http://security.debian.org/debian-non-US potato/non-US main contrib non-free deb http://security.debian.org potato/updates main contrib non-free Thereafter, a quick "apt-get update && apt-get upgrade" is all you need to keep the gremlins at bay. Also see http://newbieDoc.sourceForge.net/ ...