Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEP SDK Virtual Machine

760 bytes added, 13:41, 14 August 2012
no edit summary
*And select the packages you wish to install.<br><br><br><br>
==== Command line text procedure ==== You can also use the “apt” command line program to install and remove software packages from your system (one at a time or many at once), as well as update your system's internal listing of what packages are available from your currently selected list or repositories. Use a terminal to execute apt-get:*Install a “NameOfPackage” package:<pre>apt-get install NameOfPackage</pre>*Remove a package:<pre>apt-get remove NameOfPackage</pre>*Search for a package:<pre>apt-cache search NameOfPackage</pre>*Update the repository (list of available .deb's):<pre>apt-get update</pre>*Upgrade your system (can be useful in maintaining an up-to-date system):<pre>apt-get upgrade</pre>*To see a short list of common commands:<pre>apt-get --help</pre>
=== Attach removable devices to Virtual Machine ===
4,199
edits