6.1.0 Xanthous #1311
oklopfer
announced in
Announcements
6.1.0 Xanthous
#1311
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pacstall v6.1.0 Xanthous![Xanthous](https://camo.githubusercontent.com/72b3155493889813e75af48623d20650114325a04fd33883d8343fb186cdf22a/68747470733a2f2f7777772e68746d6c637373636f6c6f722e636f6d2f707265766965772f313238783132382f4631423432462e706e67)
This update is a quality of life update focusing on important bug fixes and adding requested features. Users can update from Pacstall 4.0.0 or higher with
pacstall -U pacstall:master
, or reinstall using the deb file. The prebuilt deb is also available from the Chaotic PPR, usingsudo apt install pacstall
.Developers, Developers, Developers...
Features
Bug Fixes
pacname
+pkgbase
in bwrap by @oklopfer (fix(bwrap.sh): sharepacname
+pkgbase
#1305, fix(bwrap.sh): fallbackpkgbase
#1306)Current translation status:
See https://github.com/pacstall/pacstall#translations for how to help.
How to use the new features
-x/--debug
flagFor a while, Pacstall has had support for a special debug output if one added
set -x
to the beginning of the mainpacstall
file, making the traditional bash-x
output more verbose. To make this process slightly easier, we have now introduced this flag directly into Pacstall, though it must always be used separately as the first argument, like so:This output will produce a very large amount of text to the terminal, and will make other prompts harder to see, so it should only be used for debugging purposes. To make the output send to an external log file instead of the terminal, you can use the following syntax:
This will have Pacstall appear to run normally, while writing the debug output to
/tmp/pac-debug.log
. This can also make for an effective way to have the standard output in one terminal window, using the command above, and the debug output in a second window, using:Pacscript for this releases Deb
This discussion was created from the release 6.1.0 Xanthous.
Beta Was this translation helpful? Give feedback.
All reactions