View previous topic :: View next topic |
Author |
Message |
picarica Guru
Joined: 11 Aug 2018 Posts: 325
|
Posted: Wed Aug 14, 2024 8:12 am Post subject: how do you proeprly install ~amd64 package from stable envir |
|
|
so hello i been using gentoo for 4 years now, but i cant figure out how to properly install usntable packages.
today i wanted to install bottles wine emulator and my process is
Code: |
sudo emerge -av bottles
sudo vim /etc/portage/package.accepter_keywords/pacakges
# copy needed requirement from output emerge -av bottles and paste into packages as >=blabla/packagename-version ~amd64
sudo emerge -av bottles
sudo vim /etc/portage/package.accepter_keywords/pacakges
# copy needed requirement from output emerge -av bottles and paste into packages as >=blabla/packagename-version ~amd64
#repeat ..... until i can merge it
|
is there a better way? |
|
Back to top |
|
|
szatox Advocate
Joined: 27 Aug 2013 Posts: 3408
|
Posted: Wed Aug 14, 2024 8:25 am Post subject: |
|
|
There is:
man emerge wrote: | --autounmask-write [ y | n ]
If --autounmask is enabled, changes are written to config files, respecting CONFIG_PROTECT and --ask. If the corresponding package.* is a file, the changes are appended to it, if it is a direc‐
tory, changes are written to the lexicographically last file. This way it is always ensured that the new changes take precedence over existing changes. This option is automatically enabled with
--ask.
|
_________________ Make Computing Fun Again |
|
Back to top |
|
|
Goverp Advocate
Joined: 07 Mar 2007 Posts: 2175
|
Posted: Wed Aug 14, 2024 8:54 am Post subject: |
|
|
picarica wrote: | ...
Code: |
sudo emerge -av bottles
sudo vim /etc/portage/package.accepter_keywords/pacakges
...
|
... |
If that is a true printout, you've got the wrong filename. It's "accept_keywords" not "accepter_keywords" _________________ Greybeard |
|
Back to top |
|
|
picarica Guru
Joined: 11 Aug 2018 Posts: 325
|
Posted: Tue Aug 20, 2024 1:24 pm Post subject: |
|
|
szatox wrote: | There is:
man emerge wrote: | --autounmask-write [ y | n ]
If --autounmask is enabled, changes are written to config files, respecting CONFIG_PROTECT and --ask. If the corresponding package.* is a file, the changes are appended to it, if it is a direc‐
tory, changes are written to the lexicographically last file. This way it is always ensured that the new changes take precedence over existing changes. This option is automatically enabled with
--ask.
|
|
i did try that but it never worked |
|
Back to top |
|
|
logrusx Advocate
Joined: 22 Feb 2018 Posts: 2390
|
Posted: Tue Aug 20, 2024 2:05 pm Post subject: |
|
|
picarica wrote: | szatox wrote: | There is:
man emerge wrote: | --autounmask-write [ y | n ]
If --autounmask is enabled, changes are written to config files, respecting CONFIG_PROTECT and --ask. If the corresponding package.* is a file, the changes are appended to it, if it is a direc‐
tory, changes are written to the lexicographically last file. This way it is always ensured that the new changes take precedence over existing changes. This option is automatically enabled with
--ask.
|
|
i did try that but it never worked |
It should be used in conjunction with etc-update or dispatch-conf. However it's not a recommended method.
Did you see Goverp's post? You have a mistake in your filename.
Best Regards,
Georgi |
|
Back to top |
|
|
|