Open dammynex opened 7 years ago
Would love an .rpm
for RedHat distros like Fedora or CentOS.
Or, at least, a manual installation guide.
Hello @dammynex , @heyitsmeuralex,
As you correctly noticed, right now we are building only .deb packages. Our plans are to start producing verified rpm packages some time after we go live with version 1.
I am not familiar with Solus, but it seems it's using own package manager. Unfortunately, it's not feasible for our small team to produce installation packages for other Linux distros.
I will leave this issue open, so people can vote for the distros they use - this will help us prioritize our efforts. Also, if you can point us into a way to build some generic package which would be useful on multiple distributions, this may be a good feature to implement.
a way to build some generic package which would be useful on multiple distributions,
Sounds like you're looking for flatpak! 🎉
do not forget arch!!! :)
waiting for arch linux support
I'm using manjaro (arch derivative) 64bits. How can I install those libs described in installation docs? I tried to install sidekick using dpkg from ubuntu but during installation It was saying it was missing similar libs' names
@madsongr if you are using arch flavor, I think you can use debtap as helper to make the arch PKG and install it using Pacman.
I coudn't convert the deb to rpm with alien
, but I got Sidekick running on my Fedora 27 with the following
Warning this does around the package manager, which isn't recommended
mdkir NativeScriptSidekick
dpkg -x ./NativeScriptSidekick-amd64.deb NativeScriptSidekick
sudo cp -r NativeScriptSidekick/opt/* /opt
sudo cp -r NativeScriptSidekick/usr/share/* /usr/share/
I also needed to fix Exec
-line in:
/usr/share/applications/NativeScript\ Sidekick.desktop
From
Exec=/opt/NativeScript\ Sidekick/NativeScript\ Sidekick %F
to
Exec=/opt/NativeScript\\ Sidekick/NativeScript\\ Sidekick %F
I'd still prefer an official RPM-package or tarball :)
Perhaps this might be the solution? https://appimage.org/ since it works for all distros
followed @m-abs and I got it to work on Solus OS too. thanks!!!
Thanks @m-abs works beauty on my fedora 27 as well.
@teobugslayer AppImage looks like the best choice to me if it's possible at all.
Updates? Can we at least try one of the generic app packaging system? I don't care if it's flatpak or appimage or snap (see https://github.com/AppImage/AppImageKit/wiki/Similar-projects#comparison) just pick one.
I vote for RPM (RHEL) to be supported as well, please Great work so far!
Thanks @m-abs got it working too. I also suspect that a tarball would be easier (for all distros) even for Nativescript team even if there is never an official RPM package.
Building on top of @m-abs solution (didn't have to change the Exec
property - already in quotes), this is for RHEL (Fedora/CentOS) users:
# Ensure dpkg is installed
sudo yum install dpkg # CentOS
sudo dnf install dpkg # Fedora
# Install NativeScript SideKick
mdkir nativescript-sidekick
dpkg -x ./NativeScriptSidekick-amd64.deb nativescript-sidekick
sudo cp -r nativescript-sidekick/opt/* /opt
sudo cp -r nativescript-sidekick/usr/share/* /usr/share/
# Fancy Nativescript Icon, this is an optional step
sudo sed -i 's/Icon=NativeScriptSidekick/Icon=\/usr\/share\/icons\/hicolor\/64x64\/apps\/NativeScriptSidekick.png/g' '/usr/share/applications/NativeScript Sidekick.desktop'
Tested this on Fedora 27
Building on top of @m-abs solution (didn't have to change the
Exec
property - already in quotes), this is for RHEL (Fedora/CentOS) users:# Ensure dpkg is installed sudo yum install dpkg # CentOS sudo dnf install dpkg # Fedora # Install NativeScript SideKick mdkir nativescript-sidekick dpkg -x ./NativeScriptSidekick-amd64.deb nativescript-sidekick sudo cp -r nativescript-sidekick/opt/* /opt sudo cp -r nativescript-sidekick/usr/share/* /usr/share/ # Fancy Nativescript Icon, this is an optional step sudo sed -i 's/Icon=NativeScriptSidekick/Icon=\/usr\/share\/icons\/hicolor\/64x64\/apps\/NativeScriptSidekick.png/g' '/usr/share/applications/NativeScript Sidekick.desktop'
Tested this on Fedora 27
It works! Thank you.
I am on Fedora 29.
NativeScript-Sidekick for archlinux and archbase distro.
Try is link : https://github.com/othpiik/NativeScript-Sidekick-Arch
AppImage and/or TarBall. That works best for most distros.
Building on top of @m-abs solution (didn't have to change the
Exec
property - already in quotes), this is for RHEL (Fedora/CentOS) users:# Ensure dpkg is installed sudo yum install dpkg # CentOS sudo dnf install dpkg # Fedora # Install NativeScript SideKick mdkir nativescript-sidekick dpkg -x ./NativeScriptSidekick-amd64.deb nativescript-sidekick sudo cp -r nativescript-sidekick/opt/* /opt sudo cp -r nativescript-sidekick/usr/share/* /usr/share/ # Fancy Nativescript Icon, this is an optional step sudo sed -i 's/Icon=NativeScriptSidekick/Icon=\/usr\/share\/icons\/hicolor\/64x64\/apps\/NativeScriptSidekick.png/g' '/usr/share/applications/NativeScript Sidekick.desktop'
Tested this on Fedora 27
Works on fedora 30 and node 10.x
I noticed the linux version works for only debian family distros, I use solus os(https://solus-project.com/) and can't install sidekick