Preciso De uma pacman.conf [RESOLVIDO]

1. Preciso De uma pacman.conf [RESOLVIDO]

Lucas
TTGKowalski

(usa Manjaro Linux)

Enviado em 03/09/2017 - 15:10h

Galera é o seguinte
Sou novo no manjaro estou adorando a distro.Perfeita.
Porem estou tento um pouco de dificuldade para achar repos para o pacman.conf.Sei que ele usa os do arch mas eu gostaria de adicionar e instalar algumas coisas do blackarch e adicionar alguns outros repositórios.Gostaria tambem que me explicassem pelomenos o basico de como funciona o pacman.conf pois,pretendo instalar o gentoo futuramente e estou ancioso para aprender como funciona esse gerenciador de pacotes(pacman).


  


2. Re: Preciso De uma pacman.conf [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 03/09/2017 - 15:16h

leia a wiki do manjaro e do arch, e o manual do pacman
só digitar num terminal: man pacman


3. Re: Preciso De uma pacman.conf [RESOLVIDO]

Lucas
TTGKowalski

(usa Manjaro Linux)

Enviado em 03/09/2017 - 15:35h

leia a wiki do manjaro e do arch, e o manual do pacman
só digitar num terminal: man pacman


Veja Bem,Eu li e tals mas nao tem exatamente oque eu queria.Eu odeio receber as coisas mastigadas mas o manjaro parece que nao tem muita coisa relacionada à ele na internet.


6. Re: Preciso De uma pacman.conf [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 03/09/2017 - 17:10h

então o que você quer?
se na wiki nem no MANUAL tem, meu amigo, aí é complicado


7. Re: Preciso De uma pacman.conf [RESOLVIDO]

Eduardo
73du4rd0

(usa Void Linux)

Enviado em 03/09/2017 - 17:19h

Pra instalar o repositório do blackarch em qualquer distro arch-based:

$ curl -O https://blackarch.org/strap.sh
$ chmod +x strap.sh
$ sudo ./strap.sh



8. Re: Preciso De uma pacman.conf [RESOLVIDO]

niquelnausea
niquelnausea

(usa Arch Linux)

Enviado em 04/09/2017 - 01:27h

TTGKowalski escreveu:

Galera é o seguinte
Sou novo no manjaro estou adorando a distro.Perfeita.
Porem estou tento um pouco de dificuldade para achar repos para o pacman.conf.Sei que ele usa os do arch mas eu gostaria de adicionar e instalar algumas coisas do blackarch e adicionar alguns outros repositórios.Gostaria tambem que me explicassem pelomenos o basico de como funciona o pacman.conf pois,pretendo instalar o gentoo futuramente e estou ancioso para aprender como funciona esse gerenciador de pacotes(pacman).


https://www.archlinux.org/pacman/pacman.conf.5.html

este é o que uso no arch (não serve para o manjaro)

#
# /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
CleanMethod = KeepInstalled KeepCurrent
UseDelta = 0.7
Architecture = auto
ILoveCandy

# 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.

#[kde-unstable]
#Include = /etc/pacman.d/mirrorlist

#[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

#[herecura]
#SigLevel = Never
#Server = http://repo.herecura.be/herecura/x86_64

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

# 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


pacotes
https://wiki.archlinux.org/index.php/Official_repositories
https://wiki.archlinux.org/index.php/unofficial_user_repositories
https://wiki.archlinux.org/index.php/Arch_User_Repository
http://aur.archlinux.org/
https://blackarch.org/downloads.html#install-repo






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts