#Ubuntu 26.04 LST stopped Snap Obsidian Install from Working & took away .bin files for pipx/yt-dlp?

1 messages · Page 1 of 1 (latest)

crisp pond
#

c) I just tried to update gallery-dl and it is also messed up.

'sudo gallery-dl --update
[sudo: authenticate] Password:
[update][info] Updating from 1.31.10 to 1.32.1
[downloader.http][warning] '404 Not Found' for 'https://github.com/mikf/gallery-dl/releases/download/v1.32.1/gallery-dl.bin'

[update][error] Failed to download gallery-dl.bin'

Granted, I actually think I was already having that problem...

Is duplicity-new-signatures.20260514T081749Z.to.20260521T081823Z.sigtar.gz my backup?

#

Is this perhaps because when it finished installing, I tried to put the free code for Ubuntu Pro personal use into my Ubuntu One account and encountered some weird error where it would accept it in my browser on my account, but not on my computer?

#

"$ python3 --version
Python 3.14.4"

I thought maybe I didn't have python anymore, but it's still here apparently.

#

"$ python3 -c "import sys; print(sys.version)"
3.14.4 (main, Apr 8 2026, 04:02:31) [GCC 15.2.0]"

#

"$ sudo apt install -y python3-pip python3-venv python3-dev
python3-pip is already the newest version (25.1.1+dfsg-1ubuntu2).
python3-venv is already the newest version (3.14.3-0ubuntu2).
python3-venv set to manually installed.
python3-dev is already the newest version (3.14.3-0ubuntu2).
python3-dev set to manually installed.
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0

$ pip3 --version
pip 25.1.1 from /usr/lib/python3/dist-packages/pip (python 3.14)"

#

"$ pipx list
venvs are in /home/hanjisung/.local/share/pipx/venvs
apps are exposed on your $PATH at /home/hanjisung/.local/bin
manual pages are exposed at /home/hanjisung/.local/share/man
⚠️ package internetarchive has invalid interpreter /usr/bin/python3.13
⚠️ package yt-dlp has invalid interpreter /usr/bin/python3.13

One or more packages have a missing python interpreter.
To fix, execute: pipx reinstall-all

$ pipx reinstall-all
uninstalled yt-dlp! ✨ 🌟 ✨
⚠️ Note: yt-dlp was already on your PATH at /usr/bin/yt-dlp
installed package yt-dlp 2026.3.17, installed using Python 3.14.4
These apps are now globally available
- yt-dlp
These manual pages are now globally available
- man1/yt-dlp.1
done! ✨ 🌟 ✨
uninstalled internetarchive! ✨ 🌟 ✨
installed package internetarchive 5.8.0, installed using Python 3.14.4
These apps are now globally available
- ia
done! ✨ 🌟 ✨"