New program suggestions
by aronasPero, Monday, November 04, 2024, 20:35 (240 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 (239 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 (239 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 (235 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 lm8, Saturday, June 28, 2025, 20:16 (4 days ago) @ g
P.S. It would be a nice idea if someone developed package manager for Peropesis.
One of the reasons I distro hop so much and have trouble finding a distribution I want to stay with is because I have my own build system/package manager and don't want to give it up just to use a Linux distro. Am curious what features you'd want in a custom package manager. Personally, I liked the way Slackware did things and how their Slackbuild scripts worked but wanted something with the ease of templates so I could automate changes and don't have to change all the package build scripts by hand when a modification is needed.
I build several command line programs from source. When I would used some smaller Linux distributions, there was no way to share personal builds of software with other users. Is there a way to do that with Peropesis?
New program suggestions
by g, Monday, June 30, 2025, 05:10 (3 days ago) @ lm8
Hello, lm8,
There is no direct possibility to share personal builds of software with other users in the Peropesis project. Until then, maybe you can share a link to your projects, it would be interesting to get to know them.
New program suggestions
by lm8, Monday, June 30, 2025, 17:08 (2 days ago) @ g
I have at least a couple of hundred programs and libraries I build from source. They're not all command line though. It's sort of like BLFS. I use my own scripts to build them. At this point, I build the software mainly for myself so I haven't shared more than bits and pieces. I do use several command line programs which I've built from source such as abc2midi, abcm2ps, diffh, lxsplit, gle, graphicsmagick, pdftxt, sdcv, etc.
It would be nice if there was a way users of Peropesis could share software. Maybe something similar to Arch's AUR or Slackware's SlackBuilds.org?
New program suggestions
by g, Tuesday, July 01, 2025, 04:11 (1 day, 23 hours, 19 min. ago) @ lm8
Until such possibility is created, someone could create repository for scripts/binaries for the Peropesis user community on his initiative as independent project.
New program suggestions
by xtrship, Sunday, November 24, 2024, 10:26 (221 days ago) @ aronasPero
Yeah multiple terminals would definitely be useful!
New program suggestions
by aronasPero, Sunday, November 24, 2024, 10:46 (221 days ago) @ xtrship
its true!
New program suggestions
by g, Sunday, November 24, 2024, 16:34 (220 days ago) @ xtrship
In the Peropesis system is installed GNU Screen multiplexer. This program should be very similar to tmux.
New program suggestions
by Oifan, Friday, March 14, 2025, 20:14 (110 days ago) @ aronasPero
Greetings,
I would suggest these utilities:
- dosfstools -- mkfs, fsck, attr & label for FAT filesystems
- htop -- interactive process viewer
- lspci -- list all PCI devices
- p7zip -- command-line version of 7-Zip
- rtorrent -- a quick and efficient BitTorrent client
- weechat -- a highly extendable and feature rich IRC client
- which -- shows the full path of the specified command
Maybe you could also add some useful ncurses-based tools like wiki-tui -- see: https://terminaltrove.com/categories/ncurses/ .
New program suggestions
by g, Sunday, March 16, 2025, 07:41 (109 days ago) @ Oifan
Hi, Oifan,
Thanks for your suggestions. I think all of the programs you mentioned are useful and could be distributed with the Peropesis distribution in the future. I noticed that the htop and which programs are very similar to the top and whereis programs that are currently distributed with the Peropesis distribution.