Skip to content
Advertisement

Tag: rpm

How to implement auto-update electron app on Linux?

I use electron to create cross-platform application. For Windows and Mac it could be done by electron tools, like autoUpdate, Squirrel, so on. The problem is only with Linux. I have built a .deb package for Ubuntu. But I can’t find any “step-by-step” instruction or comprehensive info about it. I’m not familiar with java and hadn’t experience with creating apps

Packaging RPM, avoid creating .rpmnew file

I’m packaging some of my own software, as part of the installation I need to drop some config files in a directory that’s used by a 3. party. To avoid overwriting configuration that have been locally changed, that file is marked as a config file like so in the RPM .spec file: The issue is that upgrading an rpm will

Best way to install MySQL 5.6 on Centos 6.4

I just installed Centos 6.4, and installed MySQL using the version that came with the Centos distribution. To my dismay, it is MySQL 5.1.69 versus the current 5.6.12. As stated on http://dev.mysql.com/doc/refman/5.5/en/linux-installation-native.html, “the MySQL version will often be some way behind the currently available release”, but I didn’t expect that long. An alternative is to install by RPM packages which

Advertisement