PDA

View Full Version : [xubuntu] how to install a .deb as a non-root user?



Skaperen
May 21st, 2020, 06:20 AM
i have a .deb that i want to install privately for one user (non-root, no sudo) so that it ends up in that user's home directory, with that user's ownership. how is this to be done?

Perfect Storm
May 21st, 2020, 06:22 AM
I would unpack it and take out the app itself and leave the rest.

https://ubuntuforums.org/attachment.php?attachmentid=285949&stc=1&d=1590038727

Skaperen
May 21st, 2020, 07:10 PM
how can i do that with commands?

Perfect Storm
May 21st, 2020, 07:17 PM
extracting?

ar -xv ****.deb

Skaperen
May 22nd, 2020, 03:04 AM
i learned something new and interesting today. now my mind will go crazy over ways to analyze debs. i wonder if i can even create them with ar.