LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

dget

Debian package and source downloader

TLDR

Download a binary package
$ dget [package]
copy
Download and extract source from .dsc
$ dget [http://deb.debian.org/debian/pool/main/p/package/package_1.0.dsc]
copy
Download only without extracting
$ dget -d [http://deb.debian.org/debian/pool/main/p/package/package_1.0.dsc]
copy

SYNOPSIS

dget [options] url|package

DESCRIPTION

dget downloads Debian packages. It can download binary packages from repositories or source packages from .dsc URLs. When given a .dsc URL, it fetches all source components and optionally extracts them.Part of the devscripts package, commonly used for package development.

PARAMETERS

-d, --download-only

Download without extracting
-u, --unsigned
Don't verify signatures
-x
Extract source package
-b
Only get .orig.tar if necessary

CAVEATS

Requires network access. Source package downloads require valid GPG signatures unless -u is used. Part of devscripts.

SEE ALSO

apt-get(8), debuild(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid