Pacman error target not found

Several times I updated pacman -Syy , pacman -Syu and some other commands. I have multilib source uncommented in pacman.conf. My last thoughts were about pacman-key, I was trying to change keyserv...

Several times I updated pacman -Syy , pacman -Syu and some other commands.
I have multilib source uncommented in pacman.conf.
My last thoughts were about pacman-key, I was trying to change keyserver in /etc/pacman.d/gnupg/gnu.conf, run pacman-key --refresh-keys and pacman-key --populate archlinux but it didn’t help me. Was googling a lot, but I guess I need to ask here.
pacman -S xorg works, but pacman -S yaourt and several others not

UPD: pacman.conf

 #
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#Color
#TotalDownload
CheckSpace
#VerbosePkgLists

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = Never
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

Trying to install

 sudo pacman -S light 
 error: target not found: light 
 sudo pacman -S alsamixer
 error: target not found: alsamixer   

  • Index
  • » Newbie Corner
  • » [SOLVED] error: target not found: from multilib applications

Pages: 1

#1 2017-04-29 15:54:30

rafael.lima
Member
Registered: 2017-04-29
Posts: 3

[SOLVED] error: target not found: from multilib applications

I’m trying to install smlnj package but I’m getting this error message:

resolving dependencies…
warning: cannot resolve «lib32-glibc», a dependency of «smlnj»
:: The following package cannot be upgraded due to unresolvable dependencies:
      smlnj

:: Do you want to skip the above package for this upgrade? [y/N]
error: failed to prepare transaction (could not satisfy dependencies)
:: smlnj: requires lib32-glibc

Then I tried to install lib32-glibc:

error: target not found: lib32-glibc

Searching in the forums I figured that I needed to enable multilib. After enabling in it pacman.conf I’ve upgraded pacman with pacman -Syyu but I still receiving the same error message.

sudo pacman -Syyu
:: Synchronizing package databases…
core                                                            124.8 KiB  93.1K/s 00:01 [####################################################] 100%
extra                                                          1703.4 KiB   926K/s 00:02 [####################################################] 100%
community                                                         3.8 MiB   146K/s 00:27 [####################################################] 100%
archlinuxfr                                                      14.9 KiB  49.8K/s 00:00 [####################################################] 100%
:: Starting full system upgrade…
there is nothing to do

sudo pacman -S lib32-glibc
error: target not found: lib32-glibc

Waiting for your suggestions. Thanks!

Last edited by rafael.lima (2017-05-02 23:56:34)

#2 2017-04-29 15:57:07

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 18,304

Re: [SOLVED] error: target not found: from multilib applications

Doesn’t look like you have enabled multilib, have you uncommented both lines? Post your pacman.conf. And do yourself a favor and get rid of archlinuxfr it contains outdated and broken packages.

#3 2017-04-29 16:03:22

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 10,652

Re: [SOLVED] error: target not found: from multilib applications

sudo pacman -Syyu
:: Synchronizing package databases...
core                                                            124.8 KiB  93.1K/s 00:01 [####################################################] 100%
extra                                                          1703.4 KiB   926K/s 00:02 [####################################################] 100%
community                                                         3.8 MiB   146K/s 00:27 [####################################################] 100%
archlinuxfr                                                      14.9 KiB  49.8K/s 00:00 [####################################################] 100%
:: Starting full system upgrade...
there is nothing to do

Use code-tags , not quote-tags for such texts .

something went wrong with editing your /etc/pacman.conf , please post it.

P.S.
please remove the archlinuxfr repo, atleast until you have found a very good reason to use it.
If you used it to get yaourt, i suggest removing yaourt until you are able to build yaourt yourself.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

(A works at time B)  && (time C > time B ) ≠  (A works at time C)

#4 2017-04-29 16:14:10

rafael.lima
Member
Registered: 2017-04-29
Posts: 3

Re: [SOLVED] error: target not found: from multilib applications

Thanks for the reply! That’s my pacman.conf

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#Color
#TotalDownload
CheckSpace
#VerbosePkgLists

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
Include = /etc/pacman.d/mirrorlist

#[multilib]
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

[archlinuxfr]
SigLevel= Never
Server = [url]http://repo.archlinux.fr/$arch[/url]

I didn’t know that using yaourt that way is not a good idea. Will remove that from the config files.
Any suggestions on how to build yaourt?
Thanks!

modedit: changed quote tags to code tags /Xyne

Last edited by Xyne (2017-04-29 19:04:04)

#5 2017-04-29 16:19:51

LaurentvdB
Member
Registered: 2017-04-24
Posts: 32

Re: [SOLVED] error: target not found: from multilib applications

These lines are not good:

#[multilib-testing]
Include = /etc/pacman.d/mirrorlist

#[multilib]
Include = /etc/pacman.d/mirrorlist

You also have to uncomment the [multilib-testing] and [multilib] line, i.e.

[multilib-testing]
Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist

NB: it is documented in the file itself:

# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.

Why do you (want to) enable multilib-testing? Only if you want to test packages it is a good idea to enable testing.

The archlinuxfr repo can also be disable in this file by commenting (or deleting) the last 3 lines.

#6 2017-04-29 16:20:40

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 18,304

Re: [SOLVED] error: target not found: from multilib applications

Use code tags not quote tags to post command output / text files

You have to uncomment the [multilib] part as well so that it reads

[multilib]
Include = /etc/pacman.d/mirrorlist

As for pointers on getting to build yaour by hand, and in general on using the AUR, read: https://wiki.archlinux.org/index.php/Ar … Repository

Edit: Do NOT uncomment multilib-testing as well, if you aren’t using testing you should not be using multilib-testing either

Last edited by V1del (2017-04-29 16:23:55)

#7 2017-05-02 23:57:37

rafael.lima
Member
Registered: 2017-04-29
Posts: 3

Re: [SOLVED] error: target not found: from multilib applications

It is working now. Thanks @V1del, Lone_Wolf, and @LaurentvdB !

I have been having a lot of problems with pacman in my new arch system. I can’t install anything.

[root@life ~]# pacman -S pacaur

error: target not found: pacaur

I have tried everything including pacman -Syyu, reinstalling pacman and messing with mirrorlist which leads me to believe it might be a problem with mirrorlist or pacman.conf

Can someone help?

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#Color
#TotalDownload
CheckSpace
#VerbosePkgLists

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

#[multilib]
#Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

Displaying pacman.conf.

##
## Arch Linux repository mirrorlist
## Sorted by mirror score from mirror status page
## Generated on 2014-12-28
##

## Score: 0.5, United States
Server = http://mirror.us.leaseweb.net/archlinux/$repo/os/$arch
## Score: 0.9, United States
Server = http://lug.mtu.edu/archlinux/$repo/os/$arch
## Score: 1.1, United States
Server = http://mirror.umd.edu/archlinux/$repo/os/$arch
## Score: 1.1, United States
Server = http://mirror.rit.edu/archlinux/$repo/os/$arch
## Score: 1.1, United States
Server = http://mirrors.acm.wpi.edu/archlinux/$repo/os/$arch
## Score: 1.1, United States
Server = http://archlinux.surlyjake.com/archlinux/$repo/os/$arch
## Score: 1.2, United States
Server = http://www.gtlib.gatech.edu/pub/archlinux/$repo/os/$arch
## Score: 1.2, United States
Server = https://mirrors.kernel.org/archlinux/$repo/os/$arch
## Score: 1.3, United States
Server = http://archlinux.pallissard.net/archlinux/$repo/os/$arch
## Score: 1.4, United States
Server = http://mirrors.cecsresearch.org/archlinux/$repo/os/$arch
## Score: 1.4, United States
Server = http://mirror.cs.pitt.edu/archlinux/$repo/os/$arch
## Score: 1.5, United States
Server = http://mirrors.cat.pdx.edu/archlinux/$repo/os/$arch
## Score: 1.7, United States
Server = http://mirror.jmu.edu/pub/archlinux/$repo/os/$arch
## Score: 1.8, United States
Server = http://mirror.grig.io/archlinux/$repo/os/$arch
## Score: 1.9, United States
Server = http://mirrors.aggregate.org/archlinux/$repo/os/$arch
## Score: 1.9, United States
Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch
## Score: 2.0, United States

Click here follow the steps to fix Pacman Error Target Not Found and related errors.

Instructions

 

To Fix (Pacman Error Target Not Found) error you need to
follow the steps below:

Step 1:

 
Download
(Pacman Error Target Not Found) Repair Tool
   

Step 2:

 
Click the «Scan» button
   

Step 3:

 
Click ‘Fix All‘ and you’re done!
 

Compatibility:
Windows 7, 8, Vista, XP

Download Size: 6MB
Requirements: 300 MHz Processor, 256 MB Ram, 22 MB HDD

Limitations:
This download is a free evaluation version. To unlock all features and tools, a purchase is required.

Pacman Error Target Not Found Error Codes are caused in one way or another by misconfigured system files
in your windows operating system.

If you have Pacman Error Target Not Found errors then we strongly recommend that you

Download (Pacman Error Target Not Found) Repair Tool.

This article contains information that shows you how to fix
Pacman Error Target Not Found
both
(manually) and (automatically) , In addition, this article will help you troubleshoot some common error messages related to Pacman Error Target Not Found error code that you may receive.

Note:
This article was updated on 2023-02-04 and previously published under WIKI_Q210794

Contents

  •   1. What is Pacman Error Target Not Found error?
  •   2. What causes Pacman Error Target Not Found error?
  •   3. How to easily fix Pacman Error Target Not Found errors

What is Pacman Error Target Not Found error?

The Pacman Error Target Not Found error is the Hexadecimal format of the error caused. This is common error code format used by windows and other windows compatible software and driver vendors.

This code is used by the vendor to identify the error caused. This Pacman Error Target Not Found error code has a numeric error number and a technical description. In some cases the error may have more parameters in Pacman Error Target Not Found format .This additional hexadecimal code are the address of the memory locations where the instruction(s) was loaded at the time of the error.

What causes Pacman Error Target Not Found error?

The Pacman Error Target Not Found error may be caused by windows system files damage. The corrupted system files entries can be a real threat to the well being of your computer.

There can be many events which may have resulted in the system files errors. An incomplete installation, an incomplete uninstall, improper deletion of applications or hardware. It can also be caused if your computer is recovered from a virus or adware/spyware
attack or by an improper shutdown of the computer. All the above actives
may result in the deletion or corruption of the entries in the windows
system files. This corrupted system file will lead to the missing and wrongly
linked information and files needed for the proper working of the
application.

How to easily fix Pacman Error Target Not Found error?

There are two (2) ways to fix Pacman Error Target Not Found Error:

Advanced Computer User Solution (manual update):

1) Start your computer and log on as an administrator.

2) Click the Start button then select All Programs, Accessories, System Tools, and then click System Restore.

3) In the new window, select «Restore my computer to an earlier time» option and then click Next.

4) Select the most recent system restore point from the «On this list, click a restore point» list, and then click Next.

5) Click Next on the confirmation window.

6) Restarts the computer when the restoration is finished.

Novice Computer User Solution (completely automated):

1) Download (Pacman Error Target Not Found) repair utility.

2) Install program and click Scan button.

3) Click the Fix Errors button when scan is completed.

4) Restart your computer.

How does it work?

This tool will scan and diagnose, then repairs, your PC with patent
pending technology that fix your windows operating system registry
structure.
basic features: (repairs system freezing and rebooting issues , start-up customization , browser helper object management , program removal management , live updates , windows structure repair.)

The other day I tried to install a package from AUR using Yay helper program. The package I tried to install has many Python dependencies. Unfortunately, I couldn’t install it and Yay kept throwing the following error. I thought the problem would be solved if I remove the conflicting packages. But, I don’t want to break the system. Here is the output error message when I tried to install a program from AUR:

 error: failed to commit transaction (conflicting files)
 python-tabulate: /usr/bin/tabulate exists in filesystem
 python-tabulate: /usr/lib/python3.6/site-packages/__pycache__/tabulate.cpython-36.pyc exists in filesystem
 python-tabulate: /usr/lib/python3.6/site-packages/tabulate.py exists in filesystem
 Errors occurred, no packages were upgraded.
 :: Building torrench package(s)...
 ==> Making package: torrench 1.0.56-1 (Mon Oct 23 15:46:37 IST 2017)
 ==> Checking runtime dependencies...
 ==> Installing missing dependencies...
 error: target not found: python-tabulate
 ==> ERROR: 'pacman' failed to install missing dependencies.

As you can see in the above output, the following three packages were the ones that causing the problem.

  1. /usr/bin/tabulate
  2. /usr/lib/python3.6/site-packages/__pycache__/tabulate.cpython-36.pyc
  3. /usr/lib/python3.6/site-packages/tabulate.py

Solve «ERROR: ‘pacman’ failed to install missing dependencies» In Arch Linux

To me, deleting the problematic packages fixed the problem. However, it is always recommend to check the problematic files are not owned by some other packages. Because If it is owned by some other program, deleting them is bad idea. So, you need to find those conflicting files are not owned by any other packages. The pacman command can easily find out if a file is owned by other packages in your Arch Linux system.

In my case, I checked whether the above mentioned files are owned some other packages as shown below.

$ sudo pacman -Qo /usr/bin/tabulate

Sample output:

error: No package owns /usr/bin/tabulate
$ sudo pacman -Qo /usr/lib/python3.6/site-packages/__pycache__/tabulate.cpython-36.pyc

Sample output:

error: No package owns /usr/lib/python3.6/site-packages/__pycache__/tabulate.cpython-36.pyc
$ sudo pacman -Qo /usr/lib/python3.6/site-packages/tabulate.py

Sample output:

error: No package owns /usr/lib/python3.6/site-packages/tabulate.py

As you can see, all of the above commands showed me that those files are not owned by any packages. So, I simply deleted them one by one.

$ sudo rm /usr/bin/tabulate
$ sudo rm /usr/lib/python3.6/site-packages/__pycache__/tabulate.cpython-36.pyc
$ sudo rm /usr/lib/python3.6/site-packages/tabulate.py

Done! Now, I can be able to install all packages with Python dependencies. For safety a precaution, backup those conflicting files before deleting them. You can restore them just in case if there are any problems after deleting them.

sk

Senthilkumar Palani (aka SK) is the Founder and Editor in chief of OSTechNix. He is a Linux/Unix enthusiast and FOSS supporter. He lives in Tamilnadu, India.

#
6 лет, 10 месяцев назад

(отредактировано

6 лет, 10 месяцев назад)

Темы:

2

Сообщения:

9

Участник с: 06 июня 2014

Здравствуйте. Как ни странно, но я ни как не могу установить yaourt, чего я не ожидал. Я устанавливал Archlinux по инструкции, неделю готовился к установки, и застрял на моменте установки yaourt, который нужен для установки obmenu-generator. pacman -S yaourt выдал error: target not found: yaourt. Этого не было в инструкции! mirrorlist настроил и включил multilib, но толку нет. Решил тогда пойти в лоб и скачать исходник. Но makepkg -sri выдал error: target not found: package-query>=1.8, ERROR: ‘pacman’ failed to install missing dependencies..

Теперь я не знаю что делать. Я ничего не могу скачать из AUR, потому что yaourt зависит от package-query который так же находится в AUR %) Возможно я что то упустил, но не пойму что и где. Помогите пожалуйста, я почти сутки мучаюсь с этой проблемой.

Haron_Prime

#
6 лет, 10 месяцев назад

(отредактировано

6 лет, 10 месяцев назад)

Haron_Prime avatar

Темы:

28

Сообщения:

2109

Участник с: 08 июня 2014

подключить репозиторий archlinuxfr
в вики всё это есть!

Gnome 2 >> Unity >> KDE 4 >> Openbox >> Awesome >> Xmonad
GitHub , BitBuket

Aivar

#
6 лет, 10 месяцев назад

Темы:

4

Сообщения:

6897

Участник с: 17 февраля 2011

Какая досада…
Собираете, устанавливаете.
Собираете, устанавливаете.
Пользуетесь.

EFLFE

#
6 лет, 10 месяцев назад

Темы:

2

Сообщения:

9

Участник с: 06 июня 2014

Вы про

[archlinuxfr]
Server = http://repo.archlinux.fr/$arch

?
По ссылке что вы дали я не нашёл про archlinuxfr ничего. Сейчас проверю тогда.

Aivar

#
6 лет, 10 месяцев назад

Темы:

4

Сообщения:

6897

Участник с: 17 февраля 2011

EFLFE
не нашёл про archlinuxfr ничего

https://wiki.archlinux.org/index.php/Unofficial_user_repositories#archlinuxfr

Но я бы лучше собрал сам.

jim945

#
6 лет, 10 месяцев назад

jim945 avatar

Темы:

8

Сообщения:

3069

Участник с: 25 января 2010

Haron_Prime
подключить репозиторий archlinuxfr

Опять вредные советы…

Lupus pilum mutat, non mentem.

EFLFE

#
6 лет, 10 месяцев назад

Темы:

2

Сообщения:

9

Участник с: 06 июня 2014

Спасибо. archlinuxfr помог (и всё же ни где небыло намёка что его нужно поставить). Правда, мне ещё пришлось убрать SigLevel = Required DatabaseOptional и прописать
pacman-key —init
pacman-key —populate archlinux
теперь я конечно не знаю, может ли это привести к чему либо плохому.

Aivar

#
6 лет, 10 месяцев назад

(отредактировано

6 лет, 10 месяцев назад)

Темы:

4

Сообщения:

6897

Участник с: 17 февраля 2011

EFLFE
и всё же ни где небыло намёка что его нужно поставить

А это и не нужно было делать. Вас интересует официальная информация по йогурту или вы обращаете внимание только на советы «попроще»?
https://archlinux.fr/yaourt-en :

git clone https://aur.archlinux.org/package-query.git
cd package-query
makepkg -si
cd ..
git clone https://aur.archlinux.org/yaourt.git
cd yaourt
makepkg -si
cd ..

EFLFE

#
6 лет, 10 месяцев назад

Темы:

2

Сообщения:

9

Участник с: 06 июня 2014

А это и не нужно было делать. Вас интересует официальная информация по йогурту или вы обращаете внимание только на советы «попроще»?

Так как я второй раз ставлю арч, я не могу знать, какие советы не стоит слушать. Я новичок (почти) но установить арч самому уже достижение xD На самом деле в одиночку это сложно.

Aivar

#
6 лет, 10 месяцев назад

(отредактировано

6 лет, 10 месяцев назад)

Темы:

4

Сообщения:

6897

Участник с: 17 февраля 2011

EFLFE
я не могу знать, какие советы не стоит слушать.

На самом деле криминального особо ничего нет. Пользоваться неофициальными репозиториями с бинарными пакетами или нет — дело сугубо личное:
http://archlinux.org.ru/forum/topic/15273/

EFLFE
установить арч … в одиночку это сложно.

Арч устанавливается немногим сложнее убунты, а вот допил всего и вся может занять времени и усилий. )

Понравилась статья? Поделить с друзьями:

Читайте также:

  • Pacman error failed to initialize alpm library
  • Pacman error failed to commit transaction conflicting files
  • Packet send error xbox 360 freeboot
  • Packet processing error minecraft
  • Packet loss warface как исправить

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии