how to install tree on virtual machine's ubuntu 12.04

Asked by aman

Sir/Mam ,
kindly answer me that how can i install ubuntu12.04 tree and other packages if I have installed ubuntu on vmvare.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
David Pires (slickymaster) said :
#1

To install tree, type the following command in a terminal window:
sudo apt-get install tree

The to run it, just type tree in the terminal and the output will appear in the terminal.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

The fact it is in a VM is moot, the package management and so forth is the same. If yu are new then use software centre and it will be easy.

Revision history for this message
aman (sawhneyaman3) said :
#3

it is saying that package is obsolete.

Revision history for this message
David Pires (slickymaster) said :
#4

First downloads the package lists from the repositories and update them to get information on the newest versions of packages and their dependencies, by running the following command in a terminal window:

sudo apt-get update && sudo apt-get upgrade

Then run the following command theterminal window:

sudo apt-get install tree

Can you help with this problem?

Provide an answer of your own, or ask aman for more information if necessary.

To post a message you must log in.