Установить unetbootin для линукс

How to install and run UNetbootin?

Strangely, but true, you cannot install from the the original site, or run it. So how to install and run UNetBootin?

Can you please check the executable permission? As far as I can remember the downloaded file executes directly. No need to execute apt-get install . Be sure to execute from ext file system. BTW in linux you can use Ububtu start up disk creator. I never needed unetbootin in ubuntu.

If downloaded from the project’s site, I believe it will not prompt you for sudo creds when you run it, so try running it from a terminal with sudo. Personally, I second the other options of simply installing from the repositories (sudo apt-get install unetbootin), using the Ubuntu Startup Disk creator, or simply using dd (sudo dd if=/path/to/something.iso of=/dev/sdx bs=8M; sync)

5 Answers 5

Install UNetbootin in Ubuntu

Using these few commands, downloading and running it will work.

sudo add-apt-repository ppa:gezakovacs/ppa sudo apt-get update sudo apt-get install unetbootin 

Adding repository is necessary for updates and support for older versions of Ubuntu.

Why do you want to add ppa? unetbootin is available in repositories . Just use sudo apt-get install unetbootin

@devav2 Older versions of Ubuntu does not have the same repository as the newer versions of Ubuntu. It is better to add the repository to get the latest updates.

To clarify owl’s comment, I was on an older version of Ubuntu and unetbootin wouldn’t show me the latest versions, since I installed it through that older Ubuntu. Adding this PPA did the trick: I could see all recent versions and was then able to USB install a newer one (much faster than do-release-upgrade).

@devav2: UNetbootin is unavailable from the standard Ubuntu >= 18.04 repositories, due to requiring now-deprecated dependencies (e.g., gksu , kdesudo ). The standard UNetbootin PPA, which explicitly supports Ubuntu >= 18.04, should be leveraged instead.

Does not work on Ubuntu 22.04 E: The repository ‘https://ppa.launchpadcontent.net/gezakovacs/ppa/ubuntu jammy Release’ does not have a Release file.

Installing UNetbootin via PPA

sudo add-apt-repository ppa:gezakovacs/ppa sudo apt-get update sudo apt-get install unetbootin 
sudo apt-get install unetbootin 

But UNetbootin is unavailable from the standard Ubuntu >= 18.04 repositories, due to requiring now-deprecated dependencies (e.g., gksu, kdesudo). The standard UNetbootin PPA, which explicitly supports Ubuntu >= 18.04, should be leveraged instead.

Читайте также:  Read from com port linux

UNetbootin is unavailable from the standard Ubuntu >= 18.04 repositories, due to requiring now-deprecated dependencies (e.g., gksu , kdesudo ). The standard UNetbootin PPA, which explicitly supports Ubuntu >= 18.04, should be leveraged instead.

As commented in your question by Web-E , you should just add the executable permission to the file downloaded from SourceForge, then you are able to run it (no installation needed, btw). I had the same problem and that comment gave me the solution, without the need to add the ppa.

If you don’t want to use terminal, you can right-click the file unetbootin-linux-585 , select «properties», go to «permissions» and then tick «allow execution of the file as a program» (or something like that, i don’t have an english-language o.s.).

As suggested in the comment below, here’s a little how-to about making a file executable:

To make the file executable via terminal (and we are here supposing you downloaded that file using a browser like Firefox or Opera), you only have to go to the folder where the file resides, right-click on the folder and select «Open terminal here». When you have the terminal shell, don’t forget to run

to make sure the file is really here, and to check permissions. You should see something like

-rw-r--r-- 1 name name 4478124 lug 11 15:28 unetbootin-linux-585 

which means you have to add execution permissions on it. How you do it? Simply typing:

chmod +x unetbootin-linux-585 

(don’t forget to use Tab to autocomplete the long unetbootin name :P). Now, checking again the file with ls -l should give the following result:

-rwxr-xr-x 1 name name 4478124 lug 11 15:28 unetbootin-linux-585 

This means that the program became executable, so just type:

Источник

Unetbootin для Linux

Утилита UNetbootin Linux (Universal Netboot Installer) является свободной и имеет графический интерфейс. Она предназначена для создания Live USB системы из ISO-образа.

Unetbootin для Linux

Возможности утилиты

UNetbootin предоставляет вам возможность установки желаемого дистрибутива Linux на USB-накопителе и без подключения Интернету. Вы можете установить предпочтительный дистрибутив Linux, даже при отсутствии его в списке программы.

С помощью этой программы вы сможете создавать загрузочные USB-накопители с различными системными утилитами, такими как: Parted Magic, FreeBSD, FreeDOS, Gentoo, Kaspersky Rescue Disk, F-Secure Rescue CD и др. Поддерживается и создание мультизагрузочного USB-диска или образа ISO для загрузки дистрибутива Linux или различных утилит.

Читайте также:  Linux wine and usb

Утилита также поддерживает установку нужного дистрибутива в режиме «Frugal install» прямо на вашем жестком диске. После выбора нужного дистрибутива Linux вам просто нужно будет выбрать USB-диск или раздел жесткого диска, на который вы хотите установить систему и запустить процесс.

Установка

Установка в Arch Linux

Перед установкой обновляем систему:

oleg@mobile~:$ sudo pacman -Syu

Утилита скачивается из Aur (у меня в домашнем каталоге создан подкаталог aur ):

oleg@mobile:~/aur:$ git clone https://aur.archlinux.org/unetbootin.git Клонирование в «unetbootin»… remote: Enumerating objects: 44, done. remote: Counting objects: 100% (44/44), done. remote: Compressing objects: 100% (40/40), done. remote: Total 44 (delta 6), reused 39 (delta 4), pack-reused 0 Получение объектов: 100% (44/44), 18.75 КиБ | 9.37 МиБ/с, готово. Определение изменений: 100% (6/6), готово.

Создан подкаталог unetbootin с установочным файлом PKGBUILD . Переходим в подкаталог:

oleg@mobile:~/aur:$ cd unetbootin/ oleg@mobile:~/aur/unetbootin:$ ls -l итого 12 -rw-r--r-- 1 oleg users 735 мая 28 12:35 org.archlinux.pkexec.unetbootin.policy -rw-r--r-- 1 oleg users 2262 мая 28 12:35 PKGBUILD -rw-r--r-- 1 oleg users 180 мая 28 12:35 unetbootin.sh

Для сборки программы выполняем следующую команду:

oleg@mobile:~/aur:$ makepkg -Acs ==> Сборка пакета unetbootin 702-1 (Сб 28 мая 2022 12:40:15) ==> Проверка зависимостей для запуска. ==> Проверка зависимостей для сборки. ==> Получение исходных файлов. -> Загрузка unetbootin-702. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15.9M 0 15.9M 0 0 2057k 0 --:--:-- 0:00:07 --:--:-- 2344k -> Найден unetbootin.sh -> Найден org.archlinux.pkexec.unetbootin.policy . -> Создание файла '.BUILDINFO'. -> Создание файла '.MTREE'. -> Сжатие пакета. ==> Выход из окружения fakeroot. ==> Завершена сборка пакета unetbootin 702-1 (Сб 28 мая 2022 12:41:55) ==> Очистка. 

Смотрим список файлов подкаталога aur :

oleg@mobile:~/aur:$ ls -l итого 16872 -rw-r--r-- 1 oleg users 735 мая 28 12:35 org.archlinux.pkexec.unetbootin.policy -rw-r--r-- 1 oleg users 2262 мая 28 12:35 PKGBUILD -rw-r--r-- 1 oleg users 16694922 мая 28 12:40 unetbootin-702 -rw-r--r-- 1 oleg users 565602 мая 28 12:41 unetbootin-702-1-x86_64.pkg.tar.zst -rw-r--r-- 1 oleg users 180 мая 28 12:35 unetbootin.sh

Пакет собран. Устанавливаем его:

oleg@mobile:~/aur:$ sudo pacman -U unetbootin-702-1-x86_64.pkg.tar.zst

Установка в Ubuntu

В текущих версиях Ubuntu утилита отсутствует. Для её установки надо выполнить следующее:

$ sudo add-apt-repository ppa:gezakovacs/ppa $ sudo apt-get update $ sudo apt-get install unetbootin

Использование

Утилита Unetbootin очень проста в использовании. Подключаем к порту USB-накопитель и запускаем утилиту:

oleg@mobile~:$ sudo unetbootin

Использование Unetbootin для Linux

На скриншоте показаны 2 варианта использования утилиты:

  1. выбираем опцию Дистрибутив;
    • выбираем дистрибутив из списка программы и его версию;
    • выбираем носитель;
    • нажимаем кнопку OK.
  2. выбор образа;
    • выбираем опцию Образ диска;
    • нажимаем кнопку с тремя точками и находим нужный образ;
    • выбираем носитель;
    • нажимаем кнопку OK.
Читайте также:  Linux копирование папки со всем содержимым

Второй вариант является более быстрым, так как не надо ничего скачивать.

Заключение

UNetbootin — очень полезный инструмент. С этой утилитой создание собственного загрузочного USB или установка дистрибутива Linux на жесткий диск никогда не станет проблемой.

Источник

How to install Unetbootin on Ubuntu 20.04 or 18.04 LTS

Unetbootin is an open-source tool also known as “Universal Netboot Installer” which is a cross-platform software. This means we can use to create a bootable USB drives on Windows 10/8/7, macOS and Linux operating systems. With this tool, one can start and run Linux directly from the USB stick or install the OS from the USB stick on the hard drive.

Furthermore, if you don’t have the ISO images of some common Linux distro, then it is possible to download the one directly from the Unetbootin interface to create the bootable USB stick for the same. Just run the software and in the dropdown menu under »Distribution you will find a whole list of available tools and distributions.

Unetbottin download distribution

And if you have the ISO image for example of Windows 10, Ubuntu or any other OS, then without wasting time, just select the DiskImage option, select the ISO file and start flashing the plugged USB drive.

You don’t need to install it, Univeral Netboot Installer will work as portable software.

However on the previous version of Ubuntu 19.04, 18.04, 16.04 and current Debian, Linux Mint and other same Linux operating system we can also use the repository. Here are the commands to do that:

sudo add-apt-repository ppa:gezakovacs/ppa sudo apt-get update sudo apt-get install unetbootin

But unfortunately on Ubuntu 20.04 using the repository to install and run Unetbootin, it gives dependencies error, thus we will use directly the binaries available for both 32-bit and 64 bit systems on its official website.

Step 1: Open your browser on Ubuntu 20.04

Источник

Оцените статью
Adblock
detector