gwibber install
郭琨
2023-12-01
apt-cache showsrc gwibber | grep Build-Depends
Build-Depends: cdbs (>= 0.4.49), debhelper (>= 6), python-all-dev, python-central (>= 0.5.6), python-distutils-extra
you can install all build dependencies via apt
$ sudo apt-get build-dep gwibber
** Changed in: gwibber (Ubuntu)
Status: New => Invalid
** Changed in: gwibber (Ubuntu)
Assignee: (unassigned) => Dominic Evans (oldman)
python setup.py install --record files.txt And when you find out the list is complete: cat files.txt | xargs rm -rf