Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
General Discussion
»
Installation package not supplied by OPNsense
« previous
next »
Print
Pages: [
1
]
Author
Topic: Installation package not supplied by OPNsense (Read 821 times)
cmonty14
Newbie
Posts: 17
Karma: 0
Installation package not supplied by OPNsense
«
on:
April 11, 2022, 12:45:30 am »
Hello,
I want to install package
inxi
.
This package is supplied by port
sysutils
.
According to
documentation
I have executed the following steps:
opnsense-code ports tools
cd /usr/ports/sysutils/inxi
make install
Make install is now running for +12hrs, and I don't understand why it takes so much time for compiling a package with a few kB.
Please advise the correct procedure for installation of package
inxi
.
THX
Logged
franco
Administrator
Hero Member
Posts: 17630
Karma: 1607
Re: Installation package not supplied by OPNsense
«
Reply #1 on:
April 11, 2022, 08:39:22 am »
Welcome to the world of release engineering... take a look at the required package dependencies which in turn probably also have lots of dependencies:
https://github.com/opnsense/ports/blob/da87dbe62e99bc8f08b236256e84fe29c923737a/sysutils/inxi/Makefile#L11-L23
Cheers,
Franco
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
General Discussion
»
Installation package not supplied by OPNsense