deragon / autopoweroff

Manage automatic poweroff and other actions (suspend / custom) when specific conditions are reunited.
GNU General Public License v2.0
52 stars 7 forks source link

can't install in ubuntu 20.04 - missing python-gi #17

Closed edwkmho closed 3 years ago

edwkmho commented 3 years ago

System : Ubuntu 20.04. Python installed : 3.8.5

root@ednote-p65:/home/edward/Downloads# dpkg -i autopoweroff-3.2.1-1.noarch.deb dpkg: error: dpkg frontend lock is locked by another process root@ednote-p65:/home/edward/Downloads# dpkg -i autopoweroff-3.2.1-1.noarch.deb (Reading database ... 239996 files and directories currently installed.) Preparing to unpack autopoweroff-3.2.1-1.noarch.deb ... Unpacking autopoweroff (3.2.1-1) over (3.2.1-1) ... dpkg: dependency problems prevent configuration of autopoweroff: autopoweroff depends on python-gi; however: Package python-gi is not installed.

dpkg: error processing package autopoweroff (--install): dependency problems - leaving unconfigured Processing triggers for systemd (245.4-4ubuntu3.3) ... Processing triggers for desktop-file-utils (0.24-1ubuntu3) ... Processing triggers for gnome-menus (3.36.0-1ubuntu1) ... Processing triggers for mime-support (3.64ubuntu1) ... Errors were encountered while processing: autopoweroff root@ednote-p65:/home/edward/Downloads# dpkg -i python-gi dpkg: error: cannot access archive 'python-gi': No such file or directory root@ednote-p65:/home/edward/Downloads# dpkg -i python3-gi dpkg: error: cannot access archive 'python3-gi': No such file or directory

Python installed: root@ednote-p65:/home/edward/Downloads# python --version Python 3.8.5

Jue-Xu commented 3 years ago

Try sudo apt-get install python-gi

deragon commented 3 years ago

Try: apt install autopoweroff-3.2.1-1.noarch.deb. IIRC, it should download all the dependencies. Let me know if that works.

Sorry for the late response... I never got an email informing me that this issue has been created, so I was not aware of it.

deragon commented 3 years ago

Since I got not answer, I assume that all is ok. Closing.

theluke commented 1 year ago

Hi, I have the same issue, any idea?

deragon commented 1 year ago

@theluke, you tried autopoweroff-daemon_4.2.0_all-ubuntu-20.04.deb?