Basic question abount apt install

2000-06-01 Thread Alex Kwan
Hi! (1) If I use apt-get to install a package, the package's name is simple or full? apt-get install apache or apt-get install apache_1.3.12-1.deb ? (2) If I only want to upgrade a package not whole system, Is the command apt-get upgrade package or apt-get install package_newversion.deb? Thanks

Re: Basic question abount apt install

2000-06-01 Thread Ron Rademaker
It's apt-get install apache, do not include version or .deb Upgrading only that one package is apt-get install package, again not with version number or .deb Ron Rademaker On Thu, 1 Jun 2000, Alex Kwan wrote: Hi! (1) If I use apt-get to install a package, the package's name is simple or