Package requests #16

Closed
opened 2020-12-08 10:14:09 -05:00 by therainingmonkey · 5 comments

Request the following packages be installed

  • nano (editor)
  • micro (editor)
  • fish (shell)
  • elinks (browser)
  • lua (interpreter)
  • python (interpreter)
Request the following packages be installed * nano (editor) * micro (editor) * fish (shell) * elinks (browser) * lua (interpreter) * python (interpreter)
Owner

added nano, micro, fish, lua

python3 is installed, python2 is not in the OpenBSD repos
elinks is not in the OpenBSD repos

Will look into how to add these.

added nano, micro, fish, lua python3 is installed, python2 is not in the OpenBSD repos elinks is not in the OpenBSD repos Will look into how to add these.
Owner

I got elinks to compile. I had to make some tweaks to the source code, because the repo is old and doesn't seem to be tested against this version of OpenBSD. It seems to load Google though so I think its working OK.

I got elinks to compile. I had to make some tweaks to the source code, because the repo is old and doesn't seem to be tested against this version of OpenBSD. It seems to load Google though so I think its working OK.
Owner

OpenBSD removed python2 from their source list but its still in their package archive.

https://ftp.openbsd.org/pub/OpenBSD/6.8/packages/amd64/

python2 is installed now.

I'll leave this open for a few days in case you run into any trouble.

OpenBSD removed python2 from their source list but its still in their package archive. https://ftp.openbsd.org/pub/OpenBSD/6.8/packages/amd64/ python2 is installed now. I'll leave this open for a few days in case you run into any trouble.
gashapwn self-assigned this 2020-12-08 23:13:15 -05:00
gashapwn added the
Feature Suggestion
label 2020-12-08 23:13:28 -05:00
Owner

I added luarocks as well. Was able to install global modules as root and was able to run a test file.

I see that its possible to install modules without using

luarocks install --local [modulename]

... but wasn't sure how to get this to work. Haven't written lua before. Seems like this could allow users to manage modules without granting root.

Would be interested to hear if you think this would work. I'm going to do some digging to see how other tildes approach allowing users to manage lua modules.

I added luarocks as well. Was able to install global modules as root and was able to run a test file. I see that its possible to install modules without using ``` luarocks install --local [modulename] ``` ... but wasn't sure how to get this to work. Haven't written lua before. Seems like this could allow users to manage modules without granting root. Would be interested to hear if you think this would work. I'm going to do some digging to see how other tildes approach allowing users to manage lua modules.
Owner

closing for now. anyone can re-open ofc.

closing for now. anyone can re-open ofc.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gashapwn/lyadmin#16
No description provided.