Results 1 to 7 of 7

Thread: Disabling cups?

  1. #1
    Join Date
    Jan 2009
    Location
    Kansas City, MO
    Beans
    79

    Disabling cups?

    Is there a way I can disable cups? I don't think I need it(not 1 printer in the house). I might be wrong ,not sure. Can someone please advise?

    Thanks ahead of time.
    Registered Linux User #486440

  2. #2
    Join Date
    Jul 2007
    Beans
    13

    Re: Disabling cups?

    If you go to Preferences > Sessions, you can uncheck services you don't want at startup, so you probably want to uncheck the printing services.

    Next time you reboot, no more printing services.

  3. #3
    Join Date
    Feb 2008
    Location
    Decatur, GA
    Beans
    1,157
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Disabling cups?

    I would think that unless there's a specific reason you don't need CUPS, you would want to leave it alone. With no active printers, it can't be using much in the way of resources. . .

    But, since you're asking . . . have you considered a complete removal? Reinstalling later is no sweat, especially if you don't have it configured already.

    UPDATE: tdayal posted at the same time - that suggestion might be better
    yeats - Ubuntu 13.04

  4. #4
    Join Date
    Oct 2007
    Beans
    245
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Disabling cups?

    Why would you want to disable it? Is CUPS causing you any trouble?

    I think that
    Code:
    sudo apt-get remove cups-pdf cupsys cupsys-bsd cupsys-client cupsys-common cupsys-driver-gutenprint libcupsys2
    will remove CUPS, however, I don't recommend removing it.

  5. #5
    Join Date
    Jan 2009
    Location
    Kansas City, MO
    Beans
    79

    Re: Disabling cups?

    Don't have a printer at all and don't plan on buying one so don't need cups. Unless it is used for something else also?
    Registered Linux User #486440

  6. #6
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Disabling cups?

    One other way to accomplish what you want is to stop cups from starting at boot up, open a Applications-->Accessories-Terminal and type:

    Code:
    sudo update-rc.d -f cups remove
    That way if you ever need to connect a printer, you don't have to reinstall cups, you can just start the service as needed.

    Jim

  7. #7
    Join Date
    Jan 2009
    Location
    Kansas City, MO
    Beans
    79

    Re: Disabling cups?

    Quote Originally Posted by cariboo907 View Post
    One other way to accomplish what you want is to stop cups from starting at boot up, open a Applications-->Accessories-Terminal and type:

    Code:
    sudo update-rc.d -f cups remove
    That way if you ever need to connect a printer, you don't have to reinstall cups, you can just start the service as needed.

    Jim
    Thanks Jim, this disabled it from starting at boot.
    Registered Linux User #486440

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •