Installing packages on SLES-12 : No provider found

Hi ,

I was trying to install below packages on my SLES-12 machine :

  1. ~/docker-wordpress> sudo zypper in mysql-server
    Loading repository data…
    Reading installed packages…
    ‘mysql-server’ not found in package names. Trying capabilities.
    No provider of ‘mysql-server’ found.
    Resolving package dependencies…
    Nothing to do.

  2. docker-wordpress> sudo zypper in libapache2-mod-php5
    Loading repository data…
    Reading installed packages…
    ‘libapache2-mod-php5’ not found in package names. Trying capabilities.
    No provider of ‘libapache2-mod-php5’ found.
    Resolving package dependencies…
    Nothing to do.

  3. /docker-wordpress> sudo zypper in pwgen
    Loading repository data…
    Reading installed packages…
    ‘pwgen’ not found in package names. Trying capabilities.
    No provider of ‘pwgen’ found.
    Resolving package dependencies…
    Nothing to do.

  4. ~/docker-wordpress> sudo zypper in python-setuptools
    Loading repository data…
    Reading installed packages…
    ‘python-setuptools’ is already installed.
    Package ‘python-setuptools’ is not available in your repositories. Cannot reinstall, upgrade, or downgrade.
    Resolving package dependencies…
    Nothing to do.

5.~/docker-wordpress> sudo zypper in vim-tiny
Loading repository data…
Reading installed packages…
Package ‘vim-tiny’ not found.
Resolving package dependencies…
Nothing to do.

  1. ~/docker-wordpress> sudo zypper in php5-mysql
    Loading repository data…
    Reading installed packages…
    ‘php5-mysql’ not found in package names. Trying capabilities.
    No provider of ‘php5-mysql’ found.
    Resolving package dependencies…
    Nothing to do.

My OS is ~/docker-wordpress>cat /etc/issue

Welcome to SUSE Linux Enterprise Server 12

Any pointers in installing the above packages will be appreciated :slight_smile:

Regards,
Amit

Hi Amit,

have you tried using “zypper search” with substrings of the above packages, to see if they are provided with varying names?

Another question is, which repositories are enabled in your environment, so packages have moved to add-ons with SLES12…

Regards,
Jens

Hi
Try the zypper se option, no need to be root either :wink:

You need to add the SLE-Module-Web-Scripting12 extension and probably
the SDK. In SLE 12 (See release notes) there is mariadb instead of
mysql.

Some are not available tiny-vim, pwgen.


Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel 3.12.39-47-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!

[QUOTE=jmozdzen;27329]Hi Amit,

have you tried using “zypper search” with substrings of the above packages, to see if they are provided with varying names?

Another question is, which repositories are enabled in your environment, so packages have moved to add-ons with SLES12…

Regards,
Jens[/QUOTE]

Hi Jens,

Thanks for your reply ,
I did use zypper se option , but seems like they are not available on my machine.
I get the below for most of the packages:
[COLOR="#DAA520"]
$ Loading repository data…
Reading installed packages…
No packages found.[/COLOR]
I am interested in installing the below package on my machine : " mysql-client mysql-server apache2 libapache2-mod-php5 pwgen python-setuptools vim-tiny php5-mysql php5-ldap"

I have below repos on my machine :
zypper repos

| Alias | Name | Enabled | Refresh

–±------------------±-----------------------------------±--------±-------
1 | advance_toolchain | IBM Advance Toolchain | Yes | Yes
2 | powerlinux_sdk | IBM PowerLinux SDK | Yes | Yes
3 | sles12 | SuSE Linux Enterprise 12 | Yes | Yes
4 | sles12_debug | SuSE Linux Enterprise 12 debug | Yes | Yes
5 | sles12_sdk | SuSE Linux Enterprise 12 SDK | Yes | Yes
6 | sles12_sdk_debug | SuSE Linux Enterprise 12 SDK debug | Yes | Yes

Could you please guide me a way to install it using some way ( may be alternate source /binary ) .
This would be really helpful.

Regards,
Amit

[QUOTE=malcolmlewis;27332]Hi
Try the zypper se option, no need to be root either :wink:

You need to add the SLE-Module-Web-Scripting12 extension and probably
the SDK. In SLE 12 (See release notes) there is mariadb instead of
mysql.

Some are not available tiny-vim, pwgen.


Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel 3.12.39-47-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks![/QUOTE]

Hi Malcolm,

Could you please guide me a way to install it using some way ( may be alternate source /binary ) .
I am interested in installing the packages : " mysql-client mysql-server apache2 libapache2-mod-php5 pwgen python-setuptools vim-tiny php5-mysql php5-ldap " .Is there a way to install them .

Note: these packages are available in apt-get package manager on ubuntu , are there any alternatives for these packages on SLES ?

Any pointer in this would be really helpful.

Regards,
Amit

Also packages like ntfs-3g are missing !
Took me a long time to figure out, why my usb disk wasn’t mounting.
Stephan