Search Criteria
Package Details: sharedown 5.3.6-2
Package Actions
- View PKGBUILD / View Changes
- Download snapshot
- Search wiki
- 1 pending request
| 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: | None |
| Last Packager: | kylon |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-11-15 20:17 (UTC) |
| Last Updated: | 2026-07-01 12:05 (UTC) |
Dependencies (3)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-whisper-gitAUR, librempeg-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-whisperAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-cuda-fullAUR, ffmpeg-headlessAUR, ffmpeg-full-llvmAUR)
- fuse2
- yt-dlp (yt-dlp-gitAUR, neodlpAUR, yt-dlp-standalone-binAUR, yt-dlp-nightly-binAUR)
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)