You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install kimchi on ubuntu 20 but i cant seem to figure out how to make the dependencies work. I'm guessing its a python2 python3 problem but I don't know how to fix it.
result bob@bob:~$ sudo apt install -y ./wok-3.0.0-0.ubuntu.noarch.deb Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: ginger-base : Depends: python-apt but it is not installed Depends: python-cherrypy3 but it is not installable Depends: python-configobj but it is not installable Depends: python-lxml but it is not installed Depends: python-parted but it is not installable Depends: python-psutil (>= 0.6.0) but it is not installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). https://pastebin.com/cvNuE9t7 <-- retains the formatting for easier reading
I am probably messing this whole process up bad and missing something but i have not found any help on google. every thing i find about setting up kimchi doesnt work do to dependencies. Does anyone know how to make this work?
The text was updated successfully, but these errors were encountered:
But error:
N: Download is performed unsandboxed as root as file '/root/kimchi-3.0.0-0.noarch.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
Thanks for logging issue - present on Ubuntu 20.10 and fixed with the python-m2crypto -> python3-m2crypto deb package fix. #306 (comment) also required on Ubuntu 20.10
I am trying to install kimchi on ubuntu 20 but i cant seem to figure out how to make the dependencies work. I'm guessing its a python2 python3 problem but I don't know how to fix it.
used the commands from
https://github.com/kimchi-project/wok/releases/tag/3.0.0
result
bob@bob:~$ sudo apt install -y ./wok-3.0.0-0.ubuntu.noarch.deb Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: ginger-base : Depends: python-apt but it is not installed Depends: python-cherrypy3 but it is not installable Depends: python-configobj but it is not installable Depends: python-lxml but it is not installed Depends: python-parted but it is not installable Depends: python-psutil (>= 0.6.0) but it is not installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
https://pastebin.com/cvNuE9t7 <-- retains the formatting for easier reading
apt --fix-broken install does not fix it
I looked at this post but am not sure how to do what is described
kimchi-project/kimchi#1318 (comment)
also i got the python-m2crypto to python3-m2crypto problem fixed using this site
https://forums.linuxmint.com/viewtopic.php?t=35136
and editing the dependency
I am probably messing this whole process up bad and missing something but i have not found any help on google. every thing i find about setting up kimchi doesnt work do to dependencies. Does anyone know how to make this work?
The text was updated successfully, but these errors were encountered: