What is apt-get?
Installing Linux packages.
PreviousMonitoring and inspecting the result of the environment setup phaseNextSetting up new or additional languages on Code Ocean via the package managers
Last updated
Was this helpful?
Installing Linux packages.
Last updated
Was this helpful?
apt-get
is the command–line tool for working with APT (Advanced Package Tool) software packages. It is the preferred way of installing packages on Linux distributions. Code Ocean mostly uses Ubuntu and Debian.
Apt-get
is accessible in all base environments as part of the . Typically, you will know the name of the package you need from the homepage or documentation of the code, or from higher–level library you're using. You may need to to find the exact name.