سلام
توی اوبونتو 20.04 تقویم starCalendar خیلی راحت نصب میشد اما توی اوبونتو 21.04 مشکلات زیر رو نشون میده و هرکاری میکنم رفع نمیشه
یکسری موارد رو معرفی میکنه که نیازه نصب بشه اما توی synaptic سرچ میکنم پیداشون نمیکنه:
دستور نصب و حاصلش:
sudo ./install-ubuntu
[sudo] password for dream:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'gir1.2-appindicator3-0.1' for glob 'gir1.2-appindicator3*'
gir1.2-appindicator3-0.1 is already the newest version (12.10.1+20.10.20200706.1-0ubuntu1).
The following package was automatically installed and is no longer required:
dkms
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 30 not upgraded.
git version 2.30.2
fatal: not a git repository (or any of the parent directories): .git
WARNING: failed to fetch tags
Using /usr/bin/python3
/home/dream/Downloads/starcal-3.1.11/locale.d/install: line 10: msgfmt: command not found
+ DIR=/tmp/starcal3-install-deb/usr/share/starcal3
+ rm -Rf /tmp/starcal3-install-deb/usr/share/starcal3/.git
+ rm -Rf /tmp/starcal3-install-deb/usr/share/starcal3/.gitignore
+ rm -Rf '/tmp/starcal3-install-deb/usr/share/starcal3/.Trash*'
+ rm -Rf /tmp/starcal3-install-deb/usr/share/starcal3/google-api-python-client/.git
+ rm -Rf '/tmp/starcal3-install-deb/usr/share/starcal3/google-api-python-client/.hg*'
+ find /tmp/starcal3-install-deb/usr/share/starcal3 -name __pycache__ -exec rm -R '{}' ';'
+ find /tmp/starcal3-install-deb/usr/share/starcal3 -type d -empty -delete
+ set +x
dpkg-deb: building package 'starcal3' in 'starcal3_3.1.11-1_all.deb'.
Package file starcal3_3.1.11-1_all.deb created, installing...
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3-httplib2 is already the newest version (0.18.1-3).
The following package was automatically installed and is no longer required:
dkms
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 30 not upgraded.
Selecting previously unselected package starcal3.
(Reading database ... 267000 files and directories currently installed.)
Preparing to unpack starcal3_3.1.11-1_all.deb ...
Unpacking starcal3 (3.1.11) ...
dpkg: dependency problems prevent configuration of starcal3:
starcal3 depends on python3.8 | python3.7 | python3.6 | python3.5; however:
Package python3.8 is not installed.
Package python3.7 is not installed.
Package python3.6 is not installed.
Package python3.5 is not installed.
dpkg: error processing package starcal3 (--install):
dependency problems - leaving unconfigured
Processing triggers for mailcap (3.68ubuntu1) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.26-1ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Errors were encountered while processing:
starcal3
دستور upgrade کردن و حاصلش:
sudo apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
starcal3 : Depends: python3.8 but it is not installable or
python3.7 but it is not installable or
python3.6 but it is not installable or
python3.5 but it is not installable
Recommends: python3-gnomevfs but it is not installable
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
نسخه های پایتنی که روی سیستم نصبه:
python --version
Python 2.7.18
python3 --version
Python 3.9.5
python38 --version
Python 3.8.0
اینکه چند نسخه پایتون روی سیستم نصب هست مشکلی ایجاد نمیکنه؟