this post was submitted on 09 May 2026
1 points (100.0% liked)

Linux Mint

3439 readers
8 users here now

Linux Mint is a free Linux-based operating system designed for use on desktop and laptop computers.

Want to see the latest news from the blog? Set the Firefox homepage to:

linuxmint.com/start/

where is a current or past release. Here's an example using release 21.1 'Vera':

https://linuxmint.com/start/vera/

founded 5 years ago
MODERATORS
 

Linux Mint datahoarding/backup tip: "apt download" fetches the .deb files of both the package and its dependencies

#linuxmint #datahoarding

E.g.:

  • apt download vlc
  • apt download dolphin

Only problems are it requires sudo, it only works with one package at a time (so apt download vlc dolphin won't work), and the script that comes with it for easy installation runs apt (but replacing apt for dpkg -i solves that).

There's also apt-get download, which doesn't require sudo nor comes with a .sh file expecting apt, but it won't download dependencies either.

Hope it helps someone. =)

@linuxmint@lemmy.ml

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here