The officially official Devuan Forum!

You are not logged in.

#1 2025-11-23 21:38:06

Atlante
Member
Registered: 2025-05-01
Posts: 8  

Packages that do not appear in the Synaptic package manager

Hello everyone. Sorry to bother you again. I installed Devuan 6 “Excalibur” by downloading the ISO image to a USB drive. Of course, I used the Xfce desktop environment. In the final stage of the installation, the installer says “Configuring libc6-dev.”

The installation went well, and the operating system boots without any problems. Then I go to the Synaptic Package Manager and get a warning indicating that there are broken packages. The broken package is libc6-dev. I go to “Filters,” “Broken,” and “Edit,” and it removes the libc6-dev package.

I'm trying to install gufw, gcalculator, and the graphical package manager... and I can't find them in the Synaptic package manager. I'm trying to install them from the terminal (sudo apt install "package name")... and it seems the repositories don't exist.

What did I do wrong? Why does libc6-dev break when installing the operating system? Why did these packages disappear from the Synaptic package manager if they were in Devuan 5 "Dadaelus"? How can I access these packages to install them?

Thank you very much in advance. Please excuse any syntax errors; I speak Spanish and I'm using a translator.

Offline

#2 Yesterday 01:20:20

RedGreen925
Member
Registered: 2024-12-07
Posts: 212  

Re: Packages that do not appear in the Synaptic package manager

What did I do wrong? Why does libc6-dev break when installing the operating system? Why did these packages disappear from the Synaptic package manager if they were in Devuan 5 "Dadaelus"? How can I access these packages to install them?

I generally find the GUI package mangers are not the best for the task. The command line usually works the best. The first thing to do when having problems is use the policy command to see what is says about the packages.

Generalmente, considero que los administradores de paquetes de la interfaz gráfica no son los más adecuados para esta tarea. La línea de comandos suele ser la mejor opción. Lo primero que hay que hacer ante problemas es usar el comando de política para ver qué dice sobre los paquetes.

root@9600k:~# apt policy gufw gcalculator
gufw:
  Installed: (none)
  Candidate: 24.04.0-3
  Version table:
     24.04.0-3 990
        990 http://gnlug.org/pub/devuan/merged excalibur/main amd64 Packages
Notice: Unable to locate package gcalculator

There you can see the gufw is available to be installed while the gcalculator is nowhere to be found.  And a search on the package website shows it has never existed in Debian. Are you sure of the name of the package?

Allí puedes ver que gufw está disponible para su instalación, mientras que gcalculator no se encuentra. Una búsqueda en el sitio web del paquete muestra que nunca ha existido en Debian. ¿Estás seguro del nombre del paquete?

https://packages.debian.org/search?keyw … ection=all

The libc6-dev package it appears would install properly here.

Al parecer, el paquete libc6-dev se instalaría correctamente aquí.

root@9600k:~# apt install -s libc6-dev

Installing:                     
  libc6-dev

Installing dependencies:
  libc-dev-bin  libcrypt-dev  linux-libc-dev  manpages-dev  rpcsvc-proto

Suggested packages:
  libc-devtools  glibc-doc

Summary:
  Upgrading: 0, Installing: 6, Removing: 0, Not Upgrading: 0
Inst libc-dev-bin (2.41-12 Devuan:6.0/stable [amd64])
Inst linux-libc-dev (6.12.57-1 Devuan:6.0/stable [all])
Inst libcrypt-dev (1:4.4.38-1 Devuan:6.0/stable [amd64])
Inst rpcsvc-proto (1.4.3-1 Devuan:6.0/stable [amd64])
Inst libc6-dev (2.41-12 Devuan:6.0/stable [amd64])
Inst manpages-dev (6.9.1-1 Devuan:6.0/stable [all])
Conf libc-dev-bin (2.41-12 Devuan:6.0/stable [amd64])
Conf linux-libc-dev (6.12.57-1 Devuan:6.0/stable [all])
Conf libcrypt-dev (1:4.4.38-1 Devuan:6.0/stable [amd64])
Conf rpcsvc-proto (1.4.3-1 Devuan:6.0/stable [amd64])
Conf libc6-dev (2.41-12 Devuan:6.0/stable [amd64])
Conf manpages-dev (6.9.1-1 Devuan:6.0/stable [all])

Perhaps a apt remove --purge libc6-dev to remove everything then an  apt install libc6-dev to see if the error can be reproduced and show here for us to try and help with it would be the idea. I have used a translator to give replies in Spanish for you.

Quizás una buena idea sería usar apt remove --purge libc6-dev para eliminar todo y luego apt install libc6-dev para ver si se puede reproducir el error y mostrarlo aquí para que podamos intentar solucionarlo. He usado un traductor para ofrecerte las respuestas en español.

Offline

#3 Yesterday 02:22:06

stultumanto
Member
Registered: 2023-12-12
Posts: 124  

Re: Packages that do not appear in the Synaptic package manager

Whenever you see broken packages, it's a good idea to try apt-get -f install to see if apt can fix the problems for you. It doesn't always work, but it is worth trying. libc6-dev might be important. For example, I need it to install my WiFi drivers. This makes me wonder if you are having connection issues. Are you able to install any packages at all? What error message are you seeing when you enter apt install synaptic?

Offline

#4 Yesterday 13:42:03

Altoid
Member
Registered: 2017-05-07
Posts: 1,916  

Re: Packages that do not appear in the Synaptic package manager

Hello:

stultumanto wrote:

libc6-dev might be important.

For my Daedalus installation aptitude says this:

$ aptitude why libc6-dev
i   build-essential  Depends g++ (>= 4:10.2)
i A g++              Depends g++-12 (>= 12.2.0-1~)
i A g++-12           Depends libstdc++-12-dev (= 12.2.0-14+deb12u1)
i A libstdc++-12-dev Depends libc6-dev (>= 2.23-1~)
$

But then I also see this:

$ aptitude why build-essential
i   udiskie               Recommends gobject-introspection
i A gobject-introspection Depends    build-essential
$

And this:

$ aptitude why udiskie
Manually installed, current version 2.4.2-1, priority optional
No dependencies require to install udiskie
$

From what I have read (just now) udiskie is a daemon for automounting USB drives, CD-Rs and such.
https://github.com/coldfix/udiskie?tab=readme-ov-file

udiskie gets started on login (?):

$ ps aux | grep udiskie
groucho  19075  0.0  0.0   3332  1568 pts/0    S+   10:06   0:00 grep --color=always udiskie
$ 

No idea as to why I have it as manually installed.

If I understand all of the above correctly (?) ...

Installing udiskie dragged in gobject-introspection as a recommends.
As a result, gobject-introspection dragged in build-essential as a dependency.
And then build-essential dragged in all these as dependencies:

build-essential  Depends g++ (>= 4:10.2)
                         g++ Depends g++-12 (>= 12.2.0-1~)
                         g++-12 Depends libstdc++-12-dev (= 12.2.0-14+deb12u1)
                         libstdc++-12-dev Depends libc6-dev (>= 2.23-1~)

TL;DR
It would seem that libc6-dev has been installed in my Daedalus system because whoever wrote udiskie thought that it was a good idea to put in gobject-introspection as a recommends.

Not too sure that I got it right so I'd appreciate some input on this.
Edit: maybe a good number of other packages depend on libc6-dev being installed.

Best,

A.

Last edited by Altoid (Yesterday 14:10:27)

Offline

#5 Yesterday 15:28:15

tux_99
Member
Registered: 2025-06-17
Posts: 81  

Re: Packages that do not appear in the Synaptic package manager

gcalculator is probably a typo, the correct name is galculator without the 'c' after the initial 'g'.

Last edited by tux_99 (Yesterday 15:28:31)

Offline

#6 Yesterday 23:13:17

Atlante
Member
Registered: 2025-05-01
Posts: 8  

Re: Packages that do not appear in the Synaptic package manager

Okay. Thanks to everyone for your replies.

Replying to RedGreen925:

Thanks for your help.

I ran the command `apt remove --purge libc6-dev` and the terminal response was “Unable to locate package libc6-dev”.

Then I ran the command `apt install libc6-dev` and the terminal response was “Unable to locate package libc6-dev”.

I ran the command (as root) `apt policy ufw` and the terminal response was “Unable to locate package ufw”. Regarding “gcalculator”, it was a typo on my part. Tux_99 kindly and accurately corrected me below; the correct package name is the one he wrote, “galculator”. I had the same result as with ufw.

I ran the command (as root user) apt install -s libc6-dev and the terminal response was “Could not locate package libc6-dev”.

I tried installing other packages I also use, like Thunderbird and Mirage. In the case of Thunderbird, the terminal's response was, "The package thunderbird could not be located. The package thunderbird is unavailable, but some other package references it. This may mean that the package is missing, obsolete, or only available from some other source."

In the case of Mirage, it was the familiar response, "The package mirage could not be located." Best regards.

Reply to Stultumanto:

Thanks for your help.

I ran the command `apt-get -f install` and the terminal response was “Reading package lists . . . Done. Building dependency tree . . . Done. Reading state information... Done
0 upgraded, 0 new packages to be installed, 0 to remove, and 0 not upgraded.”

I have no connection problems whatsoever. I connect to the internet and the web quickly and perfectly. I can't install anything, Mr. Stultumanto. If you read my reply to RedGreen925, you'll see that I can't install anything.

The terminal output after running the command `apt install synaptic` was: “Synaptic is already up to date (0.91.7).
Set Synaptic as manually installed.
Summary:

Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0”. Best regards.

Reply to Altoid:

Thanks for your help.

I had absolutely no problems with version 5, "Dadaelus." These problems are with version 6, "Excalibur." Best regards.

Reply to Tux_99:

Thanks for your help.

Yes, that's right. I made a mistake. The correct name is the one you mentioned, "galculator." Best regards.

Last edited by Atlante (Yesterday 23:15:27)

Offline

#7 Today 00:01:37

g4sra
Member
Registered: 2018-12-12
Posts: 105  

Re: Packages that do not appear in the Synaptic package manager

Post the output of executing the following command as root

apt-get update

Online

#8 Today 00:24:49

Altoid
Member
Registered: 2017-05-07
Posts: 1,916  

Re: Packages that do not appear in the Synaptic package manager

Hello:

Atlante wrote:

Thanks ...

You're welcome.

Atlante wrote:

... problems are with version 6, "Excalibur."

Yes, I saw that.

The idea was to shed some light on the comment made by [stultumanto]:

stutulmnto wrote:

... libc6-dev might be important.

ie: dependencies, etc.

Best,

A.

Last edited by Altoid (Today 00:26:12)

Offline

#9 Today 03:34:21

RedGreen925
Member
Registered: 2024-12-07
Posts: 212  

Re: Packages that do not appear in the Synaptic package manager

You have a seriously messed up sources configuration all those packages you mention are in the archives.

Tienes una configuración de fuentes muy desordenada, todos esos paquetes que mencionas están en los archivos.

zeus@9600k:~$ apt policy libc6-dev thunderbird mirage
libc6-dev:
  Installed: (none)
  Candidate: 2.41-12
  Version table:
     2.41-12 990
        990 http://gnlug.org/pub/devuan/merged excalibur/main amd64 Packages
thunderbird:
  Installed: (none)
  Candidate: 1:140.5.0esr-1~deb13u1
  Version table:
     1:140.5.0esr-1~deb13u1 990
        990 http://gnlug.org/pub/devuan/merged excalibur-proposed-updates/main >
        990 http://gnlug.org/pub/devuan/merged excalibur-security/main amd64 Pa>
     1:140.4.0esr-1~deb13u1 990
        990 http://gnlug.org/pub/devuan/merged excalibur/main amd64 Packages
     1:128.4.3esr-1~deb12u1 -1
        100 /var/lib/dpkg/status
mirage:
  Installed: (none)
  Candidate: 0.11.2-1.1
  Version table:
     0.11.2-1.1 990
        990 http://gnlug.org/pub/devuan/merged excalibur/main amd64 Packages

Please show us the contents of the /etc/apt/sources.list or /etc/apt/sources.list.d/devuan.sources if using the newer style however you have it named. Here is mine I use with excalibur using the new style.

Muéstrenos el contenido de /etc/apt/sources.list o /etc/apt/sources.list.d/devuan.sources si usa el nuevo estilo, independientemente de cómo lo haya nombrado. Aquí está el mío que uso con Excalibur con el nuevo estilo.

zeus@9600k:~$ cat /etc/apt/sources.list.d/devuan.sources
## Devuan 6 excalibur
## The new style method of using repositories to install software.
## This /etc/apt/sources.list.d/devuan.sources is new style and location file
## The /etc/apt/old.style.sources.list contains the same as this.
## https://linuxconfig.org/ubuntus-repository-configuration-ubuntu-sources-have-moved-to-etc-apt-sources-list-d-ubuntu-sources

## Normal excalibur sources
Types: deb
#URIs: http://ca.deb.devuan.org/merged
#URIs: http://de.deb.devuan.org/merged
URIs: http://gnlug.org/pub/devuan/merged 
Suites: excalibur excalibur-backports excalibur-proposed-updates  excalibur-updates
Components: main non-free contrib non-free-firmware
Enabled: yes
Signed-By: /usr/share/keyrings/devuan-archive-keyring.gpg
Architectures: amd64

## excalibur security sources
Types: deb
#URIs: http://ca.deb.devuan.org/merged
#URIs: http://deb.devuan.org/merged
URIs: http://gnlug.org/pub/devuan/merged
Suites: excalibur-security
Components: main non-free contrib non-free-firmware
Enabled: yes
Signed-By: /usr/share/keyrings/devuan-archive-keyring.gpg
Architectures: amd64

Offline

#10 Today 19:36:00

Atlante
Member
Registered: 2025-05-01
Posts: 8  

Re: Packages that do not appear in the Synaptic package manager

Hi, RedGreen925

Okay. I ran the recommended command and the result was: “No such file or directory.” I don't know what to think. It seems to be a structural problem. Perhaps I selected the wrong ISO image that I downloaded and copied to a USB drive (I used the `dd` command with the parameter `status=progress` and everything went well; the ISO image was copied completely without problems), and that USB drive was formatted with the command `udo mkfs.vfat /dev/"USB drive"`. That's how I did it when I installed version 5 “Dadaelus.” Maybe I should use the command `mkfs.ext4 /dev/"USB drive"`, I don't know. Looking through the installation, besides the terminal being practically unusable, I see that LibreOffice doesn't allow me to switch from English to Spanish, and I can't run the language conversion command for the same reasons I already mentioned. Perhaps I have to do a

I reinstalled the operating system, but before coming to this forum, I performed at least three reinstalls (I always try to exhaust all other options before coming to the forum; I know there's a lot of work involved here, it's volunteer work, and that deserves a lot of respect). It seems like a structural problem; the operating system shouldn't be practically frozen.

Here's the output from the terminal after running the recommended command:

$ cat /etc/apt/sources.list. d/devuan.sources
cat: /etc/apt/sources.list.: No such file or directory
cat: d/devuan.sources: No such file or directory

Thank you for writing to me in my language and for all the help you're giving me. I really appreciate it.

Offline

#11 Today 19:41:35

g4sra
Member
Registered: 2018-12-12
Posts: 105  

Re: Packages that do not appear in the Synaptic package manager

@Atlante, Post the output of executing the following command as root

"Publica la salida de la ejecución del siguiente comando como 'root'."

apt-get update

Last edited by g4sra (Today 19:43:12)

Online

#12 Today 19:46:01

Atlante
Member
Registered: 2025-05-01
Posts: 8  

Re: Packages that do not appear in the Synaptic package manager

Hi G4sra,

Thanks for your help.

I ran the recommended command, and the terminal output was:

# apt-get update
Reading package lists... Done

Brotherly regards.

Offline

#13 Today 19:49:53

g4sra
Member
Registered: 2018-12-12
Posts: 105  

Re: Packages that do not appear in the Synaptic package manager

I need to see all of the output

"Necesito ver toda la salida."

Online

#14 Today 19:52:56

greenjeans
Member
Registered: 2017-04-07
Posts: 1,315  
Website

Re: Packages that do not appear in the Synaptic package manager

Don't know about the libc6-dev package or what happened there, but just at first glance from reading the rest of it indicates that the OP's machine is having the infamous dns issues with deb.devuan.org and apt is therefore not getting updated.

Probably need to edit /etc/apt/sources.list and try a repo from the list.


https://sourceforge.net/projects/vuu-do/ New Vuu-do isos uploaded October 2025!
Vuu-do GNU/Linux, minimal Devuan-based Openbox and Mate systems to build on. Also a max version for OB.
Devuan 5 mate-mini iso, pure Devuan, 100% no-vuu-do. wink Devuan 6 version also available for testing.
Please donate to support Devuan and init freedom! https://devuan.org/os/donate

Online

#15 Today 19:58:33

g4sra
Member
Registered: 2018-12-12
Posts: 105  

Re: Packages that do not appear in the Synaptic package manager

@greenjeans
Possibly the install barfed leaving sources.list as the default during install.

apt-get update will

1) prove networking is properly configured (IP,DHCP,DNS, blah,blah)
2) what is in sources.list (maslformed or excalibur, updates, security, blah,blah)
3) that the gpg keys are working correctly.

Non english speaker and linux newbie, instructions need to be phrased simply and carefully.

Last edited by g4sra (Today 20:00:15)

Online

Board footer