Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3423

Can't install from a PPA??

$
0
0
Yes, I'm aware that third party repos and PPAs will result in broken upgrades -- disabling those (or removing all the software installed from them?) is on my list for when Debian 13 drops.

That said, I'm trying to install BOINC from ppa:costamagnagianfranco/boinc and there doesn't seem to be a way to get there. I tried

Code:

sudo add-apt-repository ppa:costamagnagianfranco/boinc
and got a stack of cryptic-seeming error messages; after a Google search, I discovered this is a bug where add-apt-repository doesn't output in a form Debian 12 will accept in sources.list; the work-around is to use

Code:

sudo add-apt-repository -U ppa:costamagnagianfranco/boinc
-- which results in an "invalid URI" message. Manually adding the PPA to sources.list as

Code:

deb ppa:costamagnagianfranco/boinc all main
and running

Code:

sudo apt update
resulted in "The method driver usr/lib/apt/methods/ppa could not be found. Is the package apt-transport-ppa installed?"

I attempted

Code:

sudo apt install apt-transport-ppa
and got "Unable to locate package apt-transport-ppa" (and a search kept trying to show me apt-transport-http which AFAIK isn't what I want/need).

Where do I go from here? Or how do I get a BOINC install that's up to date enough to work correctly and will let me specify where it stores the work units (so they're not taking up space in my / folder)?

Statistics: Posted by Silent Observer — 2025-01-22 19:46 — Replies 4 — Views 85



Viewing all articles
Browse latest Browse all 3423

Trending Articles