LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-04-2016, 07:20 PM   #1
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Rep: Reputation: 176Reputation: 176
Help getting "mkusb"


I'm running Xubuntu 15.10. I've got the mkusb documentation page

https://help.ubuntu.com/community/mkusb

but I get stuck at the very first command:

When I run it I get:

Code:
'universe' distribution component is already enabled for all sources.
Which kind of sounds like I have mkusb but I don't. Anybody got an easy way of getting the GUI version?

Thanks.
 
Old 04-05-2016, 02:52 AM   #2
153rd
Member
 
Registered: Mar 2015
Location: The Netherlands
Distribution: CentOS 7, Ubuntu 12.04, Linux-Mint 17.3
Posts: 46

Rep: Reputation: Disabled
Hello Gregg,

When you run the first command
Code:
sudo add-apt-repository universe
, you add repository 'universe' as one that should be searched when you run apt-get.
So there is nothing going wrong really, it 's just saying that you've already got repository 'universe' added to the list.

just run
Code:
sudo apt-get install mkusb
, and you should be fine

Cheers!
 
Old 04-05-2016, 05:33 AM   #3
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Gregg:
Judging by your considerable efforts using c-line tools in Xubuntu
with .iso images and USB Drives, and what all, have you considered xfburn?
 
Old 04-06-2016, 10:12 PM   #4
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by 153rd View Post
Hello Gregg,

When you run the first command
Code:
sudo add-apt-repository universe
, you add repository 'universe' as one that should be searched when you run apt-get.
So there is nothing going wrong really, it 's just saying that you've already got repository 'universe' added to the list.

just run
Code:
sudo apt-get install mkusb
, and you should be fine

Cheers!
Thanks 153rd but when I run
Code:
sudo apt-get install mkusb
I get:

Code:
gregg@LG:~/Desktop$ sudo apt-get install mkusb
[sudo] password for gregg: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package mkusb
gregg@LG:~/Desktop$
 
Old 04-06-2016, 10:17 PM   #5
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by Habitual View Post
Gregg:
Judging by your considerable efforts using c-line tools in Xubuntu
with .iso images and USB Drives, and what all, have you considered xfburn?
Thanks Habitual. Actually I've had quite good luck with K3b. And as far as I can tell Xfburn is similar. And they both do discs only, and with some of the larger distros they won't fit on the 700 MB max CDs I've got. Hence I'm looking for things that will burn to USB drives.

So yeah, LOL, show me a way to burn a distro to a USB drive and I'll be happy.

Unetbootin has been unreliable. Startup Disk Creator burns only Ubuntu or Ubuntu based distros. I'm just looking for something that does the job.

And I'd actually prefer something with a GUI.
 
Old 04-07-2016, 12:58 AM   #6
153rd
Member
 
Registered: Mar 2015
Location: The Netherlands
Distribution: CentOS 7, Ubuntu 12.04, Linux-Mint 17.3
Posts: 46

Rep: Reputation: Disabled
Hey gregg,

Did you try 'tabbing through' the available packages? like:
sudo apt-get install mk<tab>

Maybe it's got a postfix or something.
 
Old 04-07-2016, 08:06 AM   #7
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
Quote:
Which kind of sounds like I have mkusb but I don't.
No, it doesn't. It sounds like you already have that repsitory enabled. If you read down to the section Quick Start Manual and mkusb PPA you would see the quote below:

Quote:
If you run standard Ubuntu, you need an extra instruction to get the repository Universe. (Kubuntu, Lubuntu ... Xubuntu have the repository Universe activated automatically.)
Which means you either didn't read it or didn't read it carefully. You are using Xubuntu, correct. So you need to skip that command and enter the next 3 commands consecutively to install.

Quote:
sudo add-apt-repository ppa:mkusb/ppa # and press Enter
sudo apt-get update
sudo apt-get install mkusb
 
1 members found this post helpful.
Old 04-07-2016, 08:54 AM   #8
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by Gregg Bell View Post
I'm running Xubuntu 15.10. I've got the mkusb documentation page

https://help.ubuntu.com/community/mkusb

but I get stuck at the very first command:

When I run it I get:

Code:
'universe' distribution component is already enabled for all sources.
This step isn't needed, you already have it enabled.

Next:
Code:
sudo add-apt-repository ppa:mkusb/ppa
in terminal spews:
Code:
[sudo] password for jj: 
You are about to add the following PPA to your system:
 More info: https://launchpad.net/~mkusb/+archive/ubuntu/ppa
Press [ENTER] to continue or ctrl-c to cancel adding it

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.moYjnLh1cS --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 54B8C8AC
gpg: requesting key 54B8C8AC from hkp server keyserver.ubuntu.com
gpg: key 54B8C8AC: "Launchpad PPA for MKUSB" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
No problemo.

Next:
Code:
sudo apt-get update
sudo apt-get install mkusb
Quote:
Welcome to mkusb 10.5.1

Please copy the data you want to keep to another device,
for example an external hard disk drive or a cloud service,
and double-check that you select the correct target device!

mkusb will use the whole target device, so

* the target will be formatted and completely overwritten *

There will be no easy way to recover any previous data.
Expensive intelligence services might restore some data.
mkusb from my Xfce Whisker Menu.
 
Old 04-07-2016, 02:02 PM   #9
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Okay, I got it, guys. Thank you very much!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Remapping a Northgate Omnikey "Omni" button to serve as a "Windows" or "Super" key. CVAlkan Linux - Hardware 6 01-07-2019 12:21 PM
[SOLVED] X: "loading extension glx" "no screens found" "fatal server error" (w/ nvidia driver) Geremia Slackware 7 12-29-2014 11:00 AM
[SOLVED] "net rpc" "failed to connect to ipc$ share on" or "unable to find a suitable server" larieu Linux - General 0 11-09-2014 12:45 AM
unpredictable "delete" "move to trash" or "cut" file menu option dorianrenato Linux - General 3 11-28-2011 06:41 PM
LXer: Displaying "MyComputer", "Trash", "Network Servers" Icons On A GNOME Desktop LXer Syndicated Linux News 0 04-02-2007 08:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration