Ubuntu Forums Archive Viewer

[SOLVED] Packages needed for samba printer sharing

Archived thread 1001125 from Server Platforms. Markdown source: Server_Platforms/thread_1001125_[SOLVED]_Packages_needed_for_samba_printer_sharing.md

Original URL About this archive
#1

Hi everyone

I've been using Ubuntu Server 8.04 for about 6 months as a NAS device with Samba.

I'm now looking to add printer sharing into my Samba configuration so I guess I need to install cups, but what's the package name?

Are there any other packages I would need as well?

Thanks, B

#2

High temperature cast steel valves are designed and manufactured to provide reliable shutoff and smooth operation under a high temperature environment. The specified bolt torque is maintained during valve assembly, using specialized torque limiting equipment, to prevent valves from leaking between the valve body and bonnet and providing reliable long term operation once the cast steel valve is put into service.

#3

Anyone?

At the moment our printers are shared from a Windows Server 2003 machine, but I'd love to move this over to Ubuntu as well. My goal is to phase out our Windows servers, and that is in sight!

Cheers, B

#4

if i recall right .. you should just be able to use:

sudo apt-get install cupsd or cups

or better yet search and see what cups packages are available:

sudo apt-cache search cups

one you install, samba should have a predefined section already for your printers, so you can use their sample.

#5
#6

Aha, perfect! Yes there's already a section in my smb.conf.default which I will use to configure my printer sharing

Thanks!