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 05-23-2006, 08:37 PM   #1
robeec
LQ Newbie
 
Registered: May 2006
Location: new york
Posts: 4

Rep: Reputation: 0
help installing packages


hi, i installed an os called linspire--i'm reading the unix core is debian, and it's fine as long as i dl the software they have: i successfully installed kooka for my epson scanner (but still haven't found s.w. like acrobat, where i can scan directly into and edit, print or fax like i used to do on this dell when i ran winxp); digikam for my kodak but the linspire site doesn't have a one-click installation for my lexmark z615 printer. i dl-ed the driver from lexmark but i can't figure out how to install the driver using the terminal and i need to learn how but everything i read seems cryptic...any advice?
i need a driver for a logitech trackball as i'm disabled and have limited dexterity.

thanks, rob
 
Old 05-23-2006, 11:24 PM   #2
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210
Disclaimer: I don't use Linspire. I use Debian; so, my advice may not apply.

As root, install the program printconf. Run this program. It will set up your printer.

To install it, run the following commands in the terminal:
apt-get update
apt-get install printconf

Then, still in the terminal, just enter the command "printconf", and your printer will be set up.
 
Old 05-24-2006, 09:04 AM   #3
robeec
LQ Newbie
 
Registered: May 2006
Location: new york
Posts: 4

Original Poster
Rep: Reputation: 0
thanks, it went like this...

robeec:~# apt-get update
Reading Package Lists... Done
robeec:~# apt-get install printconf
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package printconf
robeec:~# printconf
-su: printconf: command not found
robeec:~# su printconf
Unknown id: printconf
robeec:~# printconf
-su: printconf: command not found
robeec:~#


i'm told linspire use debian linux. i thank you in advance for any help...rob
 
Old 05-24-2006, 01:00 PM   #4
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,883
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Never used Linspire as I prefer Debian itself.

But for your printing problem you may want to look here:
LinuxPrinting.org
http://www.linuxprinting.org/

You may need to setup your sources.list to point to proper Debain repos.
APT HOWTO
http://www.debian.org/doc/manuals/ap....html#contents

Last there is an "Official" Linspire forum you may want to take a look at.
Linspire.com Community Forums
http://forum.linspire.com/
 
Old 05-24-2006, 01:09 PM   #5
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210
Hmm. Linspire, while derived from Debian, is a different distro.
Go to http://localhost:631 and see if you can set up your printer there. This is a web interface of the CUPS (Common UNIX Printing System), which most Linux systems use to set up printers. If nothing shows up at this site, install cupsys and cupsys-client (and maybe cupsys-bsd). A generic CUPS driver might work for this. Most of these drivers exist in the package foomatic-filters-ppds (note, this is a big package). First, though, try the specific driver offered by the Lexmark site.

So, try this (keep in mind my initial disclaimer from post two):

Code:
apt-get install cupsys-client cupsys cupsys-bsd alien
Note: If it gives a bunch of warnings about removing its current printing system for CUPS, then hold off on installing CUPS (Linspire may use something else). Instead, just install "alien" for now (which is used to install the Lexmark driver).

Then, go to the Lexmark site, and download the RPM for Lexmark Z605 (closest I could find).

Now, in your terminal, go to the directory where you downloaded the z600llpddk-2.0-1.i386.rpm file (I'll assume your home directory at robeec:~#.) Run the following command:
Code:
robeec:~# alien z600llpddk-2.0-1.i386.rpm
This converts the rpm package into a debian package. You'll get a message something like this:
Code:
z600llpddk_2.0-2_i386.deb generated
Now, install this:
Code:
robeec:~# dpkg -i z600llpddk_2.0-2_i386.deb
If Linspire has an "Add printer" wizard, try it, since you now have the driver installed. Perhaps simply rebooting would work at this point. If not, then now be sure to have CUPS installed, and try the following:

Then, in your web browser, open http://localhost:631. Click on Administration, and Add Printer. Follow the steps. If you do not see your printer listed, try the closest one.

If this doesn't work, try installing foomatic-filters-ppds, and then go back to your web browser, at http://localhost:631. There will now be dozens of drivers to choose from. Select the closest one, and give it a try.


For the trackball, try installing dasher. I don't know much about this, but I did a quick search for "trackball" in Synaptic, and the program dasher came up. When you're looking for stuff, Synaptic is a great tool. Anyway, Synaptic described "Dasher" thusly:
Quote:
A graphical predictive text input system
Dasher is an information-efficient text-entry interface, driven by natural
continuous pointing gestures. Dasher is a competitive text-entry system
wherever a full-size keyboard cannot be used - for example,

* on a palmtop computer
* on a wearable computer
* when operating a computer one-handed, by joystick, touchscreen, trackball,
or mouse .....
You can create pdf (Acrobat) files using OpenOffice.org word processor. This program allows you to save files in Acrobat format (you can't edit pdf files, though; so, it's useful to save them in odt format also for later editting (or doc, if you prefer).

Good luck.

Last edited by mark_alfred; 05-24-2006 at 02:04 PM.
 
Old 05-24-2006, 02:48 PM   #6
robeec
LQ Newbie
 
Registered: May 2006
Location: new york
Posts: 4

Original Poster
Rep: Reputation: 0
thanks, nice ppl

i'm gonna give this a try...

hey, you guys think i should get rid of linspire and dl red hat?
 
Old 05-24-2006, 02:53 PM   #7
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210
Quote:
Originally Posted by robeec
i'm gonna give this a try...

hey, you guys think i should get rid of linspire and dl red hat?
I know nothing about Red Hat; so, I can't really say.
 
Old 05-24-2006, 03:29 PM   #8
robeec
LQ Newbie
 
Registered: May 2006
Location: new york
Posts: 4

Original Poster
Rep: Reputation: 0
maybe debian

Quote:
Originally Posted by mark_alfred
I know nothing about Red Hat; so, I can't really say.
better off w/debian?
 
Old 05-24-2006, 03:38 PM   #9
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210
Since you currently have Linspire, I think for now it'd be best to work with it. I've never used Linspire; so, I don't really know. Feel free to try my suggestions in post 5. With Debian, all the basic software, like printconf, cups, cupsys, dasher, etc, is available for free. I don't know if that's the case with Linspire or not (ie, whether the "click and run" service costs money or not.)

Another program that might be helpful for setting up your printer, which is in Linspire's CNR utility, is pup. Dasher is also in the CNR, as is CUPS, etc.

Good luck.

PS, printconf is also in the CNR Warehouse.

Last edited by mark_alfred; 05-24-2006 at 11:39 PM.
 
  


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
installing packages randell6564 Mandriva 2 12-29-2005 04:49 PM
Installing Packages. mir_sheely Linux - Software 3 01-11-2005 01:07 PM
Installing packages ... how to Llamaman Linux - Newbie 2 01-27-2004 11:16 AM
Installing Packages? BajaNick Linux - General 6 07-24-2003 09:15 PM
Installing packages artman62 Linux - Distributions 0 07-23-2002 01:00 PM

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

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