Jump to content

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

From KDE UserBase Wiki
Yurchor (talk | contribs)
Created page with "Вставте флешку USB до вашого комп'ютера і встановіть назву потрібного вам диска за допомогою так..."
 
(No difference)

Latest revision as of 15:50, 29 May 2019

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.}}

Вставте флешку USB до вашого комп'ютера і встановіть назву потрібного вам диска за допомогою такої команди: lsblk
Далі, виконайте форматування диска USB за допомогою команди «dd»:
sudo dd if=Downloads/kubuntu-15.04-desktop-amd64.iso of=/dev/sdX

Warning

Будьте дуже обережні: значення /dev/sdX слід обов'язково вказати правильно. Якщо ви вкажете адресу вашого основного диска системи, його вміст буде знищено.