Package Details: sharedown 5.3.6-1

Git Clone URL: https://aur.archlinux.org/sharedown.git (read-only, click to copy)
Package Base: sharedown
Description: Electron application to download Sharepoint videos (especially meant for students)
Upstream URL: https://github.com/kylon/Sharedown
Licenses: GPL
Submitter: kylon
Maintainer: kylon
Last Packager: kylon
Votes: 1
Popularity: 0.000000
First Submitted: 2021-11-15 20:17 (UTC)
Last Updated: 2024-12-14 15:08 (UTC)

Latest Comments

kevinknapp commented on 2026-04-30 03:21 (UTC) (edited on 2026-04-30 03:22 (UTC) by kevinknapp)

The AppImage requires libfuse.so.2 at runtime and fails on systems without fuse2 installed and giving the error:

~ ❯ sharedown
dlopen(): error loading libfuse.so.2

AppImages require FUSE to run. You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option. See https://github.com/AppImage/AppImageKit/wiki/FUSE for more information

Proposed change:

--- a/PKGBUILD
+++ b/PKGBUILD
@@
-depends=(ffmpeg yt-dlp)
+depends=(ffmpeg yt-dlp fuse2)