Sunday, February 12, 2006

apt-get update

APT is included in SUSE 10.0. Use YaST to install required packages. Once APT installed, you need to edit /etc/apt/sources.list, which contains a list of all package repositories. To start with, you can download an example sources.list for SUSE 10.0, i386. After the installation, use apt-get update to fetch a list of all available packages. apt-get -f install can be used to resolve all dependencies.
more