Difference between revisions of "Ubuntu"
From OpenEMR Project Wiki
Line 17: | Line 17: | ||
*'''Update''' - Updates the locally stored index of all installable packages from the remote server. | *'''Update''' - Updates the locally stored index of all installable packages from the remote server. | ||
*'''Upgrade''' - Upgrade all packages that have been already installed. | *'''Upgrade''' - Upgrade all packages that have been already installed. | ||
<br> | |||
<pre style="font-size: 130%; margin: 0 2em 0 2em;"> | <pre style="font-size: 130%; margin: 0 2em 0 2em;"> | ||
sudo apt-get update | sudo apt-get update |
Revision as of 16:02, 22 May 2014
General
Web Server How To
Package Manager - Apt-Get
- apt-get Man Page
- Ubuntu Packages Web Catalog
- Synaptic - GUI Interface for apt-get.
Commands
- Update - Updates the locally stored index of all installable packages from the remote server.
- Upgrade - Upgrade all packages that have been already installed.
sudo apt-get update sudo apt-get upgrade sudo apt-get install [PACKAGE NAME] sudo apt-get remove [PACKAGE NAME] apt-get help
Local Package Index
/etc/apt/sources.list
/etc/apt/sources.list.d
System Email Readers
- mutt
- sudo apt-get install mutt