5

thats the question.

i screwed my harddrive and need to repair it in ubuntu live cd session with test disk that I Have to install with synaptic Package Manager, and I don-t know how to open in this live CD session.

I cant even enter operative system without the cd. I wanted to copy data first before formatting everything. tell me something!! I really need HELP!! thank you

Anwar
  • 77,855

1 Answers1

3

Synaptic package manager isn't included in the Live CD. but you can install it. But, I think, you should better use the terminal. Open it with Ctrl-Alt-T shortcut and run this command to install testdisk

sudo apt-get update
sudo apt-get install testdisk

or using the install button below:

Install via the software center

You can then use testdisk. If you want to install synaptic, use this command instead

sudo apt-get install synaptic 

After installation, use sudo testdisk command in the terminal to start using it.

Anwar
  • 77,855