Installed (32-bit) from the OpenSuSE beta3 CDs (gave me a pretentious splash screen). Found that the 10.0 'base' apt depository was already accessible. Upgraded (with apt) a whole bunch of packages (gave me the normal splash screen). My experience with 9.3 was relatively "rough" throughout. So far with 10.0 it's been "very smooth". mikus
Mikus Grinbergs wrote:
Installed (32-bit) from the OpenSuSE beta3 CDs (gave me a pretentious splash screen). Found that the 10.0 'base' apt depository was already accessible. Upgraded (with apt) a whole bunch of packages (gave me the normal splash screen).
My experience with 9.3 was relatively "rough" throughout. So far with 10.0 it's been "very smooth".
mikus
How can you use apt with SuSE, can you hive me a HOWTO link? Thanks! Bye Godzzo
On Saturday 17 September 2005 08:00, testerlnx@freemail.hu wrote:
How can you use apt with SuSE, can you hive me a HOWTO link? Thanks!
Bye Godzzo
go to susewiki.com. There is HowTo section -- Get Firefox http://www.spreadfirefox.com/?q=affiliates&id=10745&t=85
Sunny wrote:
On Saturday 17 September 2005 08:00, testerlnx@freemail.hu wrote:
How can you use apt with SuSE, can you hive me a HOWTO link? Thanks!
Bye Godzzo
go to susewiki.com. There is HowTo section
opensuse.com ? jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
Sunny wrote:
On Saturday 17 September 2005 08:00, testerlnx@freemail.hu wrote:
How can you use apt with SuSE, can you hive me a HOWTO link? Thanks!
Bye Godzzo
go to susewiki.com. There is HowTo section
Thanks! (http://www.susewiki.org/index.php?title=Apt_on_SuSe_9.3_X86_i586)
On Saturday 17 September 2005 06:00, testerlnx@freemail.hu wrote:
Mikus Grinbergs wrote:
Installed (32-bit) from the OpenSuSE beta3 CDs (gave me a pretentious splash screen). Found that the 10.0 'base' apt depository was already accessible. Upgraded (with apt) a whole bunch of packages (gave me the normal splash screen).
My experience with 9.3 was relatively "rough" throughout. So far with 10.0 it's been "very smooth".
mikus
How can you use apt with SuSE, can you hive me a HOWTO link? Thanks!
Bye Godzzo
save this text as a file, make it executable, replace /home/mark with /home/whoeveryouare, then execute it as root. <BEGIN> #! /bin/bash # # `taffconfig.apt4suse` version 20050908 # Copyright (c) 2005 Mark A. Taff <marktaff@comcast.net>, GPL v2 # # This script downloads, installs, configures apt4suse # ###### # Source taffconfiglib functions TAFFCONFIGLIB=./taffconfiglib test -f $TAFFCONFIGLIB && . $TAFFCONFIGLIB # First, let's get latest version of install apt4suse rpm... if [ ! -d /home/mark/Documents/src ] then mkdir /home/mark/Documents/src fi cd /home/mark/Documents/src wget -N http://linux01.gwdg.de/~scorot/install-apt4suse.rpm sleep 2; # Install the install rpm... if [ -e /home/mark/Documents/src/install-apt4suse.rpm ] then rpm -Uvh /home/mark/Documents/src/install-apt4suse.rpm # bug.. sudo not working -- run as root fi sleep 2; # Now run it to install apt... if [ -e /usr/bin/install-apt4suse -a -x /usr/bin/install-apt4suse ] then install-apt4suse # bug.. sudo not working -- run as root fi # Update package list apt-get update sleep 2; # Install/Update all rpm keys as required... for key in `apt search rpmkey | awk -F " - " '{ print $1 }'` do apt --no-checksig --no-post install $key done <END> -- Mark A. Taff With sufficient thrust, pigs fly just fine. --RFC 1925
participants (5)
-
jdd sur free
-
Mark A. Taff
-
mikus@bga.com
-
Sunny
-
testerlnx@freemail.hu