-1

How do I copy a file/folder from a DVD to my hard drive using the Terminal?

Kaz Wolfe
  • 34,122
  • 21
  • 114
  • 172

1 Answers1

1

I'm not quite sure what you try to do. If you have a DVD mounted (check e.g. by typing "mount" into a terminal to get a list) You can copy any file from there to your harddisk by using the cp command in a terminal or by using the file manager of your choice.

If you mean by "GNOME DVD" Ubuntu live or desktop DVD and want to install Ubuntu onto your harddrive, there should be an icon on the desktop after having booted into the live session, which will start up ubiquity and commence with a regular installation.

If you have the deb package files of Gnome on a DVD, for what ever reason, and want to install it into an existing Ubuntu system, dpkg should be able to do that.

Please give us some more details.

Hinz
  • 562