Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install packages from command line on Suse [closed]

What is the Suse version of apt-get or yum?

How do I install software packages from the command line?

A fairly intense session of googling suggests that it may be yast or yast2, but no sensible HOWTO of listing and installing packages from the command line seems to exist. (maybe I am looking in the wrong place)

If I am an administrator for a remote Suse server, how do I install packages from the command line? (Not using a GUI and preferably installing from a central repo)

like image 461
Fergie Avatar asked Aug 23 '11 09:08

Fergie


People also ask

How do I download Suse packages?

Using the SUSE Package Hub with SUSE Linux Enterprise products is as easy as: Register your SUSE product. Enable the SUSE Package Hub extension. Search for and install packages using standard SUSE tools.

How do I install a package on zypper?

2 Install and remove packages with ZypperInstall a package using its exact name. Install a package by its exact name and version number. Install a package by its exact name from a specific repository (where mozilla refers to the desired repository). Install a package using wild cards in its name.


1 Answers

zypper

Found a tutorial for you

And official documentation

like image 140
edvaldig Avatar answered Oct 04 '22 05:10

edvaldig