LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 11-09-2010, 06:53 AM   #1
mandibabe83
LQ Newbie
 
Registered: Nov 2010
Posts: 13

Rep: Reputation: 0
Making everything executable problems installing and downloading


I am having problems downloading and installing files on Linux. I am new at the program. I can not install my printer. I can not install anything. I was hoping for a easy way to do all this. I hear about command prompt but not sure where it is or anything in simple language. I am not getting no where. I just want everything to be executable. So word to word on how to go by doing this. Thank you for reading.
 
Old 11-09-2010, 07:04 AM   #2
fbobraga
Member
 
Registered: Jul 2010
Location: São Paulo - Brasil
Distribution: Debian 7 / Crunchbang 11
Posts: 229

Rep: Reputation: 41
http://linux.oneandoneis2.org/LNW.htm

this may help: https://help.ubuntu.com/community/Sw...tu/FromWindows

Last edited by fbobraga; 11-09-2010 at 07:06 AM.
 
Old 11-09-2010, 08:23 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Welcome to LQ. .. .. ..

... And when you have read everything in the two links from @fbobraga:

Command line : Open a terminal window and try this :
apt-cache search <name> ( or part of name ) : To find a package.
sudo apt-get install <package-name> : Will install a package.

We do not download software for Linux.
The selection of 30,000 packages covers the most basic stuff.
Here you have an overview of the packages :
http://packages.ubuntu.com/maverick/
..

Last edited by knudfl; 11-09-2010 at 08:25 AM.
 
Old 11-09-2010, 09:04 AM   #4
mandibabe83
LQ Newbie
 
Registered: Nov 2010
Posts: 13

Original Poster
Rep: Reputation: 0
I am trying to install my printer CD driver but it is not executable so I can not do it. I am not going anywhere with this.
 
Old 11-09-2010, 09:53 AM   #5
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Your CDROM can be accessed by using the 'mount' command (or use a GUI icon right-mouse-click action) but if your printer driver CD only contains drivers for mcrsft products that won't work anyway. It could help if you post the exact brand and version of the printer as often drivers are made available by either the vendor, included in the distribution (please fill in your distribution details in your user control panel) or through say http://www.openprinting.org/drivers or http://www.cups.org/ppd.php. If your printer driver CD contains drivers for Linux then there might be a README file with instructions for compiling and installing a driver from source or how to install binary printer drivers: if unsure list the contents of your CDROM.
 
Old 11-09-2010, 11:02 AM   #6
mandibabe83
LQ Newbie
 
Registered: Nov 2010
Posts: 13

Original Poster
Rep: Reputation: 0
I do not know how to use the mount command or any commands for that matter. I am a newbie.
 
Old 11-09-2010, 11:08 AM   #7
fbobraga
Member
 
Registered: Jul 2010
Location: São Paulo - Brasil
Distribution: Debian 7 / Crunchbang 11
Posts: 229

Rep: Reputation: 41
Quote:
Originally Posted by mandibabe83 View Post
I am trying to install my printer CD driver but it is not executable so I can not do it. I am not going anywhere with this.
You not need to use the driver CD, just plug and turn on it: it should work. If not, this may help: https://help.ubuntu.com/community/Printers (note that you will not use the driver CD at all)

Last edited by fbobraga; 11-09-2010 at 11:44 AM.
 
Old 11-09-2010, 11:09 AM   #8
cantab
Member
 
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553

Rep: Reputation: 115Reputation: 115
Start with the basics. What version of Linux do you have? What is the make and model of your printer?

Last edited by cantab; 11-09-2010 at 11:10 AM.
 
Old 11-09-2010, 11:23 AM   #9
mandibabe83
LQ Newbie
 
Registered: Nov 2010
Posts: 13

Original Poster
Rep: Reputation: 0
One of my husbands friends installed it yesturday due to our Virus corrupting our computers windows. It has applications places and systems at the top. Brown bar. With wine and gnome. I just starting using it today.
 
Old 11-09-2010, 11:24 AM   #10
mandibabe83
LQ Newbie
 
Registered: Nov 2010
Posts: 13

Original Poster
Rep: Reputation: 0
My printer is a HP D1600 series I got this year.
 
Old 11-09-2010, 11:34 AM   #11
fbobraga
Member
 
Registered: Jul 2010
Location: São Paulo - Brasil
Distribution: Debian 7 / Crunchbang 11
Posts: 229

Rep: Reputation: 41
Quote:
Originally Posted by mandibabe83 View Post
My printer is a HP D1600 series I got this year.
Turn on it, plug it, and try to print something: it must work (also an entry for it must already exists in System->Administration->Printers)
 
Old 11-09-2010, 11:41 AM   #12
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
That printer should work with the latest version of HP's software, HPLIP. I know, because I've got one. See post 7 for Ubuntu specific instructions (which is what you appear to be running).
 
Old 11-09-2010, 11:54 AM   #13
mandibabe83
LQ Newbie
 
Registered: Nov 2010
Posts: 13

Original Poster
Rep: Reputation: 0
I downloading the HPLIP for version 10.4 with Ubuntu guessing that is what it is. I opened file but it is telling me to browse to have it open. Not sure what to use to open it.
 
Old 11-09-2010, 11:58 AM   #14
fbobraga
Member
 
Registered: Jul 2010
Location: São Paulo - Brasil
Distribution: Debian 7 / Crunchbang 11
Posts: 229

Rep: Reputation: 41
Quote:
Originally Posted by mandibabe83 View Post
I downloading the HPLIP for version 10.4 with Ubuntu guessing that is what it is. I opened file but it is telling me to browse to have it open. Not sure what to use to open it.
The printer is not working? - there's no need to install anything, if it is already working.
(install drivers for anything is a windows thing...)

Last edited by fbobraga; 11-09-2010 at 11:59 AM.
 
Old 11-09-2010, 12:02 PM   #15
mandibabe83
LQ Newbie
 
Registered: Nov 2010
Posts: 13

Original Poster
Rep: Reputation: 0
it shows up under printer but it does not print at all.
 
  


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
Monitor problems after downloading and installing 9.10 drmjh Ubuntu 5 11-01-2009 03:39 PM
[SOLVED] making script executable rabiticide Linux - Software 3 09-08-2009 09:41 PM
making script executable; getting no such file or directory madwida Slackware 4 10-08-2008 09:19 AM
Making an executable/path into a command kc0ltv SUSE / openSUSE 2 01-22-2006 01:28 AM
Difficulty downloading executable Macintosh files in Linux Tired8281 Linux - Newbie 1 05-08-2004 06:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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