Installing packages on your managed CUC3 workstation

From Docswiki
Revision as of 13:45, 13 May 2019 by Adk44 (talk | contribs) (Created page with "Although we don't have access to apt-get, or the package management application in Ubuntu, it appears you are able to access the 'aptitude' package manager still using sudo: <...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Although we don't have access to apt-get, or the package management application in Ubuntu, it appears you are able to access the 'aptitude' package manager still using sudo:

sudo aptitude

You can then install packages like so:

sudo aptitude install virtualbox-ose

For more, Google aptitude :)