B
B
Bogdan1002021-03-21 13:34:20
linux
Bogdan100, 2021-03-21 13:34:20

E: Can't find unetbootin package?

Hello everybody! I decided to create a bootable flash drive on kali linux... To do this, I need the unetbootin program.
In the terminal I enter the command apt install unetbootin, it displays the following:

Чтение списков пакетов... Готово 
Построение дерева зависимостей... Готово
Чтение информации о состоянии... Готово
E: Невозможно найти пакет unetbootin

If you enter the nano /etc/apt/sources.list command, then the following is written in it:
deb http://http.kali.org/kali kali-rolling main contrib non-free
deb http://http.kali.org/kali kali-rolling main non-free contrib
deb-src http://http.kali.org/kali kali-rolling main contrib non-free

maybe something needs to be fixed in sources.list?
Please help, please, so that the packages are installed ....
I want to go back to my favorite windows 7)))

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
Exempius, 2021-03-21
@Bogdan100

So I would sit in my Windows, why climb into Linux?
To create a bootable flash drive, use this command:
dd if=/path/to/image/with/windows.iso of=/dev/sdX

V
Vasily Bannikov, 2021-03-21
@vabka

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

S
Sanes, 2021-03-21
@Sanes

I decided to create a bootable flash drive on kali linux... To do this, I need the unetbootin program.

To do this, you need to master the programdd

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question