The officially official Devuan Forum!

You are not logged in.

#1 Re: Installation » does the Brave browser work here? » 2024-07-10 23:56:20

It runs fine for me on ceres (unstable).  I also have it installed on excalibur (testing), and daedalus (stable).  It is installed with apt with the brave repository active.  But note, I have not booted into the stable and testing install in a while so I don't know if it runs, but it installs and updates without error.

#2 Re: Off-topic » Refracta-SnapShot - Question » 2024-06-15 16:36:06

pcalvert,

Were you able to do anything regarding alpine linux?  I looked at the packages involved and it is the "live-boot and live-config" packages that are missing and I don't know what could be used to replace their function - if this is possible.

The refracta-tools scripts have spoiled me.

#3 Re: Other Issues » [SOLVED] Chromium update ruined my shortcut to second profile » 2024-05-24 00:59:48

Yes, it is the version that I updated to that broke my second profile.  I removed that version and installed the previous version and my second profile works as expected.

The version that works correctly is

125.0.6422.60-1 500
        500 http://deb.devuan.org/merged excalibur/main amd64 Packages

#4 Re: Other Issues » [SOLVED] Chromium update ruined my shortcut to second profile » 2024-05-23 13:47:53

The same thing just happened to me, on a ceres install.

$ apt policy chromium
chromium:
  Installed: 125.0.6422.76-1
  Candidate: 125.0.6422.76-1
(snip)

My second profile only displays the url address of 0.0.0.1.

Oh well, I removed and then installed the version from excalibur and all is well, for now.  I did notice that a "Person 1" profile had been created that was deleted.  Don't know if I created it by clicking on a profile button in the browser or whether the bad update created it.

#5 Re: Installation » [SOLVED] No exit from sleep after devuan installation » 2024-05-21 16:10:43

Is any of the first two useful in this issue?

I do not know.  On my system, it listed a total of about 7-8 devices.  All but two of them had the hardware names of the device so it made it easy to know which two were the keyboard and mouse.

#6 Re: Installation » [SOLVED] No exit from sleep after devuan installation » 2024-05-21 13:47:09

Yes, and the purpose of this command is to specify the information to add to the /etc/rc.local file

grep . /sys/bus/usb/devices/*/product

Which in my case lists these two devices which are my usb mouse and keyboard so that I can use either one to wake the system.

/sys/bus/usb/devices/1-5/product:USB Receiver
/sys/bus/usb/devices/1-6/product:USB Receiver

Note the "1-5" and "1-6" which is necessary information to add to the rc.local file.  I do not know why this command is not working for you, and I can't think of anything else to try.  If you were to manually change these while in a running state and save the changes, it may work until a reboot.  Upon rebooting, the changes would revert back to their original settings... hence is is necessary to have this in the rc.local file so that it gets set right when booting. 

There is also a way to do this by way of a bash script, but the rc.local way was easier, and both ways need the same command to be run to set the information correctly.  So this way would not help either.

#7 Re: Installation » [SOLVED] No exit from sleep after devuan installation » 2024-05-21 11:10:45

The folder names under /sys/bus/usb/devices/ is correct and normal, but I don't have a clue what is causing that small white square under the command.  Is grep installed on that machine?  If not, I would think that it would throw an error.

As root, run this command to see if grep is installed.

apt policy grep

#8 Re: Installation » [SOLVED] No exit from sleep after devuan installation » 2024-05-21 10:15:18

DE is desktop environment - Xfce, KDE, Mate, etc.  The energy settings are usually located in the menu.  For example, Menu > Settings > Power Manager in Xfce.

#9 Re: Installation » [SOLVED] No exit from sleep after devuan installation » 2024-05-20 20:04:13

The command that did not work, did it produce any output at all?  I used these commands as user, but I don't think it would harm anything to run this as root.  I ran the command on my system as root and it produced the same desired output. 

I have used this on several systems - desktop, laptops, etc. - and it always listed all usb devices so that you could use the exact information to add to the rc.local file.  For example, the information that you added to the rc.local file does not look right.  For example, my usb devices are not listed as usb1, usb2, and so on, but rather, it lists them as 1-5, 1-6, etc. And from this I can choose the keyboard and mouse devices from the others that will not be used to wake the system up.

Granted, this is mentioned to wake from suspend and hibernate, but I have also used it to fix a situation just like yours - waking the monitor up.

#10 Re: Installation » [SOLVED] No exit from sleep after devuan installation » 2024-05-20 12:24:23

This is what helped me -

https://askubuntu.com/questions/848698/ … usb-device

In short, you identify the usb devices in use and then add an entry to /etc/rc.local.

A better write-up as it pertains to devuan is located here:  https://dev1galaxy.org/viewtopic.php?id=5973

Hope this helps.

#11 Re: Off-topic » [SOLVED] Installing devuan on vps » 2024-05-13 10:25:43

is the desktop installation necessarily to complete the installation even though it is for a vps?

No, it is not necessary on a vps.  I have never installed a desktop (kde, xfce, mate, etc.) on a vps.  This is up to you on how you want to manage it - either from a command line or a panel, like webmin.

I still would like to know what is causing the problem, but right now I can not think of anything else to try.  I have done this migration many times and it always worked. 

The only thing that I can think of is that maybe you missed a step in the migration path, or there may be some kind of apt pinning.

This will check for any left over apt-pinning.  What is the output of the command:

apt-mark showhold

You might want to try to reinstall dbus.  The following command will simulate a reinstall without doing anything.  It will only report what it will do if you run the command without the -s flag.  It will show you which package will get reinstalled, either the devuan or debian version.  To actually reinstall dbus, run the command without the -s flag.

apt install libdbus-1-3 --reinstall -s

You quoted the following:

The following packages have unmet dependencies:
 dbus : Depends: libdbus-1-3 (= 1.12.24-0+deb11u1devuan1) but 1.12.28-0+deb11u1 is to be installed
E: Unable to correct problems, you have held broken packages.

This is not correct for chimaera.  This is what my chimaera versions show:

root@Host:/home/nixer# apt policy libdbus-1-3
libdbus-1-3:
  Installed: 1.12.24-0+deb11u1devuan1
  Candidate: 1.12.24-0+deb11u1devuan1
  Version table:
 *** 1.12.24-0+deb11u1devuan1 500
        500 http://deb.devuan.org/merged chimaera/main amd64 Packages
        100 /var/lib/dpkg/status

If we are unable to make this migration work, you might want to inquire about another method of getting devuan on you vps.
- reinstalling debian on the vps and try the migration again
- re-install the vps using a custom.iso of devuan.  This could be a netinstall disk, or a custom build.  You will need to check with the vps provider and see if this is possible. 
- keep what you have got and rsync a local build onto the vps.

Edit:  changed apt reinstall command from dbus to libdbus-1-3

#12 Re: Off-topic » [SOLVED] Installing devuan on vps » 2024-05-08 11:46:18

default-dbus-session-bus and dbus-session-bus are not found in the chimaera repositories.  However, they are listed as virtual packages by apt.  This would explain why the following command shows them as non-existent.  I would imagine that a standard dbus install would provide this need.

root@hostOS:/home/user#  apt policy default-dbus-session-bus dbus-session-bus
default-dbus-session-bus:
  Installed: (none)
  Candidate: (none)
  Version table:
dbus-session-bus:
  Installed: (none)
  Candidate: (none)
  Version table:

apt info default-dbus-session-bus dbus-session-bus
Package: default-dbus-session-bus
State: not a real package (virtual)
Package: dbus-session-bus
State: not a real package (virtual)

These virtual packages are provided by the package dbus.

apt info dbus
Package: dbus
Version: 1.12.24-0+deb11u1devuan1
snip...
Provides: dbus-bin (= 1.12.24-0+deb11u1devuan1), dbus-daemon (= 1.12.24-0+deb11u1devuan1), dbus-session-bus-common (= 1.12.24-0+deb11u1devuan1), dbus-system-bus (= 1.12.24-0+deb11u1devuan1), dbus-system-bus-common (= 1.12.24-0+deb11u1devuan1), default-dbus-system-bus
...snip

At this point, this is all I can think of for you to check.  If your /etc/apt/sources.list file is correct, you should not be getting this message.  Please check this sources.list file again.  Look for any other lines that might mention any other repository.  Also, look in the folder /etc/apt/sources.list.d and see if any files in this folder mention any other reporitories.  If you do have any other lines, post them here.  I think that you might have a left over line from another repository that may be messing things up.

Is this a bug with task-gnome-desktop only?  Try this, do you get any errors if you try to install ?

apt install task-xfce-desktop

#13 Re: Off-topic » [SOLVED] Installing devuan on vps » 2024-05-07 11:26:12

Try this,

apt install devuan-keyring

and then try

apt update && apt dist-upgrade

Edit:  You might need to use this command to install devuan-keyring.  This was mentioned in the migration article but you may have overlooked it.

apt-get install devuan-keyring --allow-unauthenticated

Once the keyring is installed, you might want to read again the migration article to make sure that all steps have been completed in the proper order.

#14 Re: Off-topic » [SOLVED] Installing devuan on vps » 2024-05-07 10:24:46

And the output of ?

apt policy devuan-keyring

#15 Re: Off-topic » [SOLVED] Installing devuan on vps » 2024-05-06 16:45:05

tyrlak,

What is the output of

cat /etc/apt/sources.list

What is the output of

apt policy default-dbus-session-bus

-and-

apt policy dbus-session-bus

What is the output of

apt update && apt dist-upgrade

What is the output of

apt policy xfconf

This is enough to get started.  I am wondering if the dbus packages mentioned in the error are installed?  And like golinux said, please use

code

-or

quote

tags around the terminal informations.  It does make your information easier to see and read.

Edit:  After posting this, I ran the "apt policy" commands above and found that these two missing packages default-dbus-session-bus and dbus-session-bus are not found in the chimaera repos, but they are in my ceres repo.  I am interested in what the contents of your /etc/apt/sources.list will reveal.

#16 Re: Off-topic » [SOLVED] Installing devuan on vps » 2024-04-30 23:28:45

As far as running an installation disk from within a running vps instance, I am not aware of how to do this.

I want to ask, have you considered migrating the debian vps to devuan?

If you can "attach" the iso to the vps machine-
The simpliest way would be to "attach" the iso to the virtual machine, but not all commercial vps providers offer this capability.  Is this a possibility?  If so, simply "attach" and reboot the server and the devuan install disk should start.  I assume here that you have the capability to see the "virtual physical" screen to navigate through the installation process.

Another option would be to build your devuan.iso disk locally, or use a devuan release live.iso build and upload and attach it to the vps.  This way, with a live build you could access the vps by way of ssh and run the refractainstaller program.

If this "attach" capability is not available, I have known a provider to install a custom .iso that I requested.  You might want to request this from your provider.

Last idea, use rsync to transfer your custom iso build to the vps and in essence to overwrite all that is there.  This would replace what you currently have on the vps with what you have built locally.  Or, instead of building what you want, use an official devuan live disk release.  This is more advanced, but it is possible.  I have done this several times and it is a lifesaver.  Let me know if this interests you.

This is also an excellent reason to have a virtual machine program on your local end to test these options out, before attempting on a production vps.

#17 Re: Installation » I screwed XFCE up, xfce panel won't show at all » 2024-04-21 23:17:35

Also, before doing something drastic, rename the /home/USER/.config/xfce4  folder to something like xfce4.bak.

Then try to restart xfce again and see if it recreates that folder and its contents.

#18 Re: Other Issues » [SOLVED] libelogind-compat : Conflicts: libsystemd0 » 2024-04-14 21:44:19

To add a little more here, the problem may show up again.  If you purge the "systemd-standalone-sysusers" package, and pin it in apt so it does not get reinstalled, in  /etc/apt/preferences.d/nosystemd  like so:

Package: *systemd* systemd-* systemd-standalone-sysusers
Pin: release n=ceres
Pin-Priority: -1

And then reinstall the packages that got removed when "systemd-standalone-sysusers" was purged, it should install a compatible package called "opensysusers".   This is what I did a month ago to proceed with updating as I was getting the same error message(s).

#19 Re: Freedom Hacks » Incus » 2024-03-27 02:18:27

Debian has no official Incus packages

I found some debian packages in daedalus-backports.  But warning... by default it does try to pull in systemd-standalone-sysusers, and I would strongly urge you to pin this out so that it will not get installed.  There is a non-systemd package called opensysusers which will install in its place if the systemd* packages are pinned from getting installed.

For example, this is my apt pin in /etc/apt/preferences.d/00nosystemd:

Package: *systemd* systemd-* systemd-standalone-sysusers
Pin: release *
Pin-Priority: -1

Make sure the daedalus-backports repo is active in sources.list.

# apt policy incus

incus:
  Installed: (none)
  Candidate: 0.6-1~bpo12+1
  Version table:
     0.6-1~bpo12+1 100
        100 http://deb.devuan.org/merged daedalus-backports/main amd64 Packages

# apt install -t daedalus-backports incus

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  attr incus-client libcowsql0 liblxc-common liblxc1 libraft0 libsubid4 lxcfs
  opensysusers uidmap
Suggested packages:
  btrfs-progs ceph-common lvm2 zfsutils-linux incus-tools cgroupfs-mount
  | systemd
Recommended packages:
  apparmor dnsmasq-base incus-agent
The following NEW packages will be installed:
  attr incus incus-client libcowsql0 liblxc-common liblxc1 libraft0 libsubid4
  lxcfs opensysusers uidmap
0 upgraded, 11 newly installed, 0 to remove and 59 not upgraded.
Need to get 22.7 MB/22.8 MB of archives.
After this operation, 76.9 MB of additional disk space will be used.
Do you want to continue? [Y/n]

I have not installed, nor do I know if these packages will work.  I see that systemd is a "suggested" package, but not a dependency.  Let us know how it goes.  Thanks.

Edit:  grammar and spelling.

#20 Re: Devuan Derivatives » Devuan 5.0 init-diversity edition UNOFFICIAL » 2024-03-22 16:39:39

& reboot into s6-66

I did, three times, and it works fine and that ModemManager error has gone away. 

This is a pretty good laboratory to learn about the most popular alternative inits.  Looking forward to using this.  My first thought is that runit seems to run faster and smoother.  Let the web searching/reading/learning about alternative inits begin!  At least for me anyway.

Thank you for your time, and your assistance Prowler_Gr.

#21 Re: Devuan Derivatives » Devuan 5.0 init-diversity edition UNOFFICIAL » 2024-03-22 15:22:15

Sorry for taking so long for reporting back, but this took a while. 

I did a physical install on a 13 year old dell server.  I made no changes at all, except for a user account name change and password change during installation.  I simply installed and tested.  My testing was centered on simply booting up, logging in, and rebooting into the next init. 

After installing all inits (boot options) worked fine, except s6-66.  My partition scheme is:

sda is a msdos master boot record, not gpt.
/  is /sda1
/home is /sda2
swap is /sda3
/mnt/data1 is sdb1

The first boot into s6-66, I got the same ModemManager error as reported above:

ModemManager[984]: <info> [base manager] couldn't check support for device '/sys/device/pci0000:00/0000:00:03.0': not supported by any plugin

The system was not in a usable state so I was not able to view the log files, either locally or with ssh.  The second boot attempt I did not see that error and I got to the lightdm login screen.  The regular user was not able to login.  A login attempt with the correct user/pass just refreshed the page.  However, the root user was able to login.  Further checking:

ls -a /home

 
showed the entire /home folder as empty.  The /home partition did not get mounted at boot.  A manual mount of /home did work and then I was able to login.  I searched the log files and I found no mention about a mount error.  My fstab is:

UUID=xxxxxxxxxxxx    /    ext4    defaults,noatime    0    1
UUID=xxxxxxxxxxxx    /home    ext4    defaults,noatime    0    2
UUID=xxxxxxxxxxxx    none    swap    sw    0    2

I did notice that the s6-66 reversed the partitions sda -> sdb, sdb -> sda.  This was as far as I got with s6-66 as the third and 4th boot attempts produced the same modemmanager error. 

So, to recap, the s6-66 method did not mount the /home partition correctly at boot on the couple of times that it did work correctly.

If you can tell me what to check I will be glad to test further.  But without an error notation in a log file, I don't know where to start and I am very unfamiliar with inits.  I am not a very good tester, but I did have some time to test.

#22 Re: Installation » [SOLVED] apt install timeshift error » 2024-03-21 15:16:49

luckybackup perhaps?  It also uses rsync and is in the repo.

A small bit of info:
# apt info luckybackup

Package: luckybackup
Homepage: http://luckybackup.sourceforge.net/
Tag: admin::backup, implemented-in::c++, interface::graphical,
interface::x11, role::program, uitoolkit::qt, x11::application
Download-Size: 531 kB
APT-Sources: http://deb.devuan.org/merged daedalus/main amd64 Packages
Description: rsync-based GUI data backup utility

#23 Re: Devuan Derivatives » Devuan 5.0 init-diversity edition UNOFFICIAL » 2024-03-21 14:07:52

Testing was done from within virtualbox after installing, not a physical install on a hard drive, using a devuan host system - ceres (unstable)

At boot:

grub default selection - It worked fine the first boot, and maybe the second, and then it didn't.  When it did not successfully boot -

I logged in as root and  ran

service lightdm status
lightdm is not running ... failed!

"service lightdm start" will start the X session (lightdm) from the physical console of the virtual machine.  I successfully started Xfce by logging in as the user and entering "startxfce4".  I made some text bold to make it stand out, as it raised some questions with me.

While it was not successfully booted into X, I ssh(ed) into the machine and got this information:
/home/user/.xsession-errors

(wrapper-2.0:2397): GLib-GObject-CRITICAL **: 12:14:39.800: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
E: [pulseaudio] core-util.c: Failed to create secure directory (/run/user/1000/pulse): No such file or directory
xscreensaver-systemd: 12:14:40: failed to process user bus: Connection reset by peer

** (xiccd:2336): WARNING **: 12:14:40.105: Exiting
XIO:  fatal IO error 2 (No such file or directory) on X server ":0.0"
      after 32 requests (32 known processed) with 0 events remaining.
X connection to :0.0 broken (explicit kill or server shutdown).
XIO:  fatal IO error 2 (No such file or directory) on X server ":0.0"
      after 8 requests (8 known processed) with 0 events remaining.

/var/log/lightdm/seat0-greeter.log
# cat /var/log/lightdm/seat0-greeter.log

** Message: 12:14:52.660: Starting lightdm-gtk-greeter 2.0.8 (Aug 16 2021, 03:07:33)
** Message: 12:14:52.662: [Configuration] Reading file: /usr/share/lightdm/lightdm-gtk-greeter.conf.d/01_debian.conf
** Message: 12:14:52.663: [Configuration] Reading file: /etc/lightdm/lightdm-gtk-greeter.conf
Invalid MIT-MAGIC-COOKIE-1 key
(lightdm-gtk-greeter:2077): Gtk-WARNING **: 12:14:52.668: cannot open display: :0

/var/log/syslog
noting mentioned, warnings or errors regarding xorg or lightdm

Just to document what package if any had systemd mentioned -
root@init-diversity:/home/craig# dpkg -l | grep systemd
ii  dhcpcd   1:9.4.1-24~deb12u3     all  DHCPv4 and DHCPv6 dual-stack client (init.d script and systemd unit)

So, sometimes it works, sometimes it does not and I can't report what is wrong.  I thought the default selection was sysvinit, but the sysvinit selection works fine.  I have not checked the grub entries for any difference between the two selections.

grub sysvinit selection - it worked fine.
grub s6-rc selection - it worked fine.

grub s6-66 selection - fails to boot.
boot hangs with the message on screen that:

ModemManager[984]: <info> [base manager] couldn't check support for device '/sys/device/pci0000:00/0000:00:03.0': not supported by any plugin

A virtualbox driver issue perhaps?  Repeated attempts with this method does the same thing with the same message.

grub runit selection - it worked fine.
This was my first time using runit and was very impressed with its speed and smoothness.

grub openrc selection - fails to boot.
I get the same or similar error messages as using sysvinit.
/home/user/.xsession-errors

(wrapper-2.0:2772): GLib-GObject-CRITICAL **: 12:41:34.548: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
E: [pulseaudio] core-util.c: Failed to create secure directory (/run/user/1000/pulse): No such file or directory
X connection to :0.0 broken (explicit kill or server shutdown).
X connection to :0.0 broken (explicit kill or server shutdown).
xscreensaver-systemd: 12:41:34: failed to process user bus: Connection reset by peer
XIO:  fatal IO error 2 (No such file or directory) on X server ":0.0"
      after 8 requests (8 known processed) with 0 events remaining.

cat /var/log/lightdm/seat0-greeter.log
(entire log, nothing excluded)

** Message: 12:42:11.531: Starting lightdm-gtk-greeter 2.0.8 (Aug 16 2021, 03:07:33)
** Message: 12:42:11.532: [Configuration] Reading file: /usr/share/lightdm/lightdm-gtk-greeter.conf.d/01_debian.conf
** Message: 12:42:11.532: [Configuration] Reading file: /etc/lightdm/lightdm-gtk-greeter.conf
Invalid MIT-MAGIC-COOKIE-1 key
(lightdm-gtk-greeter:3100): Gtk-WARNING **: 12:42:11.534: cannot open display: :0

On the physical VM screen, it hangs at:

Starting Remote Desktop Protocol server: xrdp-sesman xrdp.

This or whatever it is trying to load next, but is not displayed yet, may be the problem.

My changes to the default installed system:
Removed vim and firmware-libertas firmware-myricom firmware-netxen firmware-qlogic ti-connectivity firmware-atheros firmware-bnx2x firmware-brcm80211
Installed gtkhash thunar-gtkhash libb2-1 geany autofs

I will be glad to assist in troubleshooting.  Please let me know.  This is an easy to use way to test and experiment with multiple init systems within the same install.  This is a very interesting concept.

Edit:  corrected typing mistakes.

#24 Freedom Hacks » Systemd package caused problems » 2024-03-16 13:37:48

nixer
Replies: 1

TL/DR -
Question... what would be the "mother of all apt pins" to keep systemd off of my system(s).  Depending on the release name, how can this be improved?  This did block the systemd-standalone-sysusers package, so I consider it as "working".  Can it be improved?

Package: *systemd* systemd-* systemd-standalone-sysusers *-systemd
Pin: release n=ceres
Pin-Priority: -1

Package: *systemd* systemd-* systemd-standalone-sysusers *-systemd
Pin: release n=excalibur
Pin-Priority: -1

Package: *systemd* systemd-* systemd-standalone-sysusers *-systemd
Pin: release n=daedalus
Pin-Priority: -1

Package: *systemd* systemd-* systemd-standalone-sysusers *-systemd
Pin: release n=chimaera
Pin-Priority: -1

I don't know how or what package initially pulled it in, but some time ago "systemd-standalone-sysusers" got pulled in by some update.  I am running ceres, so I see quite a bit more updates than stable, or even testing (excalibur).  I have been trusting my apt pinning to keep out all *systemd* packages for years, but my apt pinning failed me.  For the past 10 days or so, when trying to do an "apt upgrade" command, I kept getting a broken package error regarding "libelogind-compat".  So, I let the ceres install sit not updated.  Finally, I started digging deeper and read a few messages on the dng mailing list, and one caught my eye concerning purging the "systemd-standalone-sysusers" package. 

To make this long story shorter, purging this systemd mess from my ceres install immediately made a positive difference. 

Running the command "apt remove systemd-standalone-sysusers --purge" actually removed cron and timeshift, and a couple other dependencies, but it was only 4 packages in total that were removed.

I then invoked a working pin in apt preferences - etc/apt/preferences.d/00nosystemd :

Package: *systemd* systemd-* systemd-standalone-sysusers *-systemd
Pin: release n=ceres
Pin-Priority: -1

Then I reinstalled cron and timeshift "apt install cron timeshift" and instead of wanting the systemd-standalone-sysusers package, it installed "opensysusers" package instead.  Then all error messages went away and the system updated as normal.  There are a few (at this moment) packages that will not update, which is not unusual at all, I think it mainly concerns the "libpam-modules-bin" package.  But after purging that package related to systemd, over 600 packages did update successfully.

Beware of systemd encroachment, especially in the unstable branch (ceres).

#25 Re: Desktop and Multimedia » [SOLVED] Darktable Debian 12 software installation possible? » 2024-03-15 12:47:49

This page shows what the sources.list should look like in daedalus, and this is only showing the main repo. 
https://www.devuan.org/os/documentation … o-daedalus

You may want to add the additional options like adding "contrib non-free non-free-firmware" to each line.

But at any rate it should still show up as it is there with "main".   

# apt policy darktable
darktable:
  Installed: (none)
  Candidate: 4.2.1-4
  Version table:
     4.2.1-4 500
        500 http://deb.devuan.org/merged daedalus/main amd64 Packages

Have you run "apt update" before looking for it? Or, are you using synaptic?  A better question is, how are you trying to look for it and install it, with a terminal using "apt" or with the gui program synaptic?  If using apt you must might first want to run "apt update", and if using synaptic, click on "Reload" first, before searching.

Hope this helps.

Board footer

Forum Software