How to install packages from archiso.img - Arch linux
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have a fresh Arch linux installation with all the base packages installed. I saw some nice packages in live boot and I want them in my installation as well. How can I do that with using the live image.?
linux arch-linux
add a comment |Â
up vote
0
down vote
favorite
I have a fresh Arch linux installation with all the base packages installed. I saw some nice packages in live boot and I want them in my installation as well. How can I do that with using the live image.?
linux arch-linux
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a fresh Arch linux installation with all the base packages installed. I saw some nice packages in live boot and I want them in my installation as well. How can I do that with using the live image.?
linux arch-linux
I have a fresh Arch linux installation with all the base packages installed. I saw some nice packages in live boot and I want them in my installation as well. How can I do that with using the live image.?
linux arch-linux
linux arch-linux
asked Aug 11 at 5:45
Ammar Bin Ameerdeen
1011
1011
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
You can view the list of packages on the iso: as you can see, it is not a long list.
Rather than copying the likely already outdated *pkg.tar.xz
across to your new system and then installing them with pacman -U $package
, you are much better advised to just install them from an up-to-date mirror with pacman -Syu $package
.
If you want to include them in the initial package install with the pacstrap
command, you can just append the package name to the standard command:
pacstrap /mnt base $package1 $package2 $package3
Not only will this mean that you do not (inadvertently) perform a partial update, it will also ensure that all of the required dependencies for the package are correctly installed.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
You can view the list of packages on the iso: as you can see, it is not a long list.
Rather than copying the likely already outdated *pkg.tar.xz
across to your new system and then installing them with pacman -U $package
, you are much better advised to just install them from an up-to-date mirror with pacman -Syu $package
.
If you want to include them in the initial package install with the pacstrap
command, you can just append the package name to the standard command:
pacstrap /mnt base $package1 $package2 $package3
Not only will this mean that you do not (inadvertently) perform a partial update, it will also ensure that all of the required dependencies for the package are correctly installed.
add a comment |Â
up vote
1
down vote
You can view the list of packages on the iso: as you can see, it is not a long list.
Rather than copying the likely already outdated *pkg.tar.xz
across to your new system and then installing them with pacman -U $package
, you are much better advised to just install them from an up-to-date mirror with pacman -Syu $package
.
If you want to include them in the initial package install with the pacstrap
command, you can just append the package name to the standard command:
pacstrap /mnt base $package1 $package2 $package3
Not only will this mean that you do not (inadvertently) perform a partial update, it will also ensure that all of the required dependencies for the package are correctly installed.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
You can view the list of packages on the iso: as you can see, it is not a long list.
Rather than copying the likely already outdated *pkg.tar.xz
across to your new system and then installing them with pacman -U $package
, you are much better advised to just install them from an up-to-date mirror with pacman -Syu $package
.
If you want to include them in the initial package install with the pacstrap
command, you can just append the package name to the standard command:
pacstrap /mnt base $package1 $package2 $package3
Not only will this mean that you do not (inadvertently) perform a partial update, it will also ensure that all of the required dependencies for the package are correctly installed.
You can view the list of packages on the iso: as you can see, it is not a long list.
Rather than copying the likely already outdated *pkg.tar.xz
across to your new system and then installing them with pacman -U $package
, you are much better advised to just install them from an up-to-date mirror with pacman -Syu $package
.
If you want to include them in the initial package install with the pacstrap
command, you can just append the package name to the standard command:
pacstrap /mnt base $package1 $package2 $package3
Not only will this mean that you do not (inadvertently) perform a partial update, it will also ensure that all of the required dependencies for the package are correctly installed.
edited Aug 11 at 6:52
answered Aug 11 at 6:31
jasonwryan
47.1k14127178
47.1k14127178
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f461951%2fhow-to-install-packages-from-archiso-img-arch-linux%23new-answer', 'question_page');
);
Post as a guest
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
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
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