Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.project > #12094

Re: Question about repositories

From <tomas@tuxteam.de>
Newsgroups linux.debian.project
Subject Re: Question about repositories
Date 2020-10-23 17:10 +0200
Message-ID <B36RA-wA-5@gated-at.bofh.it> (permalink)
References <B35iN-7Yd-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On Fri, Oct 23, 2020 at 04:52:34PM +0330, negin jafari wrote:
> Dear sir or madam,
> 
> I am a university Student trying to learn a lot of things about Debian.
> I searched all the website about list of repositories but I could only find the link below :
> http://ftp.acc.umu.se/debian/ <http://ftp.acc.umu.se/debian/>
> Is there only one repository for Debian or are there more ? What are their links?
> Is there any security repository or source repositories ? What are their links?
> I really need to know this and I’d  be really thankful for your answer.

There are several possibilities to aproach that, depending on your
needs. I will list two of them:

1. You know which package you are interested in
===============================================

Each package has its own repository. Those are not necessarily
git, although this seems to be the most common option these
days. Note that git wasn't even invented when Debian started!

You'll find the packages via

  https://packages.debian.org/

For example, let's assume you are interested in "emacs25": you
search from the above page and find a couple of hits (in my case
three: one for stretch, one for buster, one for buster-updates.

Let's go with the "buster" one. That would be the URL

  https://packages.debian.org/buster/emacs25

To the right, you see a small pane "Links for emacs25"; below that
there's a section "Debian Resources". Go to the link "developer
information". This leads you to

  https://tracker.debian.org/pkg/emacs

There, under the section "general", there's an entry "VCS" [1];
in our case this leads to

  https://salsa.debian.org/rlb/deb-emacs

2. You are looking for something in the sources
===============================================

There is an unified view on all the package sources
at

  https://sources.debian.org/

There you can either search by package name or do a full text
search on the source.

Let's assume you are looking for something called "make_incremental_updates":
you enter that into the corresponding box above and hit "Search Code",
and you are led to

  https://codesearch.debian.net/search?q=make_incremental_updates

You'll get the pieces of source code matching that query, listing
packages and other info.

Enjoy

[1] This means "version control system"

 - tomás

Back to linux.debian.project | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Question about repositories negin jafari <neginjfi79@gmail.com> - 2020-10-23 15:30 +0200
  Re: Question about repositories Xavier <yadd@debian.org> - 2020-10-23 16:50 +0200
  Re: Question about repositories <tomas@tuxteam.de> - 2020-10-23 17:10 +0200
  Re: Question about repositories Paul Wise <pabs@debian.org> - 2020-10-24 02:50 +0200

csiph-web