Skip to content Skip to sidebar Skip to footer
Showing posts with the label Apt Get

Installing Gir1.2-gtk-3.0 On Centos

On Ubuntu there is a package for installing gir1.2-gtk-3.0: sudo apt install gir1.2-gtk-3.0 Centos… Read more Installing Gir1.2-gtk-3.0 On Centos

Using "apt-get Install Xxx" Inside Python Script

currently I need to install some package using apt or rpm, according the OS. I saw the lib 'apt… Read more Using "apt-get Install Xxx" Inside Python Script