FreeBSD: What is the counterpart to apt called?

Clash Royale CLAN TAG#URR8PPP
I'm about to install FreeBSD 12.1. I'm a longtime Ubuntu user, and I prefer to install apps via the command line. Just wondering.
command-line software-installation freebsd
add a comment |
I'm about to install FreeBSD 12.1. I'm a longtime Ubuntu user, and I prefer to install apps via the command line. Just wondering.
command-line software-installation freebsd
@Gilles I don't understand what that link has to do with FreeBSD.
– Rob
Feb 14 at 12:01
1
@Rob Yes, my bad, the Arch rosetta doesn't have entries for *BSD. The Rosetta Stone for Unix does.
– Gilles
Feb 14 at 12:41
add a comment |
I'm about to install FreeBSD 12.1. I'm a longtime Ubuntu user, and I prefer to install apps via the command line. Just wondering.
command-line software-installation freebsd
I'm about to install FreeBSD 12.1. I'm a longtime Ubuntu user, and I prefer to install apps via the command line. Just wondering.
command-line software-installation freebsd
command-line software-installation freebsd
edited Feb 14 at 12:50
Rob
1,3551016
1,3551016
asked Feb 11 at 15:00
Steve WrightSteve Wright
173
173
@Gilles I don't understand what that link has to do with FreeBSD.
– Rob
Feb 14 at 12:01
1
@Rob Yes, my bad, the Arch rosetta doesn't have entries for *BSD. The Rosetta Stone for Unix does.
– Gilles
Feb 14 at 12:41
add a comment |
@Gilles I don't understand what that link has to do with FreeBSD.
– Rob
Feb 14 at 12:01
1
@Rob Yes, my bad, the Arch rosetta doesn't have entries for *BSD. The Rosetta Stone for Unix does.
– Gilles
Feb 14 at 12:41
@Gilles I don't understand what that link has to do with FreeBSD.
– Rob
Feb 14 at 12:01
@Gilles I don't understand what that link has to do with FreeBSD.
– Rob
Feb 14 at 12:01
1
1
@Rob Yes, my bad, the Arch rosetta doesn't have entries for *BSD. The Rosetta Stone for Unix does.
– Gilles
Feb 14 at 12:41
@Rob Yes, my bad, the Arch rosetta doesn't have entries for *BSD. The Rosetta Stone for Unix does.
– Gilles
Feb 14 at 12:41
add a comment |
1 Answer
1
active
oldest
votes
The FreeBSD project has a very good Handbook covering most aspects of using the system.
For example, there is a chapter dedicated to Installing Applications: Packages and Ports.
In it, you will get to know that the command that is used for installation of pre-compiled 3rd party software is called pkg:
A FreeBSD package contains pre-compiled copies of all the commands for an application, as well as any configuration files and documentation. A package can be manipulated with the
pkg(8)commands, such aspkg install.
Thank you Gilles and Kusalanada. These were more than satisfactory answers.
– Steve Wright
Feb 11 at 15:17
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%2f499962%2ffreebsd-what-is-the-counterpart-to-apt-called%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The FreeBSD project has a very good Handbook covering most aspects of using the system.
For example, there is a chapter dedicated to Installing Applications: Packages and Ports.
In it, you will get to know that the command that is used for installation of pre-compiled 3rd party software is called pkg:
A FreeBSD package contains pre-compiled copies of all the commands for an application, as well as any configuration files and documentation. A package can be manipulated with the
pkg(8)commands, such aspkg install.
Thank you Gilles and Kusalanada. These were more than satisfactory answers.
– Steve Wright
Feb 11 at 15:17
add a comment |
The FreeBSD project has a very good Handbook covering most aspects of using the system.
For example, there is a chapter dedicated to Installing Applications: Packages and Ports.
In it, you will get to know that the command that is used for installation of pre-compiled 3rd party software is called pkg:
A FreeBSD package contains pre-compiled copies of all the commands for an application, as well as any configuration files and documentation. A package can be manipulated with the
pkg(8)commands, such aspkg install.
Thank you Gilles and Kusalanada. These were more than satisfactory answers.
– Steve Wright
Feb 11 at 15:17
add a comment |
The FreeBSD project has a very good Handbook covering most aspects of using the system.
For example, there is a chapter dedicated to Installing Applications: Packages and Ports.
In it, you will get to know that the command that is used for installation of pre-compiled 3rd party software is called pkg:
A FreeBSD package contains pre-compiled copies of all the commands for an application, as well as any configuration files and documentation. A package can be manipulated with the
pkg(8)commands, such aspkg install.
The FreeBSD project has a very good Handbook covering most aspects of using the system.
For example, there is a chapter dedicated to Installing Applications: Packages and Ports.
In it, you will get to know that the command that is used for installation of pre-compiled 3rd party software is called pkg:
A FreeBSD package contains pre-compiled copies of all the commands for an application, as well as any configuration files and documentation. A package can be manipulated with the
pkg(8)commands, such aspkg install.
answered Feb 11 at 15:07
KusalanandaKusalananda
134k17255418
134k17255418
Thank you Gilles and Kusalanada. These were more than satisfactory answers.
– Steve Wright
Feb 11 at 15:17
add a comment |
Thank you Gilles and Kusalanada. These were more than satisfactory answers.
– Steve Wright
Feb 11 at 15:17
Thank you Gilles and Kusalanada. These were more than satisfactory answers.
– Steve Wright
Feb 11 at 15:17
Thank you Gilles and Kusalanada. These were more than satisfactory answers.
– Steve Wright
Feb 11 at 15:17
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%2f499962%2ffreebsd-what-is-the-counterpart-to-apt-called%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
@Gilles I don't understand what that link has to do with FreeBSD.
– Rob
Feb 14 at 12:01
1
@Rob Yes, my bad, the Arch rosetta doesn't have entries for *BSD. The Rosetta Stone for Unix does.
– Gilles
Feb 14 at 12:41