New program suggestions
by aronasPero, Monday, November 04, 2024, 20:35 (40 days ago)
I want to suggest a few programs maybe to be installed by default in your next update:
mpv media player - A cross platform media player. Figure out how to implement this to peropesis.
yt-dlp - A program that installs youtube files.
neofetch - A program that displays ascii art and some info.
tmux - Use multiple terminals.
Hope you install them!
Thanks, aronas
New program suggestions
by Dainis, Wednesday, November 06, 2024, 13:40 (38 days ago) @ aronasPero
Hello!
I'm interested to hear your reasons for installing and using mpv application within Peropesis. What are your thoughts on screen utility? Also, how did you manage to install Peropesis on the hard drive? I can't quite figure it out!
New program suggestions
by sskras , Lithuania, Wednesday, November 06, 2024, 14:07 (38 days ago) @ aronasPero
I want to suggest a few programs maybe to be installed by default in your next update:
In the meantime I would like to suggest you trying a cross-platform and source-based package manager pkgsrc. It comes from NetBSD, but works on Glibc-based Linuces too. I built some software like Rust, Clang, diffr, delta earlier this year using it on Ubuntu and Debian.
mpv media player - A cross platform media player. Figure out how to implement this to peropesis.
yt-dlp - A program that installs youtube files.
neofetch - A program that displays ascii art and some info.
tmux - Use multiple terminals.
Three of them are in the stable repository of pkgsrc:
https://pkgsrc.se/multimedia/mpv
https://pkgsrc.se/net/yt-dlp
https://pkgsrc.se/sysutils/neofetch
... and one still sits in the testing (WIP) repo:
https://pkgsrc.se/wip/tmux-git
New program suggestions
by g, Saturday, November 09, 2024, 18:54 (35 days ago) @ aronasPero
Hey, all,
Thank you for suggestions. I made a note of the suggestions and I'll think about it.
Dainis, Peropesis 2.8 edition is not adapted for writing distribution to hard disk.
For the pkgsrc. I tried to install in Peropesis 2.8, works perfectly:
get pkgsrc
$ wget http://cdn.netbsd.org/pub/pkgsrc/stable/pkgsrc.tar.xz
$ tar -xvf pkgsrc.tar.xz
bootstrap
$ cd pkgsrc/bootstrap
$ ./bootstrap --prefix /opt/pkg-2024Q3 --prefer-pkgsrc yes --make-jobs 4
build a package (I built BitchX)
$ cd pkgsrc/chat/BitchX
$ /opt/pkg-2024Q3/bin/bmake install
run the installed program
$ /opt/pkg-2024Q3/bin/BitchX
Lets try to install mpv. Does it work?
P.S. It would be a nice idea if someone developed package manager for Peropesis.
New program suggestions
by xtrship, Sunday, November 24, 2024, 10:26 (20 days ago) @ aronasPero
Yeah multiple terminals would definitely be useful!
New program suggestions
by aronasPero, Sunday, November 24, 2024, 10:46 (20 days ago) @ xtrship
its true!
New program suggestions
by g, Sunday, November 24, 2024, 16:34 (20 days ago) @ xtrship
In the Peropesis system is installed GNU Screen multiplexer. This program should be very similar to tmux.