-
Notifications
You must be signed in to change notification settings - Fork 0
Package Management
Eamon O'Dea edited this page Apr 12, 2019
·
3 revisions
The user drakelab
has the ability to install and remove software. This can be done using the graphical menus, but often it is faster to enter commands in a terminal. Any commands that modify system-wide files must be prefixed by sudo
, which may prompt you to enter the password for user drakelab
.
- To update the list of available packages, enter
sudo apt-get update
. - To search for available packages, use
apt-cache
. For example, to see if there is a jags package available, useapt-cache search jags
. - To install an available package, use
apt-get install
. For example, to install the jags package, entersudo apt-get install jags
. - To remove a package, use
apt-get remove
. For example, to remove the jags package, entersudo apt-get remove jags
. - To update all of the system's packages to the version found at the last
apt-get update
, entersudo apt-get upgrade
. To update packages and also allow packages to be removed and installed to handle changes in dependencies, entersudo apt-get dist-upgrade
.
- journal-club doc
- google-sites lab manual
- index of all Drake-lab google sites
- lab-meeting--minutes doc Contact John if you are having trouble accessing google docs or websites.
- repository of public domain images