How to install PPAs (from Launchpad) on non-Ubuntu distros like Debian?Negatives/downsides of Ubuntu's...
What is a layman explanation for why the wavelength of light increases when space itself expands?
Why aren't rainbows blurred-out into nothing after they are produced?
Can lodestones be used to magnetize crude iron weapons?
Are differences between uniformly distributed numbers uniformly distributed?
Help, I cannot decide when to start the story
Pokemon Go: Gym Badge Over-completed?
What is the status of this patent?
Why doesn't a commutator cause the rotation to reverse periodically or stop?
Are employers legally allowed to pay employees in goods and services equal to or greater than the minimum wage?
Symbol: Put a smile symbol under a plus
Markov-chain sentence generator in Python
Doesn't the speed of light limit imply the same electron can be annihilated twice?
Why are Tucker and Malcolm not dead?
Heating Margarine in Pan = loss of calories?
What is the farthest a camera can see?
Do beef farmed pastures net remove carbon emissions?
Should I email my professor about a recommendation letter if he has offered me a job?
How can I communicate my issues with a potential date's pushy behavior?
What would it take to get a message to another star?
Big number puzzle
In which case does the Security misconfiguration vulnerability apply to?
How did Arecibo detect methane lakes on Titan, and image Saturn's rings?
How would timezones work on a planet 100 times the size of our Earth
What kind of liquid can be seen 'leaking' from the upper surface of the wing of a Boeing 737-800?
How to install PPAs (from Launchpad) on non-Ubuntu distros like Debian?
Negatives/downsides of Ubuntu's no-root sudo setupHow to install Scala?How to install daemontools on ubuntu or debian from sourceHow it is possible that dpkg isn't neccesary for installing deb packages?Ubuntu 14.04.1, 14.10 base distros take 30min+ to get to splash screenGetting latest version of software with/without SourceforgeDebian image build from Ubuntu launchpadCan't install packages from PPAs (Elementary OS)How do binary installation files handle dependency?How can I refer a launchpad ppa in another?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
AFAIK only Ubuntu and (obviously) Ubuntu-based distributions can handle PPAs. A major (and maybe the only) source of PPAs is Launchpad - another service by Canonical.
A real-world example is Notepadqq. They only provide installation via PPA/Launchpad.
So how can I install them on non-Ubuntu distros like Debian? Can I probably download them (as a .deb file or something similar) manually from the Launchpad site?
debian ubuntu software-installation package-management ppa
add a comment |
AFAIK only Ubuntu and (obviously) Ubuntu-based distributions can handle PPAs. A major (and maybe the only) source of PPAs is Launchpad - another service by Canonical.
A real-world example is Notepadqq. They only provide installation via PPA/Launchpad.
So how can I install them on non-Ubuntu distros like Debian? Can I probably download them (as a .deb file or something similar) manually from the Launchpad site?
debian ubuntu software-installation package-management ppa
For this particular example, I would recommend using the source at github.com/notepadqq/notepadqq manually. You should always be able to install an open-source project... well, from source, regardless of how binary packaging is done.
– Tom Hunt
Dec 9 '15 at 17:34
Thanks. I did not knew their source is on GitHub. And there they also link to Debian builds downloadable from Launchpad. :smile:
– rugk
Dec 9 '15 at 19:52
add a comment |
AFAIK only Ubuntu and (obviously) Ubuntu-based distributions can handle PPAs. A major (and maybe the only) source of PPAs is Launchpad - another service by Canonical.
A real-world example is Notepadqq. They only provide installation via PPA/Launchpad.
So how can I install them on non-Ubuntu distros like Debian? Can I probably download them (as a .deb file or something similar) manually from the Launchpad site?
debian ubuntu software-installation package-management ppa
AFAIK only Ubuntu and (obviously) Ubuntu-based distributions can handle PPAs. A major (and maybe the only) source of PPAs is Launchpad - another service by Canonical.
A real-world example is Notepadqq. They only provide installation via PPA/Launchpad.
So how can I install them on non-Ubuntu distros like Debian? Can I probably download them (as a .deb file or something similar) manually from the Launchpad site?
debian ubuntu software-installation package-management ppa
debian ubuntu software-installation package-management ppa
asked Dec 9 '15 at 17:25
rugkrugk
5309 silver badges26 bronze badges
5309 silver badges26 bronze badges
For this particular example, I would recommend using the source at github.com/notepadqq/notepadqq manually. You should always be able to install an open-source project... well, from source, regardless of how binary packaging is done.
– Tom Hunt
Dec 9 '15 at 17:34
Thanks. I did not knew their source is on GitHub. And there they also link to Debian builds downloadable from Launchpad. :smile:
– rugk
Dec 9 '15 at 19:52
add a comment |
For this particular example, I would recommend using the source at github.com/notepadqq/notepadqq manually. You should always be able to install an open-source project... well, from source, regardless of how binary packaging is done.
– Tom Hunt
Dec 9 '15 at 17:34
Thanks. I did not knew their source is on GitHub. And there they also link to Debian builds downloadable from Launchpad. :smile:
– rugk
Dec 9 '15 at 19:52
For this particular example, I would recommend using the source at github.com/notepadqq/notepadqq manually. You should always be able to install an open-source project... well, from source, regardless of how binary packaging is done.
– Tom Hunt
Dec 9 '15 at 17:34
For this particular example, I would recommend using the source at github.com/notepadqq/notepadqq manually. You should always be able to install an open-source project... well, from source, regardless of how binary packaging is done.
– Tom Hunt
Dec 9 '15 at 17:34
Thanks. I did not knew their source is on GitHub. And there they also link to Debian builds downloadable from Launchpad. :smile:
– rugk
Dec 9 '15 at 19:52
Thanks. I did not knew their source is on GitHub. And there they also link to Debian builds downloadable from Launchpad. :smile:
– rugk
Dec 9 '15 at 19:52
add a comment |
2 Answers
2
active
oldest
votes
You can run this command in Debian Wheezy and newer:
sudo apt-get install software-properties-common python-software-properties
Now, you can use sudo add-apt-repository ppa:some/ppa in Debian!
HOWEVER!
It will not find any packages for you! This is because it is looking for Debian packages, but PPAs hold Ubuntu packages. You need to edit the files located in:
/etc/apt/sources.list.d/YOURPPA/YOURPPA.list
And replace all DEBIAN VERSION occurrences with an Ubuntu version, I suggest Trusty as it is currently the most recent LTS version of Ubuntu.
Now, you can run:
sudo apt-get update
sudo apt-get install YOURPACKAGE
To install the package from the PPA.
Source: WebUpd8 Team
add a comment |
Here is your example - Notepadqq - installed to Debian 10.0.0 Buster.
Although Ubuntu-oriented, in fact the official notepadqq PPA repository does contain .deb files!
(I chose Ubuntu 18.04 Bionic from the technical details dropdown.)
Download both of the following .deb files:
http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu/pool/main/n/notepadqq/notepadqq-common_1.4.4-1~bionic1_all.deb
http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu/pool/main/n/notepadqq/notepadqq_1.4.4-1~bionic1_amd64.deb
Install via terminal as follows:
sudo dpkg -i ./notepadqq-common_1.4.4-1~bionic1_all.deb
sudo apt-get install -f
sudo dpkg -i ./notepadqq_1.4.4-1~bionic1_amd64.deb
sudo apt-get install -f
Success! ( See: /usr/share/applications/notepadqq.desktop)
New contributor
Bad Loser is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f248367%2fhow-to-install-ppas-from-launchpad-on-non-ubuntu-distros-like-debian%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can run this command in Debian Wheezy and newer:
sudo apt-get install software-properties-common python-software-properties
Now, you can use sudo add-apt-repository ppa:some/ppa in Debian!
HOWEVER!
It will not find any packages for you! This is because it is looking for Debian packages, but PPAs hold Ubuntu packages. You need to edit the files located in:
/etc/apt/sources.list.d/YOURPPA/YOURPPA.list
And replace all DEBIAN VERSION occurrences with an Ubuntu version, I suggest Trusty as it is currently the most recent LTS version of Ubuntu.
Now, you can run:
sudo apt-get update
sudo apt-get install YOURPACKAGE
To install the package from the PPA.
Source: WebUpd8 Team
add a comment |
You can run this command in Debian Wheezy and newer:
sudo apt-get install software-properties-common python-software-properties
Now, you can use sudo add-apt-repository ppa:some/ppa in Debian!
HOWEVER!
It will not find any packages for you! This is because it is looking for Debian packages, but PPAs hold Ubuntu packages. You need to edit the files located in:
/etc/apt/sources.list.d/YOURPPA/YOURPPA.list
And replace all DEBIAN VERSION occurrences with an Ubuntu version, I suggest Trusty as it is currently the most recent LTS version of Ubuntu.
Now, you can run:
sudo apt-get update
sudo apt-get install YOURPACKAGE
To install the package from the PPA.
Source: WebUpd8 Team
add a comment |
You can run this command in Debian Wheezy and newer:
sudo apt-get install software-properties-common python-software-properties
Now, you can use sudo add-apt-repository ppa:some/ppa in Debian!
HOWEVER!
It will not find any packages for you! This is because it is looking for Debian packages, but PPAs hold Ubuntu packages. You need to edit the files located in:
/etc/apt/sources.list.d/YOURPPA/YOURPPA.list
And replace all DEBIAN VERSION occurrences with an Ubuntu version, I suggest Trusty as it is currently the most recent LTS version of Ubuntu.
Now, you can run:
sudo apt-get update
sudo apt-get install YOURPACKAGE
To install the package from the PPA.
Source: WebUpd8 Team
You can run this command in Debian Wheezy and newer:
sudo apt-get install software-properties-common python-software-properties
Now, you can use sudo add-apt-repository ppa:some/ppa in Debian!
HOWEVER!
It will not find any packages for you! This is because it is looking for Debian packages, but PPAs hold Ubuntu packages. You need to edit the files located in:
/etc/apt/sources.list.d/YOURPPA/YOURPPA.list
And replace all DEBIAN VERSION occurrences with an Ubuntu version, I suggest Trusty as it is currently the most recent LTS version of Ubuntu.
Now, you can run:
sudo apt-get update
sudo apt-get install YOURPACKAGE
To install the package from the PPA.
Source: WebUpd8 Team
edited Dec 9 '15 at 23:30
answered Dec 9 '15 at 17:32
user101739
add a comment |
add a comment |
Here is your example - Notepadqq - installed to Debian 10.0.0 Buster.
Although Ubuntu-oriented, in fact the official notepadqq PPA repository does contain .deb files!
(I chose Ubuntu 18.04 Bionic from the technical details dropdown.)
Download both of the following .deb files:
http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu/pool/main/n/notepadqq/notepadqq-common_1.4.4-1~bionic1_all.deb
http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu/pool/main/n/notepadqq/notepadqq_1.4.4-1~bionic1_amd64.deb
Install via terminal as follows:
sudo dpkg -i ./notepadqq-common_1.4.4-1~bionic1_all.deb
sudo apt-get install -f
sudo dpkg -i ./notepadqq_1.4.4-1~bionic1_amd64.deb
sudo apt-get install -f
Success! ( See: /usr/share/applications/notepadqq.desktop)
New contributor
Bad Loser is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Here is your example - Notepadqq - installed to Debian 10.0.0 Buster.
Although Ubuntu-oriented, in fact the official notepadqq PPA repository does contain .deb files!
(I chose Ubuntu 18.04 Bionic from the technical details dropdown.)
Download both of the following .deb files:
http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu/pool/main/n/notepadqq/notepadqq-common_1.4.4-1~bionic1_all.deb
http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu/pool/main/n/notepadqq/notepadqq_1.4.4-1~bionic1_amd64.deb
Install via terminal as follows:
sudo dpkg -i ./notepadqq-common_1.4.4-1~bionic1_all.deb
sudo apt-get install -f
sudo dpkg -i ./notepadqq_1.4.4-1~bionic1_amd64.deb
sudo apt-get install -f
Success! ( See: /usr/share/applications/notepadqq.desktop)
New contributor
Bad Loser is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Here is your example - Notepadqq - installed to Debian 10.0.0 Buster.
Although Ubuntu-oriented, in fact the official notepadqq PPA repository does contain .deb files!
(I chose Ubuntu 18.04 Bionic from the technical details dropdown.)
Download both of the following .deb files:
http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu/pool/main/n/notepadqq/notepadqq-common_1.4.4-1~bionic1_all.deb
http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu/pool/main/n/notepadqq/notepadqq_1.4.4-1~bionic1_amd64.deb
Install via terminal as follows:
sudo dpkg -i ./notepadqq-common_1.4.4-1~bionic1_all.deb
sudo apt-get install -f
sudo dpkg -i ./notepadqq_1.4.4-1~bionic1_amd64.deb
sudo apt-get install -f
Success! ( See: /usr/share/applications/notepadqq.desktop)
New contributor
Bad Loser is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Here is your example - Notepadqq - installed to Debian 10.0.0 Buster.
Although Ubuntu-oriented, in fact the official notepadqq PPA repository does contain .deb files!
(I chose Ubuntu 18.04 Bionic from the technical details dropdown.)
Download both of the following .deb files:
http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu/pool/main/n/notepadqq/notepadqq-common_1.4.4-1~bionic1_all.deb
http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu/pool/main/n/notepadqq/notepadqq_1.4.4-1~bionic1_amd64.deb
Install via terminal as follows:
sudo dpkg -i ./notepadqq-common_1.4.4-1~bionic1_all.deb
sudo apt-get install -f
sudo dpkg -i ./notepadqq_1.4.4-1~bionic1_amd64.deb
sudo apt-get install -f
Success! ( See: /usr/share/applications/notepadqq.desktop)
New contributor
Bad Loser is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Bad Loser is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 16 hours ago
Bad LoserBad Loser
1262 bronze badges
1262 bronze badges
New contributor
Bad Loser is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Bad Loser is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f248367%2fhow-to-install-ppas-from-launchpad-on-non-ubuntu-distros-like-debian%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
For this particular example, I would recommend using the source at github.com/notepadqq/notepadqq manually. You should always be able to install an open-source project... well, from source, regardless of how binary packaging is done.
– Tom Hunt
Dec 9 '15 at 17:34
Thanks. I did not knew their source is on GitHub. And there they also link to Debian builds downloadable from Launchpad. :smile:
– rugk
Dec 9 '15 at 19:52