Rob FaulsRob Fauls
    What's Hot

    Gitlab Install on Debian 11 with Cloudflared and SendGrid

    January 23, 2023

    Odoo – Hide “Manage databases” link in the login screen

    November 7, 2022

    Extend LVM Volume

    November 4, 2022
    Facebook Twitter LinkedIn
    • Home
    • VMware
      • Storage
    • Odoo
    • Linux
    • About
      • About Me
      • Privacy Policy
    Rob FaulsRob Fauls
    Home ยป Install wkhtmltopdf on Debian11
    Linux

    Install wkhtmltopdf on Debian11

    Rob FaulsBy Rob FaulsOctober 27, 2022Updated:November 7, 2022No Comments
    Facebook Twitter LinkedIn Email Reddit Telegram
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Wkhtmltopdf is a command line tool used to convert HTML to PDF format. In this article, I will cover how to download the latest .deb package, install prerequisites, and install wkhtmltopdf.

    This was written to pair with our Odoo 16- Install on Debian 10/Debian 11 guide. I am not covering usage of wkhtmltopdf within this article. If you’d like more information on wkhtmltopdf, please leave a comment and I’d be happy to provide more information/usage instructions.

    1: Install prerequisites:

    Install wget (if not already installed):

    # sudo apt update
    # sudo apt install wget

    2: Install wkhtmltopdf on Debian 11

    The links below contain the latest releases as of 10/25/2022. Please double check GitHub for the latest available release: https://github.com/wkhtmltopdf/packaging/releases/latest

    # wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.bullseye_amd64.deb
    # sudo apt install ./wkhtmltox*bullseye_amd64.deb

    Check that the version installed is what you were expecting:

    # wkhtmltopdf --version
    wkhtmltopdf 0.12.6.1 (with patched qt)
    

    3: Success!!!

    This was a quick and easy guide. At some point, I’ll script out an auto-installer that will grab the latest current release from GitHub, but today is not that day. Please leave a comment if you think I’ve missed anything.

    wkhtmltopdf Debian11 install
    Previous ArticleOdoo 16- Manual Install on Debian 10/Debian 11
    Next Article Odoo 16- Automated Install on Debian 11

    Related Posts

    Gitlab Install on Debian 11 with Cloudflared and SendGrid

    January 23, 2023

    Extend LVM Volume

    November 4, 2022

    Upgrade Debian 10 to Debian 11

    November 4, 2022

    Leave A Reply Cancel Reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Editors Picks
    Latest Posts

    Gitlab Install on Debian 11 with Cloudflared and SendGrid

    January 23, 2023

    Odoo – Hide “Manage databases” link in the login screen

    November 7, 2022

    Extend LVM Volume

    November 4, 2022

    Subscribe to Updates

    Get the latest content from Rob.

    I've worked in IT for over 20 years, servicing Government, Healthcare, and Private Sector customers. This is a relatively new adventure into blogging, mostly out of a realization that I need to organize some of my notes on various subjects. Hopefully the articles posted will help others along the way.

    You can connect with me here:

    LinkedIn Twitter Facebook

    Subscribe to Updates

    Keep up to date with new articles posted about 'stuff and things'.

    © 2023 Rob Fauls. Designed by Sparked Hosting.
    • Home

    Type above and press Enter to search. Press Esc to cancel.