usb drive – Can we install suse studio imagewriter in elementary?
It certainly can be installed on elementary OS. I used the instructions from this linux Mint tutorial . The only change I had to do was replace the sudo apt-get update && sudo apt-get install qt4-qmake libqt4-dev with sudo apt-get update && sudo apt-get install qt5-default
To download the code, you can find the imagewriter repository here, and click on the green ‘Code’ button -> Download zip. Extract the archive and open a Terminal window inside the new folder. Run the commands one by one, and enjoy!

EDIT: Step-by-step commands from tutorial, updated:sudo apt-get update && sudo apt-get install qt5-defaultqmake DEFINES=USEHAL imagewriter.proqmake DEFINES=USEUDISKS2 imagewriter.promakesudo make install
Read more here: Source link
