Hello, I installed the new Ubuuntu 20.04 version today, and I reinstalled kicad 5.15, but I found there is no modules directory in the kicad directory. I used follow step which is provided by kicad.org
$sudo add-apt-repository --yes ppa:js-reynaud/kicad-5.1
$sudo apt update
$sudo apt install --install-recommends kicad
$sudo apt install kicad-demo
After install completed, there are only four directory in /usr/share/kicad, they are
demos, plugins, scripting, template
And then I have tried to use manual install again, by use these
$sudo apt install --no-install-recommends kicad
$sudo apt install kicad-symbols
$sudo apt install kicad-templates
$sudo apt install kicad-footprints
$sudo apt install kicad-packages3d
So far evethins is OK.
but I got the follow error message when I was tring to install KiCad library.
$ sudo apt install kicad-libraries
Reading package listsā¦ Done
Building dependency tree
Reading state informationā¦ Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:The following packages have unmet dependencies:
kicad-libraries : Depends: kicad-footprints but it is not going to be installed
Depends: kicad-symbols but it is not going to be installed
Depends: kicad-templates but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
What am I suppose to do? Any information will be appreciated.