3

I have installed office home 2007 using Playonlinux.

It installed and worked perfectly.

The only thing that doesn't work is the printer. I have installed my printer on my Ubuntu 16 and thats ok. I assume Playonlinux needs to be configured to run the printer to.

Can anybody help with what to do or direct me to instructions on what to do?

Kind Regards

Ian

  • 1
    You don't "install drivers" with WINE, that's not how it works. Maybe you could just export to pdf, have never used MS Office on WINE. Did you check in the WINE app database? – xangua Dec 27 '16 at 02:04
  • Hi Wine didn't work installing Office 2007 home and student, so we used playonlinux instead. I could just use libreoffice but would like to use the 2007 instead. – Sarian90 Dec 27 '16 at 03:02
  • Play on Linux is a WINE fronted. – xangua Dec 27 '16 at 03:15

1 Answers1

4

PlayOnLinux is a front-end for Wine. Wine actually uses CUPS to print. You might need to configure CUPS for your printer of choice so you can print from your Wine applications.

First, make sure CUPS is installed:

sudo apt install cups

After CUPS is installed, you can access the CUPS admin page from a web browser by accessing the following address:

http://127.0.0.1:631

Check the printers tab to see if any printer has been added:

enter image description here

If you have a printer, then you should be good to print. If not, add one by clicking on the Administration tab. Then click on the Add Printer button:

enter image description here

Next, it should come up and show you all printers on your system. Click the printer you want to use:

enter image description here

Click continue. It should be now showing you the information about your printer.

enter image description here

If it all looks good, click continue again. Now you get more information.

enter image description here

If that looks good, now click Add Printer button. It should bring you to the default settings.

enter image description here

Click Set Default Options. Now your printer should be added.

enter image description here

You will need to close all Wine apps first. Now, in your Office 2007 apps, when you print you should now see the printer to print to.

enter image description here


Hope this helps!

Terrance
  • 41,612
  • 7
  • 124
  • 183
  • 1
    Thx, I'm using MS Office 2016. And needed to make PDF from Excel. I was not able to do it because I had no printers installed. cups-pdf solved it for me. – Abu Abdallah Nov 13 '21 at 08:10