Linux member offline |
|
posts: |
120 |
joined: |
01/24/2011 |
from: |
San Jose, CA |
|
|
|
|
|
Three Ways To Install Product in Ubuntu |
Generally, you can install a product inside Ubuntu box in different ways, depending on your needs:
Way #1: Repository --- The most common approach is to set up repositories and install from them online. This approach can ease the installation apt-get install <product_name> and later on the upgrade apt-get update tasks.
Way #2: Package --- If your box has no access to the internet, you can deploy the product package and install it by un-packaging the product manually.
Way #3: Script --- In testing and development environments, some users choose to use automated convenience scripts to install product without user interference.
|
|
|
|
|
|