Nemesis Commands

Arch based Porteus community project

Moderator: M. Eerie

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Nemesis Commands

Post#1 by Jack » 30 Sep 2021, 02:00

Where can I get a modules with all Nemesis commands at?
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3938
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Nemesis Commands

Post#2 by ncmprhnsbl » 30 Sep 2021, 03:52

nemesis commands are all located in /usr/local/bin and /usr/local/sbin (some in 001-core and some in 002-gui)
if you want them all in a module:

Code: Select all

##as root
mkdir /tmp/commands
cp -a --parents /usr/local/{bin,sbin} /tmp/commands
dir2xzm /tmp/commands /tmp/nemesis-commands.xzm
Last edited by ncmprhnsbl on 30 Sep 2021, 04:29, edited 1 time in total.
Reason: fixed cp command
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Nemesis Commands

Post#3 by Jack » 30 Sep 2021, 04:12

ncmprhnsbl wrote:
30 Sep 2021, 03:52
nemesis commands are all located in /usr/local/bin and /usr/local/sbin (some in 001-core and some in 002-gui)
if you want them all in a module:

Code: Select all

##as root
mkdir /tmp/commands
cp -a --parents /usr/local/{bin,sbin} /tmp/commands
dir2xzm /tmp/commands /tmp/nemesis-commands.xzm
Thank you for the info.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3938
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Nemesis Commands

Post#4 by ncmprhnsbl » 30 Sep 2021, 04:30

whoops :mega_shok: , please note, i fixed the cp command (had an extra 'bin')
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

Post Reply