- 28 Posts
- 24 Comments
arsus5478@lemmy.mlOPto
Linux@lemmy.ml•am I the only one getting HTTP Error 403: Forbidden when executing yt-dlp from the terminal on debian?
2·11 months agoasking as a noob now, can I use this to set a static ip address on my computer?
I don’t even know the difference between router and computer.
How have you installed the yt-dlp app?
all I know is I update executing yt-dlp -U, not using apt sources
arsus5478@lemmy.mlOPto
Linux@lemmy.ml•[SOLVED] I cannot add flatpaks as user, what am I doing wrong?
6·1 year agothanks. I read that command somewhere but thought I had to edit it to name specifically my username.
arsus5478@lemmy.mlOPto
Linux@lemmy.ml•[SOLVED] my var directory on debian 13.1 has only 500 MiB free space and I cannot update flatpak anymore. How do I solve this?
1·1 year agoI installed baobab 48.0.2 with
sudo apt.should I install ncdu 2.9.1 with
uniget install ncdu? the apt version is older than that
arsus5478@lemmy.mlOPto
Linux@lemmy.ml•[SOLVED] my var directory on debian 13.1 has only 500 MiB free space and I cannot update flatpak anymore. How do I solve this?
1·1 year agodu -hsc /var
sudo du -hsc /var returns:
10G /var,10G totaldu -hsc /var returns:
du: cannot read directory '/var/lost+found': Permission denied,du: cannot read directory '/var/spool/cron/crontabs': Permission denied…25 more lines like this
arsus5478@lemmy.mlOPto
Linux@lemmy.ml•[SOLVED] my var directory on debian 13.1 has only 500 MiB free space and I cannot update flatpak anymore. How do I solve this?
1·1 year agoUninstall all the flatpak packages that are installed as system wide packages and install them as user packages
would you eli5 how to do this?
arsus5478@lemmy.mlOPto
Linux@lemmy.ml•[SOLVED] is the command locate too old for debian 13 xfce?
2·1 year agosudo updatedb
thanks!
arsus5478@lemmy.mlOPto
Linux@lemmy.ml•[SOLVED] ffmpeg from apt or flatpak, do I need both? debian 13.0
1·1 year agoholy crap you’re fast
arsus5478@lemmy.mlOPto
Linux@lemmy.ml•[SOLVED] on debian 13 xfce, what appearance style do I need so the title bar doubles its width?
2·1 year agoxfce, and thanks! it worked!
arsus5478@lemmy.mlOPto
Linux@lemmy.ml•[SOLVED] on debian 13 xfce, what appearance style do I need so the title bar doubles its width?
1·1 year agoI don’t get it then. I installed debian 13 with xfce and now I’m using gnome??
arsus5478@lemmy.mlOPto
Linux@lemmy.ml•how come some function keys don't work anymore on debian 13 xfce?
2·1 year agoxfce on an clevo notebook
arsus5478@lemmy.mlOPto
Linux@lemmy.ml•what do I need to know before I shrink a LUKS partition to enlarge the boot partition?
11·1 year agostill don’t follow: should I shrink instead of resize?
arsus5478@lemmy.mlOPto
Linux@lemmy.ml•what do I need to know before I shrink a LUKS partition to enlarge the boot partition?
4·1 year agodebian 13 needs more boot space, my boot partition is too small to complete the upgrade
arsus5478@lemmy.mlOPto
Linux@lemmy.ml•[SOLVED] is this not enough boot space on debian 13?
1·1 year agois gparted better than KDE partition manager? or gnome’s?
arsus5478@lemmy.mlOPto
Linux@lemmy.ml•[SOLVED] is this not enough boot space on debian 13?
1·1 year agoor offline partition shrinking, moving after a data backup if you have personal files you care about
what you are saying is: copy all your data to another drive, expand the boot partition shrinking the main storage drive and then copying back?
arsus5478@lemmy.mlOPto
Linux@lemmy.ml•[SOLVED] what did I do to debian 13.0? I can only access the backup install
1·1 year agosorry, typed that wrong, debian 12.11
arsus5478@lemmy.mlOPto
Linux@lemmy.ml•[SOLVED] what did I do to debian 13.0? I can only access the backup install
1·1 year agoI listed all installed kernels:
dpkg -l | grep linux-image | awk ‘{print$2}’
then removed several old kernels:
sudo apt remove --purge linux-image-XXX
then updated grub:
sudo update-grub2
arsus5478@lemmy.mlOPto
Linux@lemmy.ml•[SOLVED] what did I do to debian 13.0? I can only access the backup install
2·1 year agoif by fresh install you mean nuking the old partitions and installing brand new 13.0 from an usb stick no, this is not a fresh install, fresh as in just now installed
I am running trixie
in /etc/apt/sources.list.d there is only one txt file named debian.sources, as explained in debian’s instructions page. Is that wyat you mean?
I also updated grub after freeing some boot space: sudo update-grub2
ok, so I followed your link:
if I installed yt-dlp with
wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O ~/.local/bin/yt-dlp, is it enough to install deno withcurl -fsSL https://deno.land/install.sh | sh?your link talks about Official PyInstaller-bundled executable users, PyPI package users and Third-party package users. I don’t find wget anywhere, which confuses me.