Skip to main content
Skip table of contents

How To Update Linux via Command Line?

The libraries which Linux take as a reference related to updates are different from each other. In addition to this, command lines in some processes are different from each other.

For instance when you want to update on Ubuntu server via command line apt-get update command line is used however zypper update command line is used for Suse server.

According to operating system, update command lines are:

Ubuntu:

CODE
apt-get update

Suse:

CODE
zypper update

Debian:

CODE
apt-get update

CentOS:

CODE
yum update

Fedora:

CODE
yum update

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.