Translations:Kubuntu/Installation/60/en: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
 
(No difference)

Latest revision as of 05:20, 29 February 2016

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Kubuntu/Installation)
Insert your USB drive into your computer and find the corresponding drive using:
<code>lsblk</code><br/>
Then format the USB drive with the 'dd' command: <br/>
<code> sudo dd if=Downloads/kubuntu-15.04-desktop-amd64.iso of=/dev/sd'''X''' </code><br/>
{{Warning| Be extremely careful to set /dev/sd'''X''' to the right value, if you direct it to your hard drive you will wipe the disk.}}

Insert your USB drive into your computer and find the corresponding drive using: lsblk
Then format the USB drive with the 'dd' command:
sudo dd if=Downloads/kubuntu-15.04-desktop-amd64.iso of=/dev/sdX

Warning

Be extremely careful to set /dev/sdX to the right value, if you direct it to your hard drive you will wipe the disk.