Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-11-2010, 12:12 AM
|
#1
|
LQ Newbie
Registered: Feb 2009
Posts: 14
Rep:
|
Confusing
I have to admit a pride at using Linux but a feeling that I am just not clever enough for it.
I tried my first game download of Danger from the Deep and just did not know what to do with it. Open it with what? I finally gave and put the download in the trash. It MAY be that linux is just not helpful enough.
|
|
|
01-11-2010, 12:18 AM
|
#2
|
Member
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553
Rep:
|
The site you downloaded the game from should have explained how to install and/or run it. Unfortunately it appears that in this case it DOESN'T. That is an oversight of the game's developers.
|
|
|
01-11-2010, 03:09 AM
|
#3
|
LQ Guru
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,726
|
Usually, if you understand what type of file it is you will know how to proceed. What type of file was is? If, you do not know, what was the file name? That should tell you.
Failing that, you can use the "file" command to tell you what type of file it is.
Code:
file mysteryfiletype
Where "mysteryfiletype" is the file in the current directory.
Evo2.
|
|
|
01-11-2010, 11:26 AM
|
#4
|
LQ Newbie
Registered: Feb 2009
Posts: 14
Original Poster
Rep:
|
Well, as with other things I've downloaded like screenshot, I tried to open it with adept installer. But I don't know where to go with it from there.
|
|
|
01-11-2010, 11:33 AM
|
#5
|
Member
Registered: Jan 2009
Posts: 165
Rep:
|
If you downloaded the linux installer, dangerdeep-0.3.0-linux-installer.bin, then you simply run the file (with root privileges) like this:
sudo ./dangerdeep-0.3.0-linux-installer.bin
The 'sudo' command runs the program as root, the './' before the file name means that you are running the file from the current directory (the '.' means the current directory), and the rest is the file you are running. It should be all automatic from there. Don't try to install with any package managers in this case.
|
|
|
01-11-2010, 11:39 AM
|
#6
|
Senior Member
Registered: Jun 2006
Location: England
Distribution: Debian Stable
Posts: 1,508
Rep:
|
Just checked the website and it looks like the file you download is an executable:
http://dangerdeep.sourceforge.net/downloads/
So to run the installer you may need to change its permissions,so navigate in a shell to where you have downloaded the file.
Then as root or using sudo:
chmod +x dangerdeep-0.3.0-linux-installer.bin
Then run the installer with:
./dangerdeep-0.3.0-linux-installer.bin
Edit:too slow again!!.
Last edited by the trooper; 01-11-2010 at 11:40 AM.
|
|
|
01-11-2010, 01:22 PM
|
#7
|
LQ Newbie
Registered: Feb 2009
Posts: 14
Original Poster
Rep:
|
I very much appreciate the help but I think I need to learn more. I have very little experience with the command line. I've only used it for apt-get stuff so far. I'm a little nervous about tinkering around behind the curtains for fear of creating a problem. I've searched but not found a good command line basic tutorial. If anyone knows of one, I should probably start there.
|
|
|
01-11-2010, 01:29 PM
|
#8
|
Member
Registered: Jan 2008
Location: Brighton, UK
Distribution: Ubuntu 18.04 / CentOS 7.6
Posts: 397
Rep:
|
Quote:
Originally Posted by launch6221
I very much appreciate the help but I think I need to learn more. I have very little experience with the command line. I've only used it for apt-get stuff so far. I'm a little nervous about tinkering around behind the curtains for fear of creating a problem. I've searched but not found a good command line basic tutorial. If anyone knows of one, I should probably start there.
|
You're missing out on the primary awesome-ness of Linux unless you get stuck into the command line
This looks promising...
http://linuxcommand.org/tlcl.php
HTH
|
|
|
01-11-2010, 01:31 PM
|
#9
|
Senior Member
Registered: Jun 2006
Location: England
Distribution: Debian Stable
Posts: 1,508
Rep:
|
Last edited by the trooper; 01-11-2010 at 01:34 PM.
|
|
|
01-11-2010, 02:37 PM
|
#10
|
LQ 5k Club
Registered: May 2003
Location: London, UK
Distribution: Fedora40
Posts: 6,152
|
Quote:
I very much appreciate the help but I think I need to learn more.
|
The LQ member onebuck has a load of links to help you (in his sig).
Here's a link to one of his posts: Follow his links, and bookmark them.
http://www.linuxquestions.org/questi...58#post3822358
|
|
|
01-12-2010, 07:13 PM
|
#11
|
LQ Newbie
Registered: Feb 2009
Posts: 14
Original Poster
Rep:
|
Thanks again the help. LOTS of good reading done and more to do. Beginning to understand about having to change files and permissions, etc. I'm a little less afraid of the command line. I guess if you really don't know what you're doing, it's pretty hard to screw anything up.
|
|
|
All times are GMT -5. The time now is 06:21 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|