this post was submitted on 26 Sep 2022
12 points (100.0% liked)

Linux

48153 readers
797 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

How do I get the package to the computer and how to install with apt?

you are viewing a single comment's thread
view the rest of the comments
[–] Echedenyan@lemmy.ml 5 points 2 years ago* (last edited 2 years ago)

In some places, such as Cuba, people make their own Debian mirrors.

General guide is in https://www.debian.org/mirror/ftpmirror and there are more instructions in the general script used.

Then you can point your /etc/apt/sources.list to it.

Another option, suggested in other comments, is downloading *.deb files manually for each package and dependency and performing an installation with dpkg -i package.deb.

In a more specific approach, you have https://wiki.debian.org/DebianRepository/Setup.

Do you remember when you install a new Debian system and you can get packages from the CD ROM or USB stick? Debian can point to a repository in physical media, including a directory.

Generally, you can sync a hard drive with it outside with one of the tools available for this in this last wiki page, attach it to your puter when you arrive at home and party.