The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: Apt-get install
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 11-23-2007
blesets blesets is offline
Registered User
 

Join Date: Jul 2005
Posts: 30
Quote:
Originally Posted by salvor_hardin View Post
When I use apt-get install command, for example samba install, does that command then invokes search of entire disk to find samba packet or what?
That command, will search from the source list that you add. ex samba install will search samba packages and dependency and install it.
in /etc/apt/sources.list
apt-get update will update packaged files list.
Reply With Quote