Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between bundle & bundle install

What is the difference between bundle and bundle install. When I googled it ,I found many place stating that both are aliases, is it true or are there any differences.

like image 628
Sivan Avatar asked Nov 22 '12 10:11

Sivan


People also ask

What is difference between bundle and package?

Packages can be flexible, meaning that one of many resources from each group can be reserved (e.g. include resource A and one of resources: B, C or D) A bundle can include packages in its contents but a package cannot include bundles.

What is bundle and example?

Product bundling is the term for several individual goods or services sold together as a combined package at a lower price than if they were sold individually. Common examples of product bundles are value meals at restaurants, beach kits, or shampoo and conditioner sets.

Does bundle mean package?

A bundle is a package of things wrapped together. To wrap things together in a compact way is to bundle them. A baby wrapped up in a blanket is a bundle of joy, and if it's cold outside, bundle up!

What is a bundle of?

noun. bun·​dle ˈbən-dᵊl. : a group of things fastened together for convenient handling. a bundle of newspapers. : package, parcel.


1 Answers

It is true. bundle and bundle install do the same thing.

See here: default_task :install

like image 81
davidrac Avatar answered Sep 22 '22 08:09

davidrac