How to install directly from a package *.tgz file in NetBSD, OpenBSD, or FreeBSDHow do you work with old...
When does Haskell complain about incorrect typing in functions?
What do I do with a party that is much stronger than their level?
Can a table be formatted so that math mode is in some columns and text is in others by default?
Why is drive/partition number still used?
The best place for swimming in Arctic Ocean
Why is it considered Acid Rain with pH <5.6
Commercial jet accompanied by small plane near Seattle
What is this spacecraft tethered to another spacecraft in LEO (vintage)
How much were the LMs maneuvered to their landing points?
If Trump gets impeached, how long would Pence be president?
To find islands of 1 and 0 in matrix
Suggestions for protecting jeans from saddle clamp bolt
Vertical tennis ball into fancy new enumerate
Where to find an interactive PDF or HTML version of the tex.web documentation?
What language is Raven using for her attack in the new 52?
What does "see" in "the Holy See" mean?
Trapped in an ocean Temple in Minecraft?
Assuring luggage isn't lost with short layover
How could Nomadic scholars effectively memorize libraries worth of information
Does academia have a lazy work culture?
Why is 'n' preferred over "n" for output streams?
Is it legal for private citizens to "impound" e-scooters?
Are the named pipe created by `mknod` and the FIFO created by `mkfifo` equivalent?
sfdx force:org:list --all doesn't show all scratch orgs
How to install directly from a package *.tgz file in NetBSD, OpenBSD, or FreeBSD
How do you work with old servers?How to apply updates on OpenBSD, NetBSD, and FreeBSD?How do I delete a partial package in OpenBSDInstall a package manager in FreeBSD 10Can I install FreeBSD, OpenBSD, NetBSD and DragonFly on one disc?php70-fpm doesn't include www.conf on NetBSDHow to install the wget package on AIX server 7.1 without having a local repository?Getting pkg data using repo URLs only (without a repo.conf file) - FreeBSD 10/11How to install Chromium on NetBSD?pkgin installation problem (NetBSD)How do I find the files installed by a particular package? Where is the .deb file to look at?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Is there any way to install software from the *.tgz
file that is its package, in NetBSD? Or indeed in operating systems with similar package managers such as OpenBSD or FreeBSD?
For example, I can install the nano editor on NetBSD using this command:
pkgin nano
(I could do the same with a similar pkg install nano
command on FreeBSD.)
What if I download the package file directly from the operating system's package repository, which would be a URL like http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/i386/7.1/All/nano-2.8.7.tgz
?
Having obtained the package file from the repository by hand like this, is there any way to now install nano directly from it? How do I do that?
software-installation package-management freebsd openbsd netbsd
add a comment |
Is there any way to install software from the *.tgz
file that is its package, in NetBSD? Or indeed in operating systems with similar package managers such as OpenBSD or FreeBSD?
For example, I can install the nano editor on NetBSD using this command:
pkgin nano
(I could do the same with a similar pkg install nano
command on FreeBSD.)
What if I download the package file directly from the operating system's package repository, which would be a URL like http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/i386/7.1/All/nano-2.8.7.tgz
?
Having obtained the package file from the repository by hand like this, is there any way to now install nano directly from it? How do I do that?
software-installation package-management freebsd openbsd netbsd
add a comment |
Is there any way to install software from the *.tgz
file that is its package, in NetBSD? Or indeed in operating systems with similar package managers such as OpenBSD or FreeBSD?
For example, I can install the nano editor on NetBSD using this command:
pkgin nano
(I could do the same with a similar pkg install nano
command on FreeBSD.)
What if I download the package file directly from the operating system's package repository, which would be a URL like http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/i386/7.1/All/nano-2.8.7.tgz
?
Having obtained the package file from the repository by hand like this, is there any way to now install nano directly from it? How do I do that?
software-installation package-management freebsd openbsd netbsd
Is there any way to install software from the *.tgz
file that is its package, in NetBSD? Or indeed in operating systems with similar package managers such as OpenBSD or FreeBSD?
For example, I can install the nano editor on NetBSD using this command:
pkgin nano
(I could do the same with a similar pkg install nano
command on FreeBSD.)
What if I download the package file directly from the operating system's package repository, which would be a URL like http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/i386/7.1/All/nano-2.8.7.tgz
?
Having obtained the package file from the repository by hand like this, is there any way to now install nano directly from it? How do I do that?
software-installation package-management freebsd openbsd netbsd
software-installation package-management freebsd openbsd netbsd
edited Jan 4 '18 at 12:40
David.h
asked Jan 3 '18 at 19:18
David.hDavid.h
155 bronze badges
155 bronze badges
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
you must use pkg_add
from the manual:
The pkg_add command is used to extract and upgrade packages that have
been previously created with the pkg_create(1) command. Packages are
prepared collections of pre-built binaries, documentation, configura-
tions, installation instructions and/or other files. pkg_add can recur-
sively install other packages that the current package depends on or
requires from both local disk and via FTP or HTTP.
add a comment |
The question is how to install a package downloaded to my computer, in NetBSD
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f414615%2fhow-to-install-directly-from-a-package-tgz-file-in-netbsd-openbsd-or-freebsd%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
you must use pkg_add
from the manual:
The pkg_add command is used to extract and upgrade packages that have
been previously created with the pkg_create(1) command. Packages are
prepared collections of pre-built binaries, documentation, configura-
tions, installation instructions and/or other files. pkg_add can recur-
sively install other packages that the current package depends on or
requires from both local disk and via FTP or HTTP.
add a comment |
you must use pkg_add
from the manual:
The pkg_add command is used to extract and upgrade packages that have
been previously created with the pkg_create(1) command. Packages are
prepared collections of pre-built binaries, documentation, configura-
tions, installation instructions and/or other files. pkg_add can recur-
sively install other packages that the current package depends on or
requires from both local disk and via FTP or HTTP.
add a comment |
you must use pkg_add
from the manual:
The pkg_add command is used to extract and upgrade packages that have
been previously created with the pkg_create(1) command. Packages are
prepared collections of pre-built binaries, documentation, configura-
tions, installation instructions and/or other files. pkg_add can recur-
sively install other packages that the current package depends on or
requires from both local disk and via FTP or HTTP.
you must use pkg_add
from the manual:
The pkg_add command is used to extract and upgrade packages that have
been previously created with the pkg_create(1) command. Packages are
prepared collections of pre-built binaries, documentation, configura-
tions, installation instructions and/or other files. pkg_add can recur-
sively install other packages that the current package depends on or
requires from both local disk and via FTP or HTTP.
answered Jan 3 '18 at 20:54
D'Arcy NaderD'Arcy Nader
9487 silver badges17 bronze badges
9487 silver badges17 bronze badges
add a comment |
add a comment |
The question is how to install a package downloaded to my computer, in NetBSD
New contributor
add a comment |
The question is how to install a package downloaded to my computer, in NetBSD
New contributor
add a comment |
The question is how to install a package downloaded to my computer, in NetBSD
New contributor
The question is how to install a package downloaded to my computer, in NetBSD
New contributor
New contributor
answered 48 mins ago
RaulRaul
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f414615%2fhow-to-install-directly-from-a-package-tgz-file-in-netbsd-openbsd-or-freebsd%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown