** Description changed:

  Ubuntu 26.04 doesn't have the wkhtmltopdf package. It was present in 24.04 
and earlier.
  The pdfkit Python pip module is built on top of it.
  My work project broke.
  Now I have to manually install wkhtmltopdf from a non-APT repository.
  
  wget
  
https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox_0.12.6.1-3.jammy_amd64.deb
  
  sudo dpkg -i wkhtmltox_0.12.6.1-3.jammy_amd64.deb
  
  sudo apt-get install -f
  
- Then everything works as before.
+ Then everything works as before:
+ 
+ $ wkhtmltopdf --version
+ wkhtmltopdf 0.12.6.1 (with patched qt)

** Description changed:

  Ubuntu 26.04 doesn't have the wkhtmltopdf package. It was present in 24.04 
and earlier.
  The pdfkit Python pip module is built on top of it.
  My work project broke.
  Now I have to manually install wkhtmltopdf from a non-APT repository.
  
  wget
  
https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox_0.12.6.1-3.jammy_amd64.deb
  
  sudo dpkg -i wkhtmltox_0.12.6.1-3.jammy_amd64.deb
  
  sudo apt-get install -f
  
  Then everything works as before:
  
- $ wkhtmltopdf --version
+ wkhtmltopdf --version
  wkhtmltopdf 0.12.6.1 (with patched qt)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2155069

Title:
  needs-packaging wkhtmltopdf ubuntu 26.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wkhtmltopdf/+bug/2155069/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to