Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Installation] Debian testing

- - ALL UNSTABLE / TESTING THREADS SHOULD BE POSTED HERE - -
This sub-forum is the dedicated area for the ongoing Unstable/Testing releases of Debian. Advanced, or Experienced User support only. Use the software, give, and take advice with caution.
Post Reply
Message
Author
User avatar
vernius
Posts: 6
Joined: 2023-04-11 07:15
Has thanked: 5 times

[Installation] Debian testing

#1 Post by vernius »

Hi. I installed debian stable first, as recommended on the wiki. Then I changed the sources to testing and it has removed several programs I used, among them "audacious and telegram". I tried to install them again and it does not let me, jumping the warning that the dependencies are not met. What have I done wrong?

User avatar
sunrat
Administrator
Administrator
Posts: 6511
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 119 times
Been thanked: 489 times

Re: [Installation] Debian testing

#2 Post by sunrat »

Did you do?

Code: Select all

apt update
and

Code: Select all

apt full-upgrade
audacious is available in testing
The Telegram package is called telegram-desktop.

Moved topic to Testing and Unstable subforum. You posted in Beginners; Testing is not for beginners.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
vernius
Posts: 6
Joined: 2023-04-11 07:15
Has thanked: 5 times

Re: [Installation] Debian testing

#3 Post by vernius »

sunrat wrote: 2024-02-10 06:37 Did you do?

Code: Select all

apt update
and

Code: Select all

apt full-upgrade
audacious is available in testing
The Telegram package is called telegram-desktop.

Moved topic to Testing and Unstable subforum. You posted in Beginners; Testing is not for beginners.
Hi. I did indeed put in the two instructions, it removed audacious and telegram and when I reinstalled it gave me the error message on dependencies.
In the debian wiki ( https://wiki.debian.org/DebianTesting) they talk about commenting the lines that have the word security when you point to testing, but further on it says:
"If you are tracking testing or the next-stable code name, you should always have a corresponding deb http://security.debian.org/debian-security <"testing" or codename>-security main entry in your apt sources."

I do not understand this apparent contradiction :?

User avatar
sunrat
Administrator
Administrator
Posts: 6511
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 119 times
Been thanked: 489 times

Re: [Installation] Debian testing

#4 Post by sunrat »

I don't see anything on that wiki page about commenting security lines. It just says to change the release name to "trixie" or "testing".

Show us the full output when you try to install:

Code: Select all

apt install audacious telegram-desktop
Make sure to do apt update and apt upgrade before installing anything. Packages can change fast in testing.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
FreewheelinFrank
Global Moderator
Global Moderator
Posts: 2117
Joined: 2010-06-07 16:59
Has thanked: 38 times
Been thanked: 232 times

Re: [Installation] Debian testing

#5 Post by FreewheelinFrank »

vernius wrote: 2024-02-10 14:30
In the debian wiki ( https://wiki.debian.org/DebianTesting) they talk about commenting the lines that have the word security when you point to testing, but further on it says:
"If you are tracking testing or the next-stable code name, you should always have a corresponding deb http://security.debian.org/debian-security <"testing" or codename>-security main entry in your apt sources."

I do not understand this apparent contradiction :?
The Wiki was edited on 2023-05-12 to remove the advice to comment out the security line:
modified step two to edit security apt sources to testing insted of remove (and then relying on the later warning to re-add security sources) The warning could also be removed now.
https://wiki.debian.org/DebianTesting?action=info

Post Reply