How can I view the source code of the actual package version online?
I was trying to find online source code repository for BleachBit package for Ubuntu 16.04 LTS.
So I started by visiting search on https://packages.ubuntu.com and found the source package.
Clicking on both Debian Source Repository (Subversion) on the right part of page →
or on the links in the bottom ↓
went me to non-existent (404) pages as anonscm.debian.org
is down.
Then I tried to visit Bleachbit page on the Launchpad to get its source code. And what is interesting I can get only the code for the not-so-new Ubuntu 14.04 (trusty) branch.
How can I view the source code of the actual package version online?
14.04 16.04 package-management launchpad source-code
add a comment |
I was trying to find online source code repository for BleachBit package for Ubuntu 16.04 LTS.
So I started by visiting search on https://packages.ubuntu.com and found the source package.
Clicking on both Debian Source Repository (Subversion) on the right part of page →
or on the links in the bottom ↓
went me to non-existent (404) pages as anonscm.debian.org
is down.
Then I tried to visit Bleachbit page on the Launchpad to get its source code. And what is interesting I can get only the code for the not-so-new Ubuntu 14.04 (trusty) branch.
How can I view the source code of the actual package version online?
14.04 16.04 package-management launchpad source-code
add a comment |
I was trying to find online source code repository for BleachBit package for Ubuntu 16.04 LTS.
So I started by visiting search on https://packages.ubuntu.com and found the source package.
Clicking on both Debian Source Repository (Subversion) on the right part of page →
or on the links in the bottom ↓
went me to non-existent (404) pages as anonscm.debian.org
is down.
Then I tried to visit Bleachbit page on the Launchpad to get its source code. And what is interesting I can get only the code for the not-so-new Ubuntu 14.04 (trusty) branch.
How can I view the source code of the actual package version online?
14.04 16.04 package-management launchpad source-code
I was trying to find online source code repository for BleachBit package for Ubuntu 16.04 LTS.
So I started by visiting search on https://packages.ubuntu.com and found the source package.
Clicking on both Debian Source Repository (Subversion) on the right part of page →
or on the links in the bottom ↓
went me to non-existent (404) pages as anonscm.debian.org
is down.
Then I tried to visit Bleachbit page on the Launchpad to get its source code. And what is interesting I can get only the code for the not-so-new Ubuntu 14.04 (trusty) branch.
How can I view the source code of the actual package version online?
14.04 16.04 package-management launchpad source-code
14.04 16.04 package-management launchpad source-code
asked Jan 20 at 15:33
N0rbertN0rbert
22.7k648107
22.7k648107
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
TL;DR
If you see links with anonscm.debian.org or git.debian.org then visit Debian Salsa GitLab repositories and the search for the package here.
Bugs
Three bugs related to this problem exist:
- Bug of the https://packages.ubuntu.com , it should not show dead links with anonscm.debian.org and git.debian.org - I reported it to launchpad as bug 1812562;
- Bug of
apt-get
- it should not show broken links with anonscm.debian.org - I reported it to launchpad as bug 1812564; - Bug of
apt-get
- it should not show broken links with * http://git.debian.org* - I reported it to launchpad as bug 1812577.
Solution
The svn://anonscm.debian.org is down after Ubuntu 16.04 LTS (and 14.04 LTS) release, so one should use its successor - Debian Salsa GitLab repositories then search for needed package here (or visit source package page for newer bionic release on packages.ubuntu.com).
As the result one can get the correct URLs for the source package:
Debian Package Source Repository (VCS: Git)
* https://salsa.debian.org/python-team/applications/bleachbit.git
Debian Package Source Repository (Browsable)
* https://salsa.debian.org/python-team/applications/bleachbit
Here one can switch to the needed version branch (1.10-1 in this case):
https://salsa.debian.org/python-team/applications/bleachbit/tree/debian/1.10-1
and view any needed source code file.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1111392%2fhow-can-i-view-the-source-code-of-the-actual-package-version-online%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
TL;DR
If you see links with anonscm.debian.org or git.debian.org then visit Debian Salsa GitLab repositories and the search for the package here.
Bugs
Three bugs related to this problem exist:
- Bug of the https://packages.ubuntu.com , it should not show dead links with anonscm.debian.org and git.debian.org - I reported it to launchpad as bug 1812562;
- Bug of
apt-get
- it should not show broken links with anonscm.debian.org - I reported it to launchpad as bug 1812564; - Bug of
apt-get
- it should not show broken links with * http://git.debian.org* - I reported it to launchpad as bug 1812577.
Solution
The svn://anonscm.debian.org is down after Ubuntu 16.04 LTS (and 14.04 LTS) release, so one should use its successor - Debian Salsa GitLab repositories then search for needed package here (or visit source package page for newer bionic release on packages.ubuntu.com).
As the result one can get the correct URLs for the source package:
Debian Package Source Repository (VCS: Git)
* https://salsa.debian.org/python-team/applications/bleachbit.git
Debian Package Source Repository (Browsable)
* https://salsa.debian.org/python-team/applications/bleachbit
Here one can switch to the needed version branch (1.10-1 in this case):
https://salsa.debian.org/python-team/applications/bleachbit/tree/debian/1.10-1
and view any needed source code file.
add a comment |
TL;DR
If you see links with anonscm.debian.org or git.debian.org then visit Debian Salsa GitLab repositories and the search for the package here.
Bugs
Three bugs related to this problem exist:
- Bug of the https://packages.ubuntu.com , it should not show dead links with anonscm.debian.org and git.debian.org - I reported it to launchpad as bug 1812562;
- Bug of
apt-get
- it should not show broken links with anonscm.debian.org - I reported it to launchpad as bug 1812564; - Bug of
apt-get
- it should not show broken links with * http://git.debian.org* - I reported it to launchpad as bug 1812577.
Solution
The svn://anonscm.debian.org is down after Ubuntu 16.04 LTS (and 14.04 LTS) release, so one should use its successor - Debian Salsa GitLab repositories then search for needed package here (or visit source package page for newer bionic release on packages.ubuntu.com).
As the result one can get the correct URLs for the source package:
Debian Package Source Repository (VCS: Git)
* https://salsa.debian.org/python-team/applications/bleachbit.git
Debian Package Source Repository (Browsable)
* https://salsa.debian.org/python-team/applications/bleachbit
Here one can switch to the needed version branch (1.10-1 in this case):
https://salsa.debian.org/python-team/applications/bleachbit/tree/debian/1.10-1
and view any needed source code file.
add a comment |
TL;DR
If you see links with anonscm.debian.org or git.debian.org then visit Debian Salsa GitLab repositories and the search for the package here.
Bugs
Three bugs related to this problem exist:
- Bug of the https://packages.ubuntu.com , it should not show dead links with anonscm.debian.org and git.debian.org - I reported it to launchpad as bug 1812562;
- Bug of
apt-get
- it should not show broken links with anonscm.debian.org - I reported it to launchpad as bug 1812564; - Bug of
apt-get
- it should not show broken links with * http://git.debian.org* - I reported it to launchpad as bug 1812577.
Solution
The svn://anonscm.debian.org is down after Ubuntu 16.04 LTS (and 14.04 LTS) release, so one should use its successor - Debian Salsa GitLab repositories then search for needed package here (or visit source package page for newer bionic release on packages.ubuntu.com).
As the result one can get the correct URLs for the source package:
Debian Package Source Repository (VCS: Git)
* https://salsa.debian.org/python-team/applications/bleachbit.git
Debian Package Source Repository (Browsable)
* https://salsa.debian.org/python-team/applications/bleachbit
Here one can switch to the needed version branch (1.10-1 in this case):
https://salsa.debian.org/python-team/applications/bleachbit/tree/debian/1.10-1
and view any needed source code file.
TL;DR
If you see links with anonscm.debian.org or git.debian.org then visit Debian Salsa GitLab repositories and the search for the package here.
Bugs
Three bugs related to this problem exist:
- Bug of the https://packages.ubuntu.com , it should not show dead links with anonscm.debian.org and git.debian.org - I reported it to launchpad as bug 1812562;
- Bug of
apt-get
- it should not show broken links with anonscm.debian.org - I reported it to launchpad as bug 1812564; - Bug of
apt-get
- it should not show broken links with * http://git.debian.org* - I reported it to launchpad as bug 1812577.
Solution
The svn://anonscm.debian.org is down after Ubuntu 16.04 LTS (and 14.04 LTS) release, so one should use its successor - Debian Salsa GitLab repositories then search for needed package here (or visit source package page for newer bionic release on packages.ubuntu.com).
As the result one can get the correct URLs for the source package:
Debian Package Source Repository (VCS: Git)
* https://salsa.debian.org/python-team/applications/bleachbit.git
Debian Package Source Repository (Browsable)
* https://salsa.debian.org/python-team/applications/bleachbit
Here one can switch to the needed version branch (1.10-1 in this case):
https://salsa.debian.org/python-team/applications/bleachbit/tree/debian/1.10-1
and view any needed source code file.
edited Jan 20 at 17:51
answered Jan 20 at 15:33
N0rbertN0rbert
22.7k648107
22.7k648107
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1111392%2fhow-can-i-view-the-source-code-of-the-actual-package-version-online%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown