Zrythm 0.7.367 release

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

alextee
Established Member
Posts: 55
Joined: Wed Feb 13, 2019 6:22 pm
Has thanked: 1 time
Been thanked: 12 times

Re: Zrythm 0.7.367 release

Post by alextee »

hellocatfood wrote: Great! Just purchased it and tried to install but got the following error

Code: Select all

dpkg: error: cannot access archive 'bin/ubuntu/zrythm-0.7.474-1_19.10_amd64.deb': No such file or directory
I tried to install the 19.04 version but had to install fonts-dseg manually
thanks! ah you are right, sorry about that. i will fix the installer script and add the 19.10 deb in the next release.

regarding the fonts-dseg, the procedure that the installer follows is actually like this:

Code: Select all

apt update
dpkg -i <debfile>.deb
apt install -f -y
it sounds like you didn't run `apt install -f -y` after installing the deb file manually - that auto-downloads and installs all the dependencies (fonts-dseg is one of them)
Post Reply