Problem with grive-indicator?

How can I install python3-xdg?
Thank you

1 Like
sudo swupd search-file [file name]

Search through all bundles to see if the file you’re missing is available in the official repo. If not you can try building from source

/* Based on https://packages.debian.org/sid/python3-xdg */
git clone https://github.com/takluyver/pyxdg.git
python setup.py build_ext // this step might be skippable
python setup.py install // sudo might be required