LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 03-18-2011, 01:54 PM   #1
russiangary
LQ Newbie
 
Registered: Mar 2011
Posts: 24

Rep: Reputation: 0
new to Linux downloads


i have been trying to open up a program i download.program is unetbooting. on windows you simply open the download. on Linux all these windows pop up. can someone please tell me how to open a download program to use it. please say it in old man understandable terms.
 
Old 03-18-2011, 01:58 PM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Take a look at
http://unetbootin.sourceforge.net/
It explains how to install and use unetbootin in linux.

Kind regards
 
Old 03-18-2011, 02:05 PM   #3
russiangary
LQ Newbie
 
Registered: Mar 2011
Posts: 24

Original Poster
Rep: Reputation: 0
that's where i got download from. thats little help. if i open the downloads goes to choose application. no idea what they mean. then big list opens up of app. have no idea which one to open to download.
 
Old 03-18-2011, 02:14 PM   #4
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
At the top of the page, click the
download for linux button.
It will download the file
Code:
unetbootin-linux-502
Choose safe to disk.
Then follow the instructions on the page to install in linux.

Kind regards

Last edited by repo; 03-18-2011 at 02:16 PM.
 
Old 03-18-2011, 02:22 PM   #5
russiangary
LQ Newbie
 
Registered: Mar 2011
Posts: 24

Original Poster
Rep: Reputation: 0
when you open up the download. it says choose an app. then you press choose a long list comes up. i have no idea how to choose right program.
 
Old 03-18-2011, 02:24 PM   #6
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Did you even read the page?

Quote:
If using Linux, make the file executable (using either the command chmod +x ./unetbootin-linux, or going to Properties->Permissions and checking "Execute"), then start the application, you will be prompted for your password to grant the application administrative rights, then the main dialog will appear, where you select a distribution and install target (USB Drive or Hard Disk), then reboot when prompted.
Kind regards
 
Old 03-18-2011, 02:29 PM   #7
russiangary
LQ Newbie
 
Registered: Mar 2011
Posts: 24

Original Poster
Rep: Reputation: 0
yes i did read. but when Ur new to computers that's makes no sense at all.
 
Old 03-18-2011, 02:35 PM   #8
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Right click on the file
goto
Code:
Properties->Permissions and check "Execute"
Then double click the file to start it.

Kind regards
 
Old 03-18-2011, 02:39 PM   #9
russiangary
LQ Newbie
 
Registered: Mar 2011
Posts: 24

Original Poster
Rep: Reputation: 0
what is it with you high tech people. that you cant explain something in plain English.i red your last reply. i right click download. it opens with open or open file. nothing like you said in last reply.
 
Old 03-18-2011, 02:42 PM   #10
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Did you already downloaded the file?

Kind regards
 
Old 03-18-2011, 02:50 PM   #11
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
Which distro are you using?

The preferred way to install software in linux is using your package manager. Different distros use different programs for this, but the idea is the same in all of them.

http://en.wikipedia.org/wiki/Package_management_system

A "package" in linux is roughly equivalent to an .exe file in windows.

You almost never download a program directly from the program's site in linux. And those times you do, it is frequently distributed as the source code, which must be compiled to run on the computer.

http://en.wikipedia.org/wiki/Software_build

So, to install a program in Ubuntu, for example, you can either go to Add/Remove Software in your menu, search unetbootin, and install, or from a terminal enter
Code:
sudo apt-get install unetbootin
https://help.ubuntu.com/community/InstallingSoftware

Unetbootin is a little different, because they distribute a binary file that doesn't need to be compiled first. So you can download that from their site and run it. However, in order to do so, you need to make tell your system that it's ok to run the program. This is done by setting the executable flag on the file, which is the command mentioned above
Code:
chmod +x ./unetbootin-linux
http://www.comptechdoc.org/os/linux/..._ugfilesp.html
 
Old 03-18-2011, 02:55 PM   #12
russiangary
LQ Newbie
 
Registered: Mar 2011
Posts: 24

Original Poster
Rep: Reputation: 0
yes have download file. i,m using peppermint Linux. try to get usb drive so i can change to Ubuntu.
 
Old 03-18-2011, 02:57 PM   #13
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Open a filemanager and right click on the file.

Kind regards
 
Old 03-18-2011, 02:59 PM   #14
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
Peppermint is based on Ubuntu, I believe, so try installing with
Code:
sudo apt-get install unetbootin
 
Old 03-18-2011, 06:37 PM   #15
russiangary
LQ Newbie
 
Registered: Mar 2011
Posts: 24

Original Poster
Rep: Reputation: 0
i really thank everyone for trying to help. but what is code. what i need is a way for someone to explain how to open a file in peppermint Linux. no high tech. please explain . in simple terms.all i want is to open a file and put unetinboot on my Linux system.
 
  


Reply



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
need Linux 7.04 and 7.10 downloads Len Tyree Linux - Newbie 11 09-01-2008 07:43 AM
XP Downloads Fast ... Ubuntu Downloads Slow :( Dinerty Ubuntu 2 07-23-2006 02:31 PM
Downloads for Linux Dark Horseman Linux - General 2 01-28-2006 09:06 PM
Linux Downloads ceenu99 Linux - Software 1 07-18-2005 05:15 PM
Downloads.com Down On Linux!!! Dan_Solo Linux - General 9 07-20-2003 10:18 AM

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

All times are GMT -5. The time now is 05:11 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