i am trying to install the Startup Disk Creator on Ubuntu Mate (Release 20.04.01 LTS 64bit)
Supposedly it should be pre-installed but I tried with command “usb-creator-gtk” and got the message that it cant be found but installed. I then tried to install trough command “sudo apt install usb-creator-gtk” This gave me the following error messages:
E: Type 'dep' is not known on line 1 in source list /etc/apt/sources.list.d/brave-browser-release.list
E: The list of sources could not be read.
E: Type 'dep' is not known on line 1 in source list /etc/apt/sources.list.d/brave-browser-release.list
E: The list of sources could not be read.
I read in an different answer that “sudo apt update” /upgrade should do the trick but this gave me error messages as well
E: Type 'dep' is not known on line 1 in source list /etc/apt/sources.list.d/brave-browser-release.list
E: The list of sources could not be read.
E: Type 'dep' is not known on line 1 in source list /etc/apt/sources.list.d/brave-browser-release.list
E: The list of sources could not be read.
How should I proceed?
Thank you for your help!
sudo apt-get install usb-creator-gtk
I honestly don't know if it will work. If it doesn't, check https://ubuntu-mate.org/faq/usb-image/ for a possible solution – Logan Mar 17 '22 at 15:44sudo apt install usb-creator-gtk
. execute with:usb-creator-gtk
. Operation: Pick the source image (downloaded iso) and destination usb and click "make startup disk". Choice 2 (alternative):sudo apt-get install gnome-disk-utility
. execute:gnome-disks
. Operation: Select the empty medium -> click on 3 dots -> "Restore image" -> select the downloaded iso -> click on "Start restoring". There is also a related asnwer for ubuntu 19. – Marinos An Sep 29 '23 at 10:35