Kattis / problemtools

Tools to manage problem packages using the Kattis problem package format.
MIT License
101 stars 70 forks source link

update installation instructions for Ubuntu 20 #204

Closed godmar closed 1 year ago

godmar commented 2 years ago

The instructions for Ubuntu suggest the installation of the Debian packages python-minimal and python-plastex, but these packages do not exist on Ubuntu 20.04.

Did you mean python3-minimal and python3-plastex?

osalbahr commented 1 year ago

I was having an issue with the suggested installation. Is using pthon3 instead of python a working solution?

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package python-minimal is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  python2-minimal:i386 python2-minimal python-is-python3

Package python-yaml is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package python-plastex is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  python3-plastex plastex

E: Package 'python-minimal' has no installation candidate
E: Package 'python-plastex' has no installation candidate
E: Package 'python-yaml' has no installation candidate

Edit: At least verifyproblem, problem2pdf, and problem2html do work so I assume so.