Something didn’t work for me in the upgrade (Ubuntu 20.04.3 ):
$ pls apt --only-upgrade install flox
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
flox
1 upgraded, 0 newly installed, 0 to remove and 145 not upgraded.
Need to get 122 MB of archives.
After this operation, 25.6 kB disk space will be freed.
Get:1 https://alpha.floxsdlc.com/downloads/debian-archive unstable/ flox 0.0.7-r76 [122 MB]
Fetched 122 MB in 5s (26.6 MB/s)
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
(Reading database ... 198664 files and directories currently installed.)
Preparing to unpack .../flox_0.0.7-r76_amd64.deb ...
e7Progress: [ 0%] [....................................................................................................................................] e8e7Progress: [ 20%] [##########################..........................................................................................................] e8Unpacking flox (0.0.7-r76) over (0.0.6-r58) ...
e7Progress: [ 40%] [####################################################................................................................................] e8Setting up flox (0.0.7-r76) ...
Installing new version of config file /etc/flox-version ...
e7Progress: [ 60%] [###############################################################################.....................................................] e8error: experimental Nix feature 'nix-command' is disabled; use '--extra-experimental-features nix-command' to override
Warning: Stopping nix-daemon.service, but it can still be activated by:
nix-daemon.socket
e7Progress: [ 80%] [#########################################################################################################...........................] e8Processing triggers for man-db (2.9.1-1) ...
e7e8
$ flox --version
bash: /usr/bin/flox: No such file or directory
$ pls apt --only-upgrade install flox
Reading package lists... Done
Building dependency tree
Reading state information... Done
flox is already the newest version (0.0.7-r76).
0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded.
$ ls -las /usr/bin/flox
4 lrwxrwxrwx 1 root root 67 Jan 1 1980 /usr/bin/flox -> /nix/store/qqjrzf5bbxg2nvaq5ivinj83wn7mqgg7-flox-0.0.7-r76/bin/flox
$ ls -las /nix/store/qqjrzf5bbxg2nvaq5ivinj83wn7mqgg7-flox-0.0.7-r76
ls: cannot access '/nix/store/qqjrzf5bbxg2nvaq5ivinj83wn7mqgg7-flox-0.0.7-r76': No such file or directory
The same if I redo the installation after having downloaded the new deb
file:
$ pls dpkg -i tmp/flox.deb
(Reading database ... 198664 files and directories currently installed.)
Preparing to unpack tmp/flox.deb ...
Unpacking flox (0.0.7-r76) over (0.0.7-r76) ...
Setting up flox (0.0.7-r76) ...
error: experimental Nix feature 'nix-command' is disabled; use '--extra-experimental-features nix-command' to override
Warning: Stopping nix-daemon.service, but it can still be activated by:
nix-daemon.socket
Processing triggers for man-db (2.9.1-1) ...
$ flox --version
bash: /usr/bin/flox: No such file or directory
Any clues?
Thanks