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.

Provide official AppImage builds for Linux

See original GitHub issue

Please provide PowerShell in the AppImage format for Linux.

AppImage is a packaging format for Linux that lets users download one single file, set the executable bit and run the application (here: PowerShell). Unlike other solutions, no special runtime infrastructure must be installed on the target system(s).

PowerShell

An unofficial PowerShell AppImage has been available on https://bintray.com/probono/AppImages/PowerShell#files. It has been tested on

  • CentOS-7.0-1406-x86_64-GnomeLive.iso
  • CentOS-7-x86_64-LiveGNOME-1511.iso
  • Chromixium-1.5-amd64.iso
  • Fedora-Live-Workstation-x86_64-22-3.iso
  • Fedora-Live-Workstation-x86_64-23-10.iso
  • SL-72-x86_64-2016-02-03-LiveDVDgnome.iso
  • debian-live-8.0.0-amd64-xfce-desktop+nonfree.iso
  • debian-live-8.4.0-amd64-gnome-desktop.iso
  • elementary_OS_0.3_freya_amd64.iso
  • kali-linux-2.0-amd64.iso
  • kali-linux-2016.1-amd64.iso
  • kubuntu-14.04.4-desktop-amd64.iso
  • kubuntu-15.04-desktop-amd64.iso
  • kubuntu-16.04-desktop-amd64.iso
  • linuxmint-17.3-cinnamon-64bit.iso
  • neon-devedition-gitunstable-20160814-0806-amd64.iso
  • netrunner-17-64bit.iso
  • ubuntu-14.04.1-desktop-amd64.iso
  • ubuntu-16.04-desktop-amd64.iso
  • ubuntu-gnome-16.04-desktop-amd64.iso
  • ubuntu-mate-16.04-desktop-amd64.iso
  • xubuntu-16.04-desktop-amd64.iso

To try it, run

PS="PowerShell-6.0.0.alpha.9-x86_64.AppImage"
wget -c "https://bintray.com/probono/AppImages/download_file?file_path=$PS" -O "$PS"
chmod a+x "$PS"
./"$PS"

@TravisEz13 mentioned that the AppImage works for him and @andschwa mentioned that he likes the idea of having one format for all Linux distributions.

The script that generated the AppImage is here. Feel free to use it, e.g. as part of the automated Travis CI build process. I am happy to help.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:14 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
probonopdcommented, Mar 10, 2017

Thanks for providing an AppImage.

2reactions
qurycommented, Mar 2, 2017

PowerShell-6.0.0.alpha.9-x86_64.AppImage works fine on Slackware64-14.2 as well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

AppImage | Linux apps that run anywhere
Distribute your desktop Linux application in the AppImage format and win users running all common Linux distributions. Package once and run everywhere. Reach ......
Read more >
Provide official AppImage builds for Linux · Issue #10857
AppImage is a bundling format for Linux that lets users download one single file, set the executable bit and run the application (here:...
Read more >
AppImage/AppImageKit
Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, openSUSE, SLED, Ubuntu, Fedora, debian and ...
Read more >
What Is AppImage? Benefits, Drawbacks, and Getting Started
The open source AppImage tool enables developers to make their Linux software available for all Linux distributions.
Read more >
AppImage - Briefcase 0.3.15
AppImage provides a way for developers to provide “native” binaries for Linux users. It allow packaging applications for any common Linux based operating ......
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