I am testing .deb package I created on ubuntu 16.04, and it seems that when I am using dpkg -i
- the installation goes well, but when I am using the double-click to install it with "Ubuntu Software" it does copy the files but doesn't run some of the commands in the installation scripts.
The installation is going well, it asks me for a password, and eventually the button label turns to "Remove".
I guess it is a permission issue... How can I get the logs of Ubuntu Software?
ubuntu-software
in terminal and see if the output when trying to install the deb is any use. – Mark Kirby Apr 05 '17 at 10:37