Can't install WinUSB on Ubuntu 15.10












4















I recently installed Ubuntu 15.10 on my old computer. I'm now trying to create a windows usb stick to install on a new computer I'm building. When I add the repository



    sudo add-apt-repository ppa:colingille/freshlight


and I try to update, I get the following errors:



    W: Failed to fetch http://ppa.launchpad.net/colingille/freshlight/ubuntu/dists/wily/main/binary-amd64/Packages  404  Not Found                         

W: Failed to fetch http://ppa.launchpad.net/colingille/freshlight/ubuntu/dists/wily/main/binary-i386/Packages 404 Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.


Then when I try:



   sudo apt-get install winusb


I get:



   E: Unable to locate package winusb


Can anyone help me find a solution?










share|improve this question


















  • 1





    The 404 "error" seems to suggest there are no package candidates on that repository for ubuntu willy.

    – xangua
    Apr 8 '16 at 4:18













  • I think you can follow the guide on WinUSB's GitHubclick here. That is really helpful!

    – Masimov
    Jan 10 '17 at 12:35
















4















I recently installed Ubuntu 15.10 on my old computer. I'm now trying to create a windows usb stick to install on a new computer I'm building. When I add the repository



    sudo add-apt-repository ppa:colingille/freshlight


and I try to update, I get the following errors:



    W: Failed to fetch http://ppa.launchpad.net/colingille/freshlight/ubuntu/dists/wily/main/binary-amd64/Packages  404  Not Found                         

W: Failed to fetch http://ppa.launchpad.net/colingille/freshlight/ubuntu/dists/wily/main/binary-i386/Packages 404 Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.


Then when I try:



   sudo apt-get install winusb


I get:



   E: Unable to locate package winusb


Can anyone help me find a solution?










share|improve this question


















  • 1





    The 404 "error" seems to suggest there are no package candidates on that repository for ubuntu willy.

    – xangua
    Apr 8 '16 at 4:18













  • I think you can follow the guide on WinUSB's GitHubclick here. That is really helpful!

    – Masimov
    Jan 10 '17 at 12:35














4












4








4








I recently installed Ubuntu 15.10 on my old computer. I'm now trying to create a windows usb stick to install on a new computer I'm building. When I add the repository



    sudo add-apt-repository ppa:colingille/freshlight


and I try to update, I get the following errors:



    W: Failed to fetch http://ppa.launchpad.net/colingille/freshlight/ubuntu/dists/wily/main/binary-amd64/Packages  404  Not Found                         

W: Failed to fetch http://ppa.launchpad.net/colingille/freshlight/ubuntu/dists/wily/main/binary-i386/Packages 404 Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.


Then when I try:



   sudo apt-get install winusb


I get:



   E: Unable to locate package winusb


Can anyone help me find a solution?










share|improve this question














I recently installed Ubuntu 15.10 on my old computer. I'm now trying to create a windows usb stick to install on a new computer I'm building. When I add the repository



    sudo add-apt-repository ppa:colingille/freshlight


and I try to update, I get the following errors:



    W: Failed to fetch http://ppa.launchpad.net/colingille/freshlight/ubuntu/dists/wily/main/binary-amd64/Packages  404  Not Found                         

W: Failed to fetch http://ppa.launchpad.net/colingille/freshlight/ubuntu/dists/wily/main/binary-i386/Packages 404 Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.


Then when I try:



   sudo apt-get install winusb


I get:



   E: Unable to locate package winusb


Can anyone help me find a solution?







windows iso winusb






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 8 '16 at 4:04









MathFishMathFish

26113




26113








  • 1





    The 404 "error" seems to suggest there are no package candidates on that repository for ubuntu willy.

    – xangua
    Apr 8 '16 at 4:18













  • I think you can follow the guide on WinUSB's GitHubclick here. That is really helpful!

    – Masimov
    Jan 10 '17 at 12:35














  • 1





    The 404 "error" seems to suggest there are no package candidates on that repository for ubuntu willy.

    – xangua
    Apr 8 '16 at 4:18













  • I think you can follow the guide on WinUSB's GitHubclick here. That is really helpful!

    – Masimov
    Jan 10 '17 at 12:35








1




1





The 404 "error" seems to suggest there are no package candidates on that repository for ubuntu willy.

– xangua
Apr 8 '16 at 4:18







The 404 "error" seems to suggest there are no package candidates on that repository for ubuntu willy.

– xangua
Apr 8 '16 at 4:18















I think you can follow the guide on WinUSB's GitHubclick here. That is really helpful!

– Masimov
Jan 10 '17 at 12:35





I think you can follow the guide on WinUSB's GitHubclick here. That is really helpful!

– Masimov
Jan 10 '17 at 12:35










4 Answers
4






active

oldest

votes


















5














To install in Ubuntu (16.04, 15.10, 15.04 and 14.04) or Linux Mint (17.x or 18) and derivatives. To add the PPA and install WinUSB, use the following commands:




sudo add-apt-repository ppa:nilarimogard/webupd8



sudo apt update



apt install winusb







share|improve this answer


























  • Silly question but How to run it? winusb command not found.

    – LRDPRDX
    Jul 23 '18 at 7:14











  • @LRDPRDX, have You installed it? :) Look for it in Programs Menu.

    – Aleksey Kontsevich
    Jul 23 '18 at 12:46











  • Of course I've installed it (using apt-get manager). I am using i3 wm. It's seems that command to run is woeusb.

    – LRDPRDX
    Jul 23 '18 at 23:10



















3














The Winusb package is not available from this PPA for Wily but there is a technique that worked well on my system to install it using the Saucy package. I have tested this under Trusty but it should also work under Wily:



Firstly download either 64bit or 32bit package from the PPA:



64bit:



wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb


32bit:



wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_i386.deb


Then install the file:



sudo dpkg -i winusb_1.0.11+saucy1*


You will see errors such as the following:



andrew@corinth:~$ sudo dpkg -i winusb_1.0.11+saucy1*
(Reading database ... 197467 files and directories currently installed.)
Preparing to unpack winusb_1.0.11+saucy1_amd64.deb ...
Unpacking winusb (1.0.11+saucy1) over (1.0.11+saucy1) ...
dpkg: dependency problems prevent configuration of winusb:
winusb depends on libwxbase2.8-0 (>= 2.8.12.1); however:
Package libwxbase2.8-0 is not installed.
winusb depends on libwxgtk2.8-0 (>= 2.8.12.1); however:
Package libwxgtk2.8-0 is not installed.
winusb depends on gksu; however:
Package gksu is not installed.

dpkg: error processing package winusb (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Errors were encountered while processing:
winusb
andrew@corinth:~$


Fix the errors:



sudo apt-get -f install


It is a very clumsy method (and certainly will not work for all deb packages!) but has certainly worked on my Trusty system and should also work on Wily:



enter image description here



References:




  • Install Winusb in Ubuntu 14.04






share|improve this answer



















  • 1





    This worked perfectly. Thank you.

    – MathFish
    Apr 8 '16 at 15:36











  • Great news! If you are happy with the answer consider 'accepting' it: askubuntu.com/help/someone-answers

    – andrew.46
    Apr 8 '16 at 20:33



















2














There is a fork of winusb which works great in my Ubuntu Mate 18.04



It is WoeUSB



sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install woeusb


You will find the launcher icon in the menu (or search in the menu).






share|improve this answer

































    1














    WinUSB won't work properly on Ubuntu 18.04.



    Use woeUSB instead:



    sudo apt-get install woeusb


    Just restart the system after installation






    share|improve this answer

























      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "89"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f755053%2fcant-install-winusb-on-ubuntu-15-10%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      4 Answers
      4






      active

      oldest

      votes








      4 Answers
      4






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      5














      To install in Ubuntu (16.04, 15.10, 15.04 and 14.04) or Linux Mint (17.x or 18) and derivatives. To add the PPA and install WinUSB, use the following commands:




      sudo add-apt-repository ppa:nilarimogard/webupd8



      sudo apt update



      apt install winusb







      share|improve this answer


























      • Silly question but How to run it? winusb command not found.

        – LRDPRDX
        Jul 23 '18 at 7:14











      • @LRDPRDX, have You installed it? :) Look for it in Programs Menu.

        – Aleksey Kontsevich
        Jul 23 '18 at 12:46











      • Of course I've installed it (using apt-get manager). I am using i3 wm. It's seems that command to run is woeusb.

        – LRDPRDX
        Jul 23 '18 at 23:10
















      5














      To install in Ubuntu (16.04, 15.10, 15.04 and 14.04) or Linux Mint (17.x or 18) and derivatives. To add the PPA and install WinUSB, use the following commands:




      sudo add-apt-repository ppa:nilarimogard/webupd8



      sudo apt update



      apt install winusb







      share|improve this answer


























      • Silly question but How to run it? winusb command not found.

        – LRDPRDX
        Jul 23 '18 at 7:14











      • @LRDPRDX, have You installed it? :) Look for it in Programs Menu.

        – Aleksey Kontsevich
        Jul 23 '18 at 12:46











      • Of course I've installed it (using apt-get manager). I am using i3 wm. It's seems that command to run is woeusb.

        – LRDPRDX
        Jul 23 '18 at 23:10














      5












      5








      5







      To install in Ubuntu (16.04, 15.10, 15.04 and 14.04) or Linux Mint (17.x or 18) and derivatives. To add the PPA and install WinUSB, use the following commands:




      sudo add-apt-repository ppa:nilarimogard/webupd8



      sudo apt update



      apt install winusb







      share|improve this answer















      To install in Ubuntu (16.04, 15.10, 15.04 and 14.04) or Linux Mint (17.x or 18) and derivatives. To add the PPA and install WinUSB, use the following commands:




      sudo add-apt-repository ppa:nilarimogard/webupd8



      sudo apt update



      apt install winusb








      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited Nov 7 '16 at 2:44









      Nick Weinberg

      3,50841827




      3,50841827










      answered Oct 29 '16 at 9:21









      Aleksey KontsevichAleksey Kontsevich

      241412




      241412













      • Silly question but How to run it? winusb command not found.

        – LRDPRDX
        Jul 23 '18 at 7:14











      • @LRDPRDX, have You installed it? :) Look for it in Programs Menu.

        – Aleksey Kontsevich
        Jul 23 '18 at 12:46











      • Of course I've installed it (using apt-get manager). I am using i3 wm. It's seems that command to run is woeusb.

        – LRDPRDX
        Jul 23 '18 at 23:10



















      • Silly question but How to run it? winusb command not found.

        – LRDPRDX
        Jul 23 '18 at 7:14











      • @LRDPRDX, have You installed it? :) Look for it in Programs Menu.

        – Aleksey Kontsevich
        Jul 23 '18 at 12:46











      • Of course I've installed it (using apt-get manager). I am using i3 wm. It's seems that command to run is woeusb.

        – LRDPRDX
        Jul 23 '18 at 23:10

















      Silly question but How to run it? winusb command not found.

      – LRDPRDX
      Jul 23 '18 at 7:14





      Silly question but How to run it? winusb command not found.

      – LRDPRDX
      Jul 23 '18 at 7:14













      @LRDPRDX, have You installed it? :) Look for it in Programs Menu.

      – Aleksey Kontsevich
      Jul 23 '18 at 12:46





      @LRDPRDX, have You installed it? :) Look for it in Programs Menu.

      – Aleksey Kontsevich
      Jul 23 '18 at 12:46













      Of course I've installed it (using apt-get manager). I am using i3 wm. It's seems that command to run is woeusb.

      – LRDPRDX
      Jul 23 '18 at 23:10





      Of course I've installed it (using apt-get manager). I am using i3 wm. It's seems that command to run is woeusb.

      – LRDPRDX
      Jul 23 '18 at 23:10













      3














      The Winusb package is not available from this PPA for Wily but there is a technique that worked well on my system to install it using the Saucy package. I have tested this under Trusty but it should also work under Wily:



      Firstly download either 64bit or 32bit package from the PPA:



      64bit:



      wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb


      32bit:



      wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_i386.deb


      Then install the file:



      sudo dpkg -i winusb_1.0.11+saucy1*


      You will see errors such as the following:



      andrew@corinth:~$ sudo dpkg -i winusb_1.0.11+saucy1*
      (Reading database ... 197467 files and directories currently installed.)
      Preparing to unpack winusb_1.0.11+saucy1_amd64.deb ...
      Unpacking winusb (1.0.11+saucy1) over (1.0.11+saucy1) ...
      dpkg: dependency problems prevent configuration of winusb:
      winusb depends on libwxbase2.8-0 (>= 2.8.12.1); however:
      Package libwxbase2.8-0 is not installed.
      winusb depends on libwxgtk2.8-0 (>= 2.8.12.1); however:
      Package libwxgtk2.8-0 is not installed.
      winusb depends on gksu; however:
      Package gksu is not installed.

      dpkg: error processing package winusb (--install):
      dependency problems - leaving unconfigured
      Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
      Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
      Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
      Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
      Rebuilding /usr/share/applications/bamf-2.index...
      Processing triggers for mime-support (3.54ubuntu1.1) ...
      Errors were encountered while processing:
      winusb
      andrew@corinth:~$


      Fix the errors:



      sudo apt-get -f install


      It is a very clumsy method (and certainly will not work for all deb packages!) but has certainly worked on my Trusty system and should also work on Wily:



      enter image description here



      References:




      • Install Winusb in Ubuntu 14.04






      share|improve this answer



















      • 1





        This worked perfectly. Thank you.

        – MathFish
        Apr 8 '16 at 15:36











      • Great news! If you are happy with the answer consider 'accepting' it: askubuntu.com/help/someone-answers

        – andrew.46
        Apr 8 '16 at 20:33
















      3














      The Winusb package is not available from this PPA for Wily but there is a technique that worked well on my system to install it using the Saucy package. I have tested this under Trusty but it should also work under Wily:



      Firstly download either 64bit or 32bit package from the PPA:



      64bit:



      wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb


      32bit:



      wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_i386.deb


      Then install the file:



      sudo dpkg -i winusb_1.0.11+saucy1*


      You will see errors such as the following:



      andrew@corinth:~$ sudo dpkg -i winusb_1.0.11+saucy1*
      (Reading database ... 197467 files and directories currently installed.)
      Preparing to unpack winusb_1.0.11+saucy1_amd64.deb ...
      Unpacking winusb (1.0.11+saucy1) over (1.0.11+saucy1) ...
      dpkg: dependency problems prevent configuration of winusb:
      winusb depends on libwxbase2.8-0 (>= 2.8.12.1); however:
      Package libwxbase2.8-0 is not installed.
      winusb depends on libwxgtk2.8-0 (>= 2.8.12.1); however:
      Package libwxgtk2.8-0 is not installed.
      winusb depends on gksu; however:
      Package gksu is not installed.

      dpkg: error processing package winusb (--install):
      dependency problems - leaving unconfigured
      Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
      Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
      Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
      Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
      Rebuilding /usr/share/applications/bamf-2.index...
      Processing triggers for mime-support (3.54ubuntu1.1) ...
      Errors were encountered while processing:
      winusb
      andrew@corinth:~$


      Fix the errors:



      sudo apt-get -f install


      It is a very clumsy method (and certainly will not work for all deb packages!) but has certainly worked on my Trusty system and should also work on Wily:



      enter image description here



      References:




      • Install Winusb in Ubuntu 14.04






      share|improve this answer



















      • 1





        This worked perfectly. Thank you.

        – MathFish
        Apr 8 '16 at 15:36











      • Great news! If you are happy with the answer consider 'accepting' it: askubuntu.com/help/someone-answers

        – andrew.46
        Apr 8 '16 at 20:33














      3












      3








      3







      The Winusb package is not available from this PPA for Wily but there is a technique that worked well on my system to install it using the Saucy package. I have tested this under Trusty but it should also work under Wily:



      Firstly download either 64bit or 32bit package from the PPA:



      64bit:



      wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb


      32bit:



      wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_i386.deb


      Then install the file:



      sudo dpkg -i winusb_1.0.11+saucy1*


      You will see errors such as the following:



      andrew@corinth:~$ sudo dpkg -i winusb_1.0.11+saucy1*
      (Reading database ... 197467 files and directories currently installed.)
      Preparing to unpack winusb_1.0.11+saucy1_amd64.deb ...
      Unpacking winusb (1.0.11+saucy1) over (1.0.11+saucy1) ...
      dpkg: dependency problems prevent configuration of winusb:
      winusb depends on libwxbase2.8-0 (>= 2.8.12.1); however:
      Package libwxbase2.8-0 is not installed.
      winusb depends on libwxgtk2.8-0 (>= 2.8.12.1); however:
      Package libwxgtk2.8-0 is not installed.
      winusb depends on gksu; however:
      Package gksu is not installed.

      dpkg: error processing package winusb (--install):
      dependency problems - leaving unconfigured
      Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
      Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
      Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
      Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
      Rebuilding /usr/share/applications/bamf-2.index...
      Processing triggers for mime-support (3.54ubuntu1.1) ...
      Errors were encountered while processing:
      winusb
      andrew@corinth:~$


      Fix the errors:



      sudo apt-get -f install


      It is a very clumsy method (and certainly will not work for all deb packages!) but has certainly worked on my Trusty system and should also work on Wily:



      enter image description here



      References:




      • Install Winusb in Ubuntu 14.04






      share|improve this answer













      The Winusb package is not available from this PPA for Wily but there is a technique that worked well on my system to install it using the Saucy package. I have tested this under Trusty but it should also work under Wily:



      Firstly download either 64bit or 32bit package from the PPA:



      64bit:



      wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb


      32bit:



      wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_i386.deb


      Then install the file:



      sudo dpkg -i winusb_1.0.11+saucy1*


      You will see errors such as the following:



      andrew@corinth:~$ sudo dpkg -i winusb_1.0.11+saucy1*
      (Reading database ... 197467 files and directories currently installed.)
      Preparing to unpack winusb_1.0.11+saucy1_amd64.deb ...
      Unpacking winusb (1.0.11+saucy1) over (1.0.11+saucy1) ...
      dpkg: dependency problems prevent configuration of winusb:
      winusb depends on libwxbase2.8-0 (>= 2.8.12.1); however:
      Package libwxbase2.8-0 is not installed.
      winusb depends on libwxgtk2.8-0 (>= 2.8.12.1); however:
      Package libwxgtk2.8-0 is not installed.
      winusb depends on gksu; however:
      Package gksu is not installed.

      dpkg: error processing package winusb (--install):
      dependency problems - leaving unconfigured
      Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
      Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
      Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
      Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
      Rebuilding /usr/share/applications/bamf-2.index...
      Processing triggers for mime-support (3.54ubuntu1.1) ...
      Errors were encountered while processing:
      winusb
      andrew@corinth:~$


      Fix the errors:



      sudo apt-get -f install


      It is a very clumsy method (and certainly will not work for all deb packages!) but has certainly worked on my Trusty system and should also work on Wily:



      enter image description here



      References:




      • Install Winusb in Ubuntu 14.04







      share|improve this answer












      share|improve this answer



      share|improve this answer










      answered Apr 8 '16 at 5:38









      andrew.46andrew.46

      21.7k1469149




      21.7k1469149








      • 1





        This worked perfectly. Thank you.

        – MathFish
        Apr 8 '16 at 15:36











      • Great news! If you are happy with the answer consider 'accepting' it: askubuntu.com/help/someone-answers

        – andrew.46
        Apr 8 '16 at 20:33














      • 1





        This worked perfectly. Thank you.

        – MathFish
        Apr 8 '16 at 15:36











      • Great news! If you are happy with the answer consider 'accepting' it: askubuntu.com/help/someone-answers

        – andrew.46
        Apr 8 '16 at 20:33








      1




      1





      This worked perfectly. Thank you.

      – MathFish
      Apr 8 '16 at 15:36





      This worked perfectly. Thank you.

      – MathFish
      Apr 8 '16 at 15:36













      Great news! If you are happy with the answer consider 'accepting' it: askubuntu.com/help/someone-answers

      – andrew.46
      Apr 8 '16 at 20:33





      Great news! If you are happy with the answer consider 'accepting' it: askubuntu.com/help/someone-answers

      – andrew.46
      Apr 8 '16 at 20:33











      2














      There is a fork of winusb which works great in my Ubuntu Mate 18.04



      It is WoeUSB



      sudo add-apt-repository ppa:nilarimogard/webupd8
      sudo apt-get update
      sudo apt-get install woeusb


      You will find the launcher icon in the menu (or search in the menu).






      share|improve this answer






























        2














        There is a fork of winusb which works great in my Ubuntu Mate 18.04



        It is WoeUSB



        sudo add-apt-repository ppa:nilarimogard/webupd8
        sudo apt-get update
        sudo apt-get install woeusb


        You will find the launcher icon in the menu (or search in the menu).






        share|improve this answer




























          2












          2








          2







          There is a fork of winusb which works great in my Ubuntu Mate 18.04



          It is WoeUSB



          sudo add-apt-repository ppa:nilarimogard/webupd8
          sudo apt-get update
          sudo apt-get install woeusb


          You will find the launcher icon in the menu (or search in the menu).






          share|improve this answer















          There is a fork of winusb which works great in my Ubuntu Mate 18.04



          It is WoeUSB



          sudo add-apt-repository ppa:nilarimogard/webupd8
          sudo apt-get update
          sudo apt-get install woeusb


          You will find the launcher icon in the menu (or search in the menu).







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jul 14 '18 at 4:30

























          answered Jun 27 '18 at 6:03









          bluerayblueray

          158112




          158112























              1














              WinUSB won't work properly on Ubuntu 18.04.



              Use woeUSB instead:



              sudo apt-get install woeusb


              Just restart the system after installation






              share|improve this answer






























                1














                WinUSB won't work properly on Ubuntu 18.04.



                Use woeUSB instead:



                sudo apt-get install woeusb


                Just restart the system after installation






                share|improve this answer




























                  1












                  1








                  1







                  WinUSB won't work properly on Ubuntu 18.04.



                  Use woeUSB instead:



                  sudo apt-get install woeusb


                  Just restart the system after installation






                  share|improve this answer















                  WinUSB won't work properly on Ubuntu 18.04.



                  Use woeUSB instead:



                  sudo apt-get install woeusb


                  Just restart the system after installation







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Jan 26 at 21:13









                  grooveplex

                  2,20611433




                  2,20611433










                  answered Jan 26 at 20:07









                  Aashish DholeAashish Dhole

                  111




                  111






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Ask Ubuntu!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f755053%2fcant-install-winusb-on-ubuntu-15-10%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                      Mangá

                       ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕