SUSE Linux Enterprise Server 10 SP4 - Where is the official package repository?

3

0

I'd like to install nano on a virtual machine installed with SUSE Linux Enterprise Server 10 SP4. There are no package repositories defined in YaST. What repo URL should I use? I can't find any on the web.

Thank you for your help.

kol

Posted 2016-01-18T09:35:49.527

Reputation: 93

Hmm. "SUSE Linux Enterprise Server and openSUSE use zypper for package management and YaST for system administration." from Package and System Management Tools for SUSE Linux Enterprise Server and openSUSE

– DavidPostill – 2016-01-20T16:04:55.100

SDB:Zypper usage: "This article is about how to use Zypper, the command line package manager using the Libzypp library for installing, updating and removing packages as well as for managing repositories. It is especially useful for accomplishing remote software management tasks or managing software from shell scripts. " – DavidPostill – 2016-01-20T16:08:34.883

Answers

4

I don't know of a repository for this version, but it is still possible to download an ISO.

The name of the ISO is SLES-10-SP4-DVD-i386-GM-DVD1.iso for the i386 version, or SLES-10-SP4-DVD-x86_64-GM-DVD1.iso for the x86_64 version.

Here are a couple of download links that I found using Google :

harrymc

Posted 2016-01-18T09:35:49.527

Reputation: 306 093

It's sad that these files cannot be downloaded from http://www.suse.com anymore... Thanks for the links. I needed the 64-bit version, so I downloaded the second one. I found the MD5 hash of the iso on the web, so I could test it and it was OK. Unfortunately, I could not find nano, only vi and joe were available in the iso.

– kol – 2016-01-21T13:21:38.583

Nano can be installed from scratch.

– harrymc – 2016-01-21T13:31:04.417

I tried it but make fails with nano.h:93:20: error: curses.h: No such file or directory. – kol – 2016-01-21T14:37:42.840

Perhaps nano-2.0.6 worked once.

– harrymc – 2016-01-21T15:01:02.077

I solved it... Using a "version bisection method", I quickly found that the latest rpm which could be installed without problems was 2.1.7. So I did wget http://www.nano-editor.org/dist/v2.1/RPMS/nano-2.1.7-1.x86_64.rpm and then sudo rpm -i nano-2.1.7-1.x86_64.rpm. – kol – 2016-01-21T15:10:52.027

Link for SLES 10 SP2 i386: ftp://ftp.okhysing.is/suse/SLES-10-SP2-DVD-i386-GM-DVD1.iso – Joril – 2017-03-22T11:06:24.353