On Tuesday, March 3, 2020 11:35:07 AM EST Miroslav Suchý wrote:
> Dne 03. 03. 20 v 17:07 Steve Grubb napsal(a):
> > However, I'm finding that on a typical system, there are about 20
> > packages  that place python byte code in /usr/share.
> 
> Can you elaborate? Which packages? What files?

Sure. Files:
# find /usr/share/ -type d -name __pycache__ | cut -d'/' -f1-4 | sort | uniq
/usr/share/authconfig
/usr/share/cinnamon-screensaver
/usr/share/crypto-policies
/usr/share/doc
/usr/share/gcc-9
/usr/share/gdb
/usr/share/gedit
/usr/share/glib-2.0
/usr/share/gtk-doc
/usr/share/ibus
/usr/share/ibus-hangul
/usr/share/ibus-libpinyin
/usr/share/ibus-libzhuyin
/usr/share/ibus-typing-booster
/usr/share/lorax
/usr/share/rpmlint
/usr/share/setroubleshoot
/usr/share/system-config-printer
/usr/share/system-config-selinux
/usr/share/virt-manager

Packages:
$ find /usr/share/ -type d -name __pycache__ | cut -d'/' -f1-4 | sort | uniq | 
xargs rpm -qf
file /usr/share/authconfig is not owned by any package
cinnamon-screensaver-4.4.1-1.fc31.x86_64
crypto-policies-20191128-2.gitcd267a5.fc31.noarch
filesystem-3.12-2.fc31.x86_64
libstdc++-9.2.1-1.fc31.x86_64
libstdc++-9.2.1-1.fc31.x86_64
gdb-headless-8.3.50.20190824-30.fc31.x86_64
glib2-devel-2.62.5-1.fc31.x86_64
gedit-3.34.1-1.fc31.x86_64
glib2-2.62.5-1.fc31.x86_64
polkit-docs-0.116-4.fc31.1.noarch
harfbuzz-devel-2.6.1-2.fc31.x86_64
gtk-doc-1.29-4.fc31.x86_64
p11-kit-devel-0.23.20-1.fc31.x86_64
libxml2-devel-2.9.10-3.fc31.x86_64
ibus-1.5.21-9.fc31.x86_64
ibus-hangul-1.5.3-1.fc31.x86_64
ibus-libpinyin-1.11.1-2.fc31.x86_64
ibus-libzhuyin-1.9.1-2.fc31.x86_64
ibus-typing-booster-2.8.0-1.fc31.noarch
file /usr/share/lorax is not owned by any package
rpmlint-1.11-3.fc31.noarch
setroubleshoot-server-3.3.20-3.fc31.x86_64
system-config-printer-libs-1.5.12-3.fc31.noarch
policycoreutils-gui-2.9-5.fc31.noarch
virt-manager-common-2.2.1-2.fc31.noarch

I guess the authconfig one is a leftover from previous version of Fedora.

-Steve

> -- 
> Miroslav Suchy, RHCA
> Red Hat, Associate Manager ABRT/Copr, #brno, #fedora-buildsys
> _______________________________________________
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List
> Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List
> Archives:
> https://lists.fedoraproject.org/archives/list/de...@lists.fedoraproject.or
> g



_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to