Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installing printers from a command line. 3

Status
Not open for further replies.
Jan 10, 2001
2,873
US
Does anyone have detailed instructions on how to install a printer for use with Linux RH7 from a command prompt? I need the ability to install printers woith out going into Xwindows. Is that possible? James Collins
Field Service Engineer
A+, MCP

email: butchrecon@skyenet.net

Please let us (Tek-tips members) know if the solutions we provide are helpful to you. Not only do they help you but they may help others.
 
How do I create a symlink? James Collins
Field Service Engineer
A+, MCP, Network+

email: butchrecon@skyenet.net

Please let us (Tek-tips members) know if the solutions we provide are helpful to you. Not only do they help you but they may help others.
 
Here is the message when doing a rpm -V printconf

[root] jbailey:/root> rpm -V printconf
Unsatisfied dependencies for printconf-0.3.44-1: alchemist >= 1.0.12, python ,
perl , PyXML , LPRng >= 3.7.4-9, m4, perl, ghostscript, pnm2ppa, bzip2, gzip,
foomatic, alchemist >= 1.0.12, newt >= 0.50.30, /bin/sh , /bin/sh , ld-linux.s
o.2 , libc.so.6 , /bin/bash , /bin/sh , /usr/bin/perl , /usr/bin/python ,
libc.so.6(GLIBC_2.0) , libc.so.6(GLIBC_2.1) , libc.so.6(GLIBC_2.1.3)
SM5....T c /etc/alchemist/namespace/printconf/local.adl
.......T c /etc/printcap.local James Collins
Field Service Engineer
A+, MCP, Network+

email: butchrecon@skyenet.net

Please let us (Tek-tips members) know if the solutions we provide are helpful to you. Not only do they help you but they may help others.
 
A symlink is a shortcut. You create one using ...

ln -s 'target' 'link_name'

If you want to make a shortcut for a file in your home directory called 'script' and put it in /usr/bin, then...

ln -s /home/chris/script /usr/bin/script



Those error messages from the 'rpm -V' mean that the package isn't really installed. Your missing a lot of dependencies, and it could become a lot of work fulfilling them. Is it possible for you to upgrade your OS to RH73? If not, I would look at other solutions or see if you can download the source code for this package somewhere, instead of an RPM. I did a quick search and couldn't find it. There are many other solutions that will work just fine. Check out this website...



ChrisP
 
The company I work for only provides RH7 to its customers. We need a way to install printers via the command line since we dial in over modems for support. Any suggestions? James Collins
Field Service Engineer
A+, MCP, Network+

email: butchrecon@skyenet.net

Please let us (Tek-tips members) know if the solutions we provide are helpful to you. Not only do they help you but they may help others.
 
The page keeps coming up as invalid for James Collins
Field Service Engineer
A+, MCP, Network+

email: butchrecon@skyenet.net

Please let us (Tek-tips members) know if the solutions we provide are helpful to you. Not only do they help you but they may help others.
 
however worked. Thansk Will look at it. James Collins
Field Service Engineer
A+, MCP, Network+

email: butchrecon@skyenet.net

Please let us (Tek-tips members) know if the solutions we provide are helpful to you. Not only do they help you but they may help others.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top