Linux debian source code

What’s in this directory?

These are files containing source code for the Debian operating system.

How do I use these files?

The files here are complete ISO images, ready to use.

Once you have downloaded all the ISO images you want, you will typically need to write them to installation media.

What size and type of media will I need?

The images described here are sized to be written to writeable DVD media at a minimum, but may be written to larger media if needed.

How can I verify my download is correct and exactly what has been created by Debian?

There are files here (SHA512SUMS, etc.) which contain checksums of the images. These checksum files are also signed — see the matching .sign files. Once you’ve downloaded an image, you can check:

  • that its checksum matches that expected from the checksum file; and
  • that the checksum file has not been tampered with.

For more information about how to do these steps, read the verification guide.

Only the first few images are available! Where are the rest?

We don’t store/serve the full set of ISO images for all architectures, to reduce the amount of space taken up on the mirrors. You can use the jigdo tool to recreate the missing ISO images instead.

Читайте также:  Линукс объединить два файла

Non-free Firmware

This Debian image build only includes Free Software where possible. However, many systems include hardware which depends on non-free firmware to function properly so this build also includes those firmware files for those cases. See the Debian Wiki non-free firmware page for more information.

Other questions?

See the Debian CD FAQ for lots more information about Debian CDs and installation.

The images here were put together by the Debian CD team , using debian-cd and other software.

[ICO] Name Last modified Size
[PARENTDIR] Parent Directory
[SUM] SHA256SUMS 2023-06-10 15:56 1.8K
[CRT] SHA256SUMS.sign 2023-06-10 16:00 833
[SUM] SHA512SUMS 2023-06-10 15:56 3.0K
[CRT] SHA512SUMS.sign 2023-06-10 16:00 833
[ISO] debian-12.0.0-source-DVD-1.iso 2023-06-10 15:10 4.4G
[ISO] debian-12.0.0-source-DVD-2.iso 2023-06-10 15:16 4.4G
[ISO] debian-12.0.0-source-DVD-3.iso 2023-06-10 15:19 4.4G
[ISO] debian-12.0.0-source-DVD-4.iso 2023-06-10 15:19 4.4G
[ISO] debian-12.0.0-source-DVD-5.iso 2023-06-10 15:19 4.4G
[ISO] debian-12.0.0-source-DVD-6.iso 2023-06-10 15:19 4.4G
[ISO] debian-12.0.0-source-DVD-7.iso 2023-06-10 15:22 4.4G
[ISO] debian-12.0.0-source-DVD-8.iso 2023-06-10 15:21 4.4G
[ISO] debian-12.0.0-source-DVD-9.iso 2023-06-10 15:22 4.4G
[ISO] debian-12.0.0-source-DVD-10.iso 2023-06-10 15:10 4.4G
[ISO] debian-12.0.0-source-DVD-11.iso 2023-06-10 15:10 4.4G
[ISO] debian-12.0.0-source-DVD-12.iso 2023-06-10 15:10 4.4G
[ISO] debian-12.0.0-source-DVD-13.iso 2023-06-10 15:13 4.4G
[ISO] debian-12.0.0-source-DVD-14.iso 2023-06-10 15:13 4.4G
[ISO] debian-12.0.0-source-DVD-15.iso 2023-06-10 15:14 4.4G
[ISO] debian-12.0.0-source-DVD-16.iso 2023-06-10 15:13 4.4G
[ISO] debian-12.0.0-source-DVD-17.iso 2023-06-10 15:16 4.4G
[ISO] debian-12.0.0-source-DVD-18.iso 2023-06-10 15:16 4.4G
[ISO] debian-12.0.0-source-DVD-19.iso 2023-06-10 15:16 3.8G

Apache/2.4.55 (Unix) Server at cdimage.debian.org Port 443

Источник

How to download a Debian package’s source code?

Downloading source code from Debian repositories is as simple as running apt-get source . It will put 3 files in your current directory, .dsc that describes package, .orig.tar.gz that contains unmodified sources, and .diff.gz that contains Debian-specific changes. But if you get error E: Unable to find a source package for , then you might not have the source code repository specified, so go to /etc/apt/sources.list (or some file in /etc/apt/sources.list.d/ that contains your Debian repository), find a string like:

deb ftp://ftp.debian.org/debian wheezy main contrib non-free 
deb-src ftp://ftp.debian.org/debian wheezy main contrib non-free 

Update package index files with sudo apt-get update and try again. See also:

Читайте также:  Посмотреть какие есть пользователи linux

A second possibility is to download the source code from upstream directly instead of downloading it from Debian repositories. This has the advantage that if you not only want to read the source code but might like to change something you can directly commit and submit it to upstream (assuming it is not a Debian patch).

You can usually find out the upstream source code repository URL in the file /usr/share/doc/$package_or_program_name/copyright .

$ head /usr/share/doc/git/copyright Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: git@vger.kernel.org Source: https://www.kernel.org/pub/software/scm/git/ Files: * Copyright: © 2005-2014, Linus Torvalds and others. License: GPL-2 Files: xdiff/* Copyright: © 2003-2009, Davide Libenzi, Johannes E. Schindelin 

This file is also referenced from packages.debian.org (search for «Copyright File»).

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

The Universal OS

Debian packages, maintains and distributes many projects developed using GitHub. This account was created to facilitate push/pull interactions with the upstream developers of such projects. If you maintain a package whose upstream developers use GitHub, please feel free to join this group and mirror such project here.

This account is not intended to serve as the canonical (specified with Vcs-* fields of debian/control) location for corresponding Debian source packages. Most often such repositories should be made available on the Debian project’s public forge Salsa to guarantee autonomy.

Open a new issue with a signed statement asking to be added to the organization. The signature needs to be made with your PGP key currently in the Debian keyring. All active Debian Developers will be approved.

Читайте также:  Pantum m7100dn driver astra linux

You might find following tools available from Debian useful for your interaction with GitHub

github-backup backs up everything GitHub knows about a repository, to the repository

Many thanks to the GitHub admins for their prompt action to release the previous (unused) «Debian» account.

This GitHub organization is not an endorsement of GitHub by Debian. Debian does not maintain or distribute the GitHub engine codebase because it is not available under free and open-source license (see Wikipedia for a list of available free and open-source alternatives). Moreover, this GitHub organization is not an official part of the Debian project. It is maintained by individual Debian developers (signed below) with the sole purpose of being useful.

— Charles Plessy plessy@debian.org Thu, 14 Jun 2012 09:11:55 +0900

— Yaroslav Halchenko debian@onerussian.com Thu, 14 Jun 2012 13:22:03 -0400

Источник

Оцените статью
Adblock
detector