question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

.deb file is not opening after install

See original GitHub issue

I am using electron-installer-debian - v1.1.1, node - v11.8.0, npm - 6.9.0, ubuntu- 18.04

Creating my build like:

  1. npm run electron-packager . app --platform linux --arch x64 --out dist/
  2. 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:closed
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
pauloormcommented, Jul 30, 2019

try it, pls: cd /usr/lib/ sudo chmod -R 777 app_folder/ sudo chmod +x appClient

0reactions
kapytanhookcommented, Aug 15, 2022

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found