Linux Mint 22 Wilma Audacity official .deb packaging

Опубликовано: 05 Август 2024
на канале: Linux Zone
986
6

Linux Mint 22 Wilma Audacity Officia Deb packaging,
search the debian audacity gitlab, that is offical debian repo, from where the debian or ubuntu, linux mint version of audacity is packaged as deb file.
You need to git clone it.
sudo apt install git devscripts equivs git build-essential ligwxgtk3.2-dev libgtk-3-dev fakeroot
cd to audacity directory
sudo mk-build-deps --install debian/control (it will install all dependencies to build audacity)
then run, dpkg-buildpackage -uc -us -b
Or, fakeroot debian/rules binary
Timecode:-
Uninstall previous version of libwx* 0:00
install new version of libwxgtk3.2 0:33
open offical audacity debian repo 0:43
git clone repo 1:01
check repo in file manager 1:35
install dependencies 1:56
create deb package 2:20
deb package ready 2:52
install deb package 3:03
open audacity 3:20
end 3:34