.deb file is not opening after install
See original GitHub issueI am using electron-installer-debian
- v1.1.1, node - v11.8.0, npm - 6.9.0, ubuntu- 18.04
Creating my build like:
- npm run electron-packager . app --platform linux --arch x64 --out dist/
- npm run electron-installer-debian --src dist/app-linux-x64/ --dest dist/installers/ --arch amd64
In my dist folder package is getting created with the name “app_0.0.0_amd64.deb” and it is installed successfully but it is not getting open and showing the size of 0 bytes also.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Can't Install Deb File on Ubuntu 20.04? Here's What You ...
Step 2: Go to “Open With” tab, select “Software Install” app and click on “Set as default“. How to fix deb file not...
Read more >Problem installing .deb in Software Install Ubuntu 20.04
Opting to save the file first before opening with Software Install should solve this issue. For files that have already been downloaded, moving ......
Read more >Why does installing .deb packages take so long?
You can try instaling the DEB using terminal. Open terminal, and navigate to the package location with the following command: sudo dpkg -i...
Read more >How do I open .deb files in Windows 10? - Quora
deb file in windows 10 then you can install windows system for Linux (WSL) and install Ubuntu inside windows using it. Then you...
Read more >Install Apps - Zorin Help
Open the Zorin Menu and click on “Software”. · Search for and install “Synaptic Package Manager”. · After the installation completes, open the ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
try it, pls: cd /usr/lib/ sudo chmod -R 777 app_folder/ sudo chmod +x appClient
This actually worked for me, was such a long struggle, would be nice if the installer set the permissions right