about installation

Asked by xjin

I install yade as https://yade-dem.org/doc/installation.html
when I type:
---------------------------------------------
sudo apt install libqglviewer-dev python-imaging libjs-jquery python-sphinx python-git python-bibtex
---------------------------------------------
I get message:
-------------------------------------------------------
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-imaging 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:
  python-pil:i386 python-pil

Package libqglviewer-dev 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:
  libqglviewer-headers

E: Package 'libqglviewer-dev' has no installation candidate
E: Package 'python-imaging' has no installation candidate
---------------------------------------
my ubuntu is in VMware workstation, 64-bit,and ubuntu-version is 18.04 LTS.

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Robert Caulk
Solved:
Last query:
Last reply:
Revision history for this message
Best Robert Caulk (rcaulk) said :
#1

Hello,

The package is libqglviewer-dev-qt5 on 18.04. You probably don't need python-imaging.

Cheers,

Robert

Revision history for this message
xjin (jpeng22) said :
#2

Thanks Robert Caulk, that solved my question.