sudo debtap -u
...
==> Generating extended base group packages list...
/usr/bin/debtap: line 136: pactree: command not found
/usr/bin/debtap: line 136: pactree: command not found
/usr/bin/debtap: line 136: pactree: command not found
Should add pacman-contrib as a dependency for pactree.
@ak2021
It shouldn't. Version 3.6.0 is not finalized yet.
Why is this flagged out of date?
Please use spdx license identifier.
"sudo debtap -u" works for me.
how to fix this error when i using debtap -u?
sudo debtap -u
==> Synchronizing pkgfile database...
:: Updating 3 repos...
extra is up to date
multilib is up to date
core is up to date
==> Synchronizing debtap database...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 13.7M 100 13.7M 0 0 19.0M 0 --:--:-- --:--:-- --:--:-- 19.0M
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 98k 100 98k 0 0 398k 0 --:--:-- --:--:-- --:--:-- 400k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 181k 100 181k 0 0 541k 0 --:--:-- --:--:-- --:--:-- 543k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 49.0M 100 49.0M 0 0 34.3M 0 0:00:01 0:00:01 --:--:-- 34.3M
==> Downloading latest virtual packages list...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:01:44 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:01:45 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:02:14 --:--:-- 0
curl: (28) Failed to connect to github.com port 443 after 134279 ms: Couldn't connect to server
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
mv: cannot stat '/var/cache/debtap/virtual-packages-list-generator-master/virtual-packages': No such file or directory
=> Downloading latest AUR packages list...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 430k 100 430k 0 0 226k 0 0:00:01 0:00:01 --:--:-- 226k
==> Generating base group packages list...
==> All steps successfully completed!
Is it just me or does this program just straight up not work anymore? I need to run debtap -u to do anything but doing so just gives me a ton of "Malformed input to a URL function" errors and fails.
The latest version of pacman utility makepkg knows how to handle Debian packages. For instance the aur package protonmail-bridge-bin PKGBUILD script handles the Debian source very easily.
source=("https://protonmail.com/download/bridge/protonmail- bridge_${pkgver}-${_pkgrel}_amd64.deb"
"https://raw.githubusercontent.com/ProtonMail/proton-bridge/master/LICENSE")
...
prepare() {
tar xf data.tar.gz
}
Most of the Debian packages are already packages in aur.
Love this little Gem.
Has anything changes between Arch and Debian based distros to warrant an updated version?
Or is the update flag sufficient to ensure a stable experience?