You are here: Installing > Installing FME Desktop on Linux > Updating Linux

Updating Linux

To avoid dependency errors, we recommend updating Linux before installing.

Debian, Ubuntu

apt-get update && apt-get upgrade

Ubuntu 14.04

Ubuntu 14.04 requires an additional repository to supply dependencies. Run either of the following:

apt-get install software-properties-common

apt-add-repository "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main"

apt-get update

or

apt-get install software-properties-common

add-apt-repository ppa:ubuntu-toolchain-r/test

apt-get update

RedHat, CentOS

yum update

What's Next?

Proceed to Installing.