Re: Basic Question fot apt-get

2000-04-14 Thread Alex Kwan
Hi! If I use apt-get to install a .deb package, does the apt will find the dependent package and install it, and check the conflict? Thanks

Re: Basic Question fot apt-get

2000-04-14 Thread Oki DZ
On Fri, 14 Apr 2000, Alex Kwan wrote: If I use apt-get to install a .deb package, does the apt will find the dependent package and install it, and check the conflict? Yes, if you get the packages via http (or ftp?). If you have the .deb files, then you use dpkg (eg: dpkg -i package.deb).