How to install mintstick in LL 2.0 - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Tutorials (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=21) +--- Thread: How to install mintstick in LL 2.0 (/showthread.php?tid=729) |
How to install mintstick in LL 2.0 - anon222 - 08-13-2014 Mintstick is a GUI to write .img or .iso files to a USB Key. It can also format them. Here is how to install it. You will have to use the command line (because the word Terminal is, apparently, scary for some peopleĀ ) 1. Download the package file Code: wget 'http://packages.linuxmint.com/pool/main/m/mintstick/mintstick_1.2.1_all.deb' Code: md5sum mintstick_1.2.1_all.deb If it's not go to step 4 and then go to step 1 MD5sum: f0116fa08ec827df80f677c02831d02d 3. Install the package Code: sudo gdebi 'mintstick_1.2.1_all.deb' Code: rm mintstick_1.2.1_all.deb You can also setup a custom action in Thunar for the USB image writer. 1. Open the Thunar file manager 2. Click on Edit and then on Configure custom actions 3. Add A new custom action by clicking on a '+' button 4. Enter this in the text boxes: Name: Write to usb Description: Selects .iso or .img file for writing to the usb drive. Command: Code: mintstick -m iso -i %n 5. Click on Appearance Conditions tab 6. In the File pattern enter: Code: *.iso;*.ISO;*.img;*.IMG To use this to write files from the Desktop you will have to log out and back in. Now you can right-click on any .iso or .img file and then write that file to usb drive. Re: How to install mintstick in LL 2.0 - Scott(0) - 08-14-2014 8) Another great tutorial misko_2083, thanks Re: How to install mintstick in LL 2.0 - anon222 - 08-14-2014 Don't mention it. Re: How to install mintstick in LL 2.0 - Alex - 09-05-2014 Nice! |