Skip to navigation
List installed odoo packages in a docker based installed system
03.01.25
you find the app main files under /usr/lib/python3/dist-packages/odoo/ ``` docker exec -u root -it web bash dpkg -L odoo ``` dpkg-query -l
# prints current package(s) state in the dpkg database dpkg-query -s
# prints installed package headers (equals to dpkg-deb -e plus installation status) dpkg-query -L
# prints the list of installed package files (equals to dpkg-deb -c) dpkg-query -S
# retrieves the origin packages from the file(s) - use shell wildcards
https://mulepedia.vercel.app/linux/dpkg
Reply
Anonymous
Information Epoch 1741794663
Development is an iterative process.
Home
Notebook
Contact us