Install an older package through macports [closed] - macports

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am trying
sudo port install opencv #2.4.3_1+python27
but macports installs opencv #2.4.6.1_0+python27
how can I force macports to install the desired version of a package.

Related

When I type "sudo airmon-ng" it print this [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 days ago.
Improve this question
sudo airmon-ng
PHY Interface Driver Chipset
lspci: -d: Invalid vendor ID
phy0 wlan0 ath9k
why invalid vendor ID

How can I solve this problem when I attempt to build the iputils on Linux Ubuntu 18: C library 'cap' not found? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I want to see how ping and ping6 work. I found this repository:
https://github.com/iputils/iputils
and it indeed has the source code I an interested. But every attempt to build results in this error:
C library 'cap' not found
I have searched for this library (libcap) on the internet without success. It does NOT appear to be included with pcap, as installing these packages failed to solve the problem:
apt-get install sqlite3 libsqlite3-dev libpcap0.8-dev
Any suggestions would be appreciated.
You need libcap, not libpcap. On Ubuntu, you probably need something like
# apt-get install libcap-dev
You'll also need meson and xsltproc.

How can I open a .nsi file? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I have downloaded a .nsi file and now I have to launch this to get my missing Windows registry keys installed. I tried different things to open it but so far everything didnt work. Can anyone please tell me how to run this kind of files?
A .nsi file is an input to the process that creates an executable. You need the Nullsoft Scriptable Install System compiler: https://nsis.sourceforge.io/Download
More info: https://nsis.sourceforge.io/Simple_tutorials

See when Macports was last updated? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I recently created a launchd that updates and upgrades my macports every sunday night while I'll sleep. I'm currently trying to find out if there is a way to know when macports was last updated? I'd like to know if my launchd is truly working or not.
The first thing Macports has to do when updating is synchronising the ports.
These are in /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports.
The modification date of this directory can tell you when the ports were last synchronised.

Where have DotNetNuke 7 files gone? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Am trying upgrade my installation of DotNetNUke 7. When I go to the dnn website it only offers me the installer, which isn't what I want. Where can I just get the installation files?
They are on CodePlex: http://dnnplatform.codeplex.com/releases/view/110757
Check under Downloads from the main site: http://dnnplatform.codeplex.com/

Resources