Unetbootin linux arch install

ArchPKGs

How to Install unetbootin-git with Single Line of Command on Arch Linux, Manjaro and Artix

«Create bootable Live USB drives» is the developer’s outline of unetbootin-git . To get unetbootin-git from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Anarchy, Artix, Garuda and Parabola is fairly easy. This tutorial will show you step-by-step how to install, update and remove the package with either the default package manager pacman or an AUR helper like yay .

Table of Contents

Two well known approaches are used to install unetbootin-git from AUR. pacman is what you’re looking for if you’re familiar with command-line interface and know the concept of how packages are built. If not, yay is a popular alternative to install packages without the hassle of reviewing PKGBUILD and build packages with makepkg afterwards.

sudo pacman -S --needed git && git clone https://aur.archlinux.org/unetbootin-git.git && cd unetbootin-git && makepkg -si
  1. Install git if it’s not already installed.
  2. clone the package’s git repository from source.
  3. cd into the directory.
  4. Use makepkg to build the package. Also, it will automatically be installed with pacman if built successfully.
yay -S unetbootin-git

Updating AUR packages is almost the same as installing them. Simply pull it from upstream then re-build it. Nonetheless, it is still a good practice to upgrade your whole system first with sudo pacman -Syu before updating any packages to avoid dependency issues, since Arch is a rolling-release Linux distribution.

git pull && makepkg -si
  1. pull from the package’s git repository.
  2. Build the package with makepkg . Also, it will automatically be updated with pacman if built successfully.

Uninstalling packages is the most uncomplicated of these three,just choose whether to keep the dependencies that no longer required by other packages and the configuration files used by the package.

Читайте также:  Hp laserjet p1102 linux driver
sudo pacman -R unetbootin-git
sudo pacman -Rs unetbootin-git
sudo pacman -Rns unetbootin-git
yay -R unetbootin-git
yay -Rs unetbootin-git
yay -Rns unetbootin-git

For more information about installing/updating AUR packages on Arch-based Linux distros, please refer to this tutorial.

vtclock Install, Update and Uninstall Tutorial on Arch Linux (Manjaro/BlackArch)

«Text-mode full-screen digital clock» is their description of vtclock. To install and update vtclock from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, BlackArch, Anarchy) is pretty simple. This tutorial will show you step-by-step how to install, update and uninstall the package with either the default package manager pacman or an AUR helper like yay.

A Quick Guide on Installing python2-kinterbasdb on Arch Linux/Manjaro/EndeavourOS

python2-kinterbasdb is «A Python Extension Package for the Firebird and Interbase® Relational Databases» based on its outline. To get this package (python2-kinterbasdb) from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, Garuda) is comparatively straightforward. This tutorial will show you step-by-step how to install, update and remove the package with either the default package manager pacman or an AUR helper like yay.

solaar Install/Update/Uninstall Tutorial on Arch-Based Linux (Manjaro/RebornOS)

«Linux device manager for a wide range of Logitech devices» is their definition of extra/solaar. To install and update extra/solaar from Arch official repository (Extra) on Arch Linux, Manjaro, EndeavourOS, BlackArch, Garuda and Parabola is rather uncomplicated. This tutorial will taught you how to install/update/remove the package with either the built-in package manager pacman or an AUR helper (e.g. yay).

Installing ttf-tahoma with Command Line on Arch Linux, Manjaro and RebornOS

«Tahoma and Tahoma Bold fonts from the Wine project» is the maintainer’s profile of ttf-tahoma. To install ttf-tahoma from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, BlackArch, Anarchy and ArcoLinux is pretty easy. This guide will taught you how to install/update/uninstall the package with either the built-in package manager pacman or an AUR helper (e.g. yay).

Full Guide on mfastboot Installation on Arch Linux/Manjaro/Anarchy

«Motorola Fastboot» is the maintainer’s outline of mfastboot. To get mfastboot from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, Artix, Parabola, RebornOS, Anarchy) is relatively simple. This tutorial will be covering how to install/update/uninstall the package with either the built-in package manager pacman or an AUR helper (e.g. yay).

python-jsonschema26 Install/Update/Uninstall Guide on Arch-Based Linux (Manjaro, Garuda)

python-jsonschema26 is «An implementation of JSON Schema validation for Python» quoting from its definition. To get this package (python-jsonschema26) from AUR (Arch User Repository) on Arch Linux and Arch-based distros (e.g. Manjaro, EndeavourOS, Anarchy) is comparatively straightforward. This tutorial will show you step-by-step how to install/update/uninstall the package with either the built-in package manager pacman or an AUR helper like yay.

Читайте также:  Virtualbox sharing folder linux

More guides… copyright 2023 ArchPKGs. All Rights Reserved.

Источник

Arch Linux User Repository

Tried doing the usual find /var/cache/pacman/pkg/ -iname «*.part» -exec rm <> \; and pacman-key —refresh-keys to no avail.

xyproto commented on 2021-03-07 18:20 (UTC)

multibootusb-git can be a nice alternative to unetbootin

gardenappl commented on 2020-09-29 18:35 (UTC)

Just FYI, the Qt5 fork of Unetbootin has finally been merged into the Git repository. So at some point you’ll have to update your dependencies.

gardenappl commented on 2020-08-02 21:02 (UTC)

For those of you who want to avoid Qt4, I made this package: https://aur.archlinux.org/packages/unetbootin-qt5-git/

The last commit on that fork is from 2017, but unfortunately the Unetbootin guys still haven’t merged it: https://github.com/unetbootin/unetbootin/pull/137

es_18 commented on 2018-11-06 22:30 (UTC)

If you get something like this:

X Error: BadAccess (attempt to access private resource denied) 10 Extension: 130 (MIT-SHM) Minor opcode: 1 (X_ShmAttach) Resource id: 0x147 X Error: BadShmSeg (invalid shared segment parameter) 128 Extension: 130 (MIT-SHM) Minor opcode: 5 (X_ShmCreatePixmap) Resource id: 0x600000c X Error: BadDrawable (invalid Pixmap or Window parameter) 9 Major opcode: 62 (X_CopyArea) Resource id: 0x600000d X Error: BadDrawable (invalid Pixmap or Window parameter) 9 Major opcode: 62 (X_CopyArea) Resource id: 0x600000d 
Any of these work for me: sudo QT_X11_NO_MITSHM=1 unetbootin.elf sudo QT_GRAPHICSSYSTEM=native unetbootin.elf su -c 'QT_X11_NO_MITSHM=1 unetbootin.elf' su -c 'QT_GRAPHICSSYSTEM=native unetbootin.elf' 

nostalgix commented on 2018-10-13 13:21 (UTC)

+1 for fixing the setconf dependency

homerhsing commented on 2018-07-16 00:33 (UTC)

note: if unetbootin starts with a blank window, the solution is directly run /usr/bin/unetbootin.elf 🙂

R3GT1C commented on 2018-06-17 16:30 (UTC) (edited on 2018-06-17 16:31 (UTC) by R3GT1C)

/usr/bin/pacman: unrecognized option ‘—color never’

Resolved by commenting out the ‘Color’ line in /etc/pacman.conf

I also had the same experience as the previous commenter (setconf is not installed as a dependency, even though it is listed)

Copyright © 2004-2023 aurweb Development Team.

AUR packages are user produced content. Any use of the provided files is at your own risk.

Источник

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 через виртуальную машину

Утилита также поддерживает установку нужного дистрибутива в режиме «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.

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

Заключение

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

Источник

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