Monday, December 11, 2006

» smart-beta-0.50rc1 (r839) is now smart-0.49.1

With the channel modifications needed to support SUSE 10.2 (the repository layout changed yet again, but this time for the better), I decided to package the current 0.50rc1 beta version of smart as stable (smart-0.49.1-10). Point is, 0.50rc1 is way better than 0.42 ;) If you have smart-beta installed, an upgrade to smart-0.49.1 should be easy (smart install smart, which should uninstall smart-beta). If you run into your favorite package manager not wanting to upgrade because it would break dependencies, just uninstall any of smart-beta-gui, smart-beta-addons, smart-beta-ksmarttray and smart-beta-debuginfo (if they're installed). The following shell snippet should do the trick:
REMOVE=""
for pkg in gui addons ksmarttray debuginfo; do
   rpm -q "$pkg" && REMOVE="$REMOVE $pkg"
done
[ -n "${REMOVE# }" ] && su -c "rpm -e $REMOVE"
Once you've done that, upgrade smart-beta to smart:
smart update && smart install smart
And finally, install additional subpackages as you wish, e.g.:
smart update --yes
smart install smart-{gui,addons,ksmarttray}

1 Comments:

Anonymous Anonymous said...

I am new to SMART and had just installed SMART, downloaded from GURU.

However, I got the following error message when updating:

Failed acquiring information for 'SUSE Linux extra proprietary packages':
http://ftp.belnet.be/mirrors/ftp.suse.com/.../media.1/media: (104, 'Connection reset by peer')

Failed acquiring information for 'SUSE 10.1 Add-On Repository with non-OSS Packages':
http://download.opensuse.org/distribution/.../media.1/media: (104, 'Connection reset by peer')

Failed acquiring information for 'Guru 3rd party package repository':
http://ftp.gwdg.de/pub/linux/misc/suser-gu.../media.1/media: (104, 'Connection reset by peer')

Failed acquiring information for 'SUSE 10.1 Repository':
http://download.opensuse.org/distribution/.../media.1/media: (104, 'Connection reset by peer')

Failed acquiring release file for 'Packman 3rd Party Package Repository':
http://packman.inode.at/suse/10.1/repodata/repomd.xml: (104, 'Connection reset by peer')

Failed acquiring release file for 'Guru smart repository':
http://ftp.gwdg.de/pub/linux/misc/suser-gu...ata/repomd.xml: (104, 'Connection reset by peer')

Any idea what went wrong?

04:03  

Post a Comment

<< Home