Difference between revisions of "Ubuntu"

From OpenEMR Project Wiki
Line 30: Line 30:
/etc/apt/sources.list<br>
/etc/apt/sources.list<br>
</div>
</div>
<tt>
<tt style="font-size: 140%;">
/etc/apt/sources.list.d<br>
/etc/apt/sources.list.d<br>
</tt>
</tt>

Revision as of 15:56, 22 May 2014

General



Web Server How To



Package Manager - 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

Email

System Email Readers

  • mail
  • mutt
sudo apt-get install mutt