-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How I handle on Debian 12 #249
Comments
Debian recommends that you don't add a PPA. Instead, manually download and install the .deb file from Launchpad |
Update: I used this script on another instance of debian 12, adding a source list file with the following content will resolve it.
|
PPAs don't work in debian unless you properly add an entry to `sources.list` (which is not recommended by Debian developers, see https://wiki.debian.org/DontBreakDebian).
Consequently there is no version corresponding to bookworm.
Instead of adding the ppa, download the deb package from launchpad and
install it.
…On Sat, Mar 16, 2024, 12:11 AM zhuokuny ***@***.***> wrote:
Update: I used this script on another instance of debian 12,
sudo add-apt-repository ppa:apandada1/brightness-controller is no longer
reliable because I got prompted with E: The repository '
https://ppa.launchpadcontent.net/apandada1/brightness-controller/ubuntu
bookworm Release' does not have a Release file.
adding a source list file with the following content will resolve it.
# apandada1-ubuntu-brightness-controller-bookworm.list
deb https://ppa.launchpadcontent.net/apandada1/brightness-controller/ubuntu/ jammy main
# deb-src https://ppa.launchpadcontent.net/apandada1/brightness-controller/ubuntu/ bookworm main
—
Reply to this email directly, view it on GitHub
<#249 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXL2XEOZASQCCP5L273QWDYYPBATAVCNFSM6AAAAABCS65DQOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBRGU3DSNJUGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
sudo apt-get install python3-launchpadlib
install this or launchpad source will not be deemed as a legit sourcesudo add-apt-repository ppa:apandada1/brightness-controller
workssudo apt install brightness-controller
works perfectlyThe text was updated successfully, but these errors were encountered: