Questions tagged as ['ppa']

I'm trying to package software for the Cardano blockchain using Launchpad, and so far I have been able to create a PPA with the required libsodium fork. This fork is required to build the Cardano node software, which was my next step - to build it and put it on the PPA as well. The problem is that in order to build the node software, the builder needs to use that PPA to be able to install the proper dep ...
I am trying to install package qelectrotech
on ubuntu 18.04.
After installing I got (old) version 0.5-2
. So I added a PPA (sudo add-apt-repository ppa:scorpio/qelectrotech-dev
) source to get the newer version. But they don't work automatically. Now I need to manually force "downgrade" and look for the version to get a new version of 0.90
.
After checking, I realised that my ubuntu system added some ver ...
I use Ubuntu Studio 20.04.03 LTS.
I found an issue when I changed from the Snap version of GIMP (2.10.28) to the "official" PPA version of GIMP (2.10.18).
The issue is about the graphic library called: "libgegl"
The "Focal" version of that library is the numbered as: "0.4.22-3"
That is the only one library version which let us to use the GIMP 2.10.18 PPA version.
The issue is about the "standard" upgr ...
I want to install Python 3.10 on Ubuntu 18.04 (I'm currently on Python 3.8) from the deadsnakes repository with the following set of commands I found on the internet:
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.10
But I got the error "sudo: add-apt-repository: command not found."
More net research led me to this set of commands at "ModuleNotFoundError: No m ...
With below Dockerfile trying to install Oracle JDK-1.8. But it fails during docker build.
# Pull base image.
FROM ubuntu:20.04
# Install Oracle JDK 1.8
RUN add-apt-repository ppa:webupd8team/java && \
apt-get -y update
RUN echo debconf shared/accepted-oracle-license-v1-1 select true | debconf-set-selections
RUN echo debconf shared/accepted-oracle-license-v1-1 seen true | debconf-set-selec ...
I've installed ksuperkey via cloning from git and compiling with make. Now when I run "apt update" it has an error:
username@osboxes:~$ sudo apt update
Hit:1 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu bionic-ba ...

I ran the following comand in the jobstep for install the linssid software:
sudo add-apt-repository ppa:wseverin/ppa
Those are the result:
LinSSID is graphically and functionally similar to iwscanner (Linux) and Inssider (Microsoft™ Windows®). It is written entirely in C++ using Linux wireless tools, Qt5, and Qwt.
Más información: https://launchpad.net/~wseverin/+archive/ubuntu/ppa
Pulse [E ...
I am responsible for a system, which someone else had setup. Sadly we just started documentation after I took the honor. We had an issue with old bionic packages since we dist-upgraded to 20.04 and solved it, but we are still messing with a few ppa's which I in first place need to figure out what they provide and in second place who installed them.
Is it possible to figure this out?
I'm under ubuntu 20.04 LTS and I got the below error while I apt-get update my system:
E: The repository 'http://ppa.launchpad.net/danmbox/ppa/ubuntu focal Release' does not have a Release file.
I tried to search for a solution to remedy this error but I didn't find a reliable path, and I don't need to occur other system problems using wrong or inadequate solutions. help me, please!
I've just recently installed Ubuntu 20.04 on my PC. When I try to sudo apt-get update in a new terminal, it gives me this error:
Hit:1 http://ppa.launchpad.net/git-core/ppa/ubuntu trusty InRelease
Err:2 http://my.old-releases.ubuntu.com/ubuntu focal InRelease
Could not resolve 'my.old-releases.ubuntu.com'
Ign:3 http://old-releases.ubuntu.com/ubuntu focal-security InRe ...
I am currently using the Ultimaker Cura that one can install via the Software Centre which is currently in version 4.8. However, there is a more recent version of the software available here (that is version 4.11). I can download the AppImage and run it but I just want to add a repository so that the newest release automatically replaces any old version.
Can anyone help me assemble the line: sudo a ...
This is the error I'm getting whenever I do sudo apt-get update or anything with apt.
This is the error
Err:2 https://apt.releases.hashicorp.com focal InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA418C88A3219F7B
I've even went to:
/etc/apt/sources.list.d$ ls
But did not find anything related to hashicorp. How do I get rid of this annoy ...
For the past while, I've been trying to run sudo apt update
so I can prep my computer to upgrade to Ubuntu 21.10. However, every time I run it, I get a combination of these types of errors:
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://ppa.launchpad.net/ubuntuhandbook1/audacity/ubuntu focal InRelease: Coul ...
As discussed here, if an apt PPA changes its label and we try to apt-get update
, we get something like this:
E: Repository 'http://ppa.launchpad.net/ondrej/php/ubuntu artful InRelease' changed its 'Label' value from '*****
The main PPA for PHP (5.6, 7.0, 7.1) with many PECL extensions *****' to '*****
The main PPA for supported PHP versions with many PECL extensions *****'
N: This must be accepted ...
ubuntu# sudo apt update
Obj:1 http://dl.google.com/linux/earth/deb stable InRelease
Obj:2 http://security.ubuntu.com/ubuntu focal-security InRelease
Obj:3 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal InRelease
Obj:4 http://sv.archive.ubuntu.com/ubuntu focal InRelease
Obj:5 http://sv.archive.ubuntu.com/ubuntu focal-updates InRelease ...
I use this commands:
sudo add-apt-repository ppa:lubuntu-ci/unstable-ci-proposed
sudo apt-get update
sudo apt-get install pcmanfm-qt
sudo apt-get dist-upgrade
sudo apt-get autoremove --purge
to update my LXQt desktop and PCManFM-qt but everything went wrong. Please help me to get back to the same stable version.
Stable versions:
LXQt: 0.14
PCManFM-qt: 0.14
Now:
LXQt: 0.16
PCManFM-qt: 0.17

I would like to use SystemTap to debug in AWS Linux server
here is my AWS Linux server kernel version
root:/# uname -r
5.11.0-1019-aws
I know that I need to install dbgsym
to help me do the debug, I had searched this link
https://launchpad.net/ubuntu/+search?text=linux-image
I found there is a package which might I need linux-image-5.11.0-1019-aws-dbgsym
.
But I have no idea how to add this package or ...
I want to install Ubuntu 20.04 on the old Notebook of my parents because the Support for Windows 7 ended and the machine is to slow for Windows 8 or 10 - and my knowledge ends with Windows 7. I have to keep thinks easy for them, too much updates and missing language support (whats normal with every new Firefox version) is a problem. But i can't find a PPA for Firefox-ESR 91. Is it enough to install the ...
richard@richard-Predator-G3120:~$ sudo add-apt-repository ppa:michael-gruz/canon
[sudo] password for richard:
More info: https://launchpad.net/~michael-gruz/+archive/ubuntu/canon
Press [ENTER] to continue or Ctrl-c to cancel adding it.
E: Type 'sudo' is not known on line 2 in source list /etc/apt/sources.list.d/signal-xenial.list
E: The list of sources could not be read.
I just installed Ubuntu 21.04 on dual-boot, but when i try to use sudo apt update
i receive the following error:
Ign:1 http://ppa.launchpad.net/mc3man/xerus-media/ubuntu hirsute
InRelease
Ign:2 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04
InRelease
Hit:3 http://archive.ubuntu.com/ubuntu hirsute InRelease
Hit:4 http://de ...
I'm trying to run Dolphin Emulator on Kubuntu 21.04 using the recommended PPA. However, when I try to install it using sudo apt install dolphin-emu-master
, I get an error about it not having a release file for 21.04/Hirsute. On the PPA, there is only a release file up to 18.04/Cosmic which is still being updated. I decide to edit the apt sources file to make it say cosmic
rather than hirsute
, however ...
I have installed parrotOS PPA in my ubuntu 20.04, so I can easily install and update hacking tools.
I created a script to automatically install some common tools that I use, adding PPA with the following function.
function addTools () {
file="/etc/apt/sources.list.d/parrot.list"
echo "deb https://deb.parrotlinux.org/parrot/ rolling main contrib non-free" > ${file}
echo "#deb-src https:/ ...
I am attempting to use the PPA version of touchegg
on the Raspberry Pi version of MATE (focal
; 20.04). The PPA is at touchegg
version 2.0+ while Ubuntu Universe is at 1.1+.
The PPA info is here: https://launchpad.net/~touchegg/+archive/ubuntu/stable/+packages
I execute:
sudo add-apt-repository ppa:touchegg/stable
and the PPA appears to install. This is followed by apt-get update
.
/etc/apt/sources. ...
I am trying to make a PPA to run a custom version of open5gs on POWDER testbed. The source code will be a GitHub repo so how do I include the source code in my package? I believe I need to make .deb package? Any help would be appreciated!
I am a newbie in source install on linux and Ubuntu. I have an urgent requirement where I need to have apache 2.4.48 on Ubuntu 18.04 where as by default it supports only 2.4.29. So I tried downloading the source tar ball from apache.org and install it. It got installed after some trial and errors. Now how do I disable the existing apache2 and make this newly installed apache2 to be used from now onwards ...

I tried unsuccessfully to install CouchDB on Ubuntu 21, but now I get this error on apt-get update which seems preventing me from installing anything else on my system.
d@mypc:~$ sudo apt-get update
Hit:1 http://ppa.launchpad.net/cappelikan/ppa/ubuntu focal InRelease
Ign:2 https://apache.jfrog.io/artifactory/couchdb-deb hirsute InRelease
Hit:3 https://download. ...
I've been searching for a way to create a bootable USB drive of a windows iso. So I found some posts on some reliable (https://www.omgubuntu.co.uk/2017/06/create-bootable-windows-10-usb-ubuntu ?) sources about a ppa that contains Woeusb (https://launchpad.net/~tomtomtom/+archive/ubuntu/woeusb).
Has anyone used this one? Kinda of a noob question here, so I don't know what makes a ppa "safe". Cherrs,
...I tried installing something to make a PlayStation 3 DualShock controller work on my Ubuntu 20.04 machine:
drubbels@drubbels:~$ sudo add-apt-repository ppa:falk-t-j/qtsixa
drubbels@drubbels:~$ sudo apt update
drubbels@drubbels:~$ sudo apt upgrade
drubbels@drubbels:~$ sudo apt install qtsixa
It did not make the controller work, unfortunately, so I chose to uninstall. I did not think to purge the ...
apt list --installed
The above command will list all installed apps which is usually more than 100 but I need to see all apps that start with a specific word
Example:
I have installed more than 2 wine versions and I want to uninstall them
but when I write apt list --installed
, even scrolling to reach the top is time consuming so I want some way to make this list smaller like the command ls win*
in dir ...

I have followed this, perfectly with no errors, "jdk-11.0.12_linux-x64_bin.tar.gz" copied to "/var/cache/oracle-jdk11-installer-local/" however when I run "sudo apt install oracle-java11-installer-local" I get the output below, and nothing is installed, still the same Ubuntu OpenJKD and when I try to show alternatives it says none. I am a Ubuntu newbie but everything is straightforward.
root@serve ...