You are not logged in.
Pages: 1
I am writing below what worked for me, please do this at your own risk !!!
The dependencies for the package usrmerge available in Beowulf are
debconf (>= 0.5) | debconf-2.0
perl:any
libfile-find-rule-perl
as given in https://pkginfo.devuan.org/stage/beowul … ge_21.html
since usrmerge is not available for Ascii, but debconf 1.5.61 and perl are already installed in any standard ascii installation , after installing 'libfile-find-rule-perl' using apt or apt-get, download "usrmerge" from either Devuan Beowulf or Debian Buster and install it manually using
sudo dpkg --install usrmerge_21_all.deb
You will receive a prompt that the procedure cannot be reversed, and when confirmed the package will be successfully installed.
if you do this on an installation where /usr and / are in seperate partitions, you should run
sudo update-initramfs -k all -u
before you reboot.
Last edited by cyberguy (2019-12-15 06:48:51)
Offline
Just an fyi that the default in beowulf will be NOT to merge but there will be an option in the installer if you want to do the merge.
Offline
Pages: 1