Seite 1 von 2

Repository

Verfasst: Sonntag 3. Mai 2020, 11:15
von Popelmaniac
Welche Repository gibt es für Manjaro?

Re: Repository

Verfasst: Sonntag 3. Mai 2020, 14:42
von Benutzer 118 gelöscht

Code: Alles auswählen

sudo pacman -Sy
und du weißt es.

Re: Repository

Verfasst: Sonntag 3. Mai 2020, 15:19
von Popelmaniac
Auf der Festplatteninstallation/Virtualbox guest sind nicht alle Repositories enthalten.
Welche Repositories gibt es?

Re: Repository

Verfasst: Sonntag 3. Mai 2020, 16:09
von gosia
Hallo Popelmaniac,
für stable
* core
* extra
* community
* multilib
reicht auch ein Blick in die /etc/pacman.conf
Zum Rest:
https://wiki.archlinux.org/index.php/Of ... positories

viele Grüße gosia

Re: Repository

Verfasst: Sonntag 3. Mai 2020, 16:27
von Popelmaniac
@gosia
Und AUR? Wie wird es hinzugefügt?

Re: Repository

Verfasst: Sonntag 3. Mai 2020, 16:33
von grayfellow
Starte doch einfach mal den Paketmanager "pamac".
Dort ist alles einfach erkennbar

Re: Repository

Verfasst: Sonntag 3. Mai 2020, 16:37
von Popelmaniac
Ich will AUR als Pakettquelle, wie fügt man die zu Manjaro hinzu?

Re: Repository

Verfasst: Sonntag 3. Mai 2020, 16:55
von grayfellow
Vielleicht hlft dir das weiter:

# /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 manjaro-system
# If upgrades are available for these packages they will be asked for first
SyncFirst = manjaro-system archlinux-keyring manjaro-keyring
#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

#IgnorePkg =
#IgnorePkg =
#IgnoreGroup =

#NoUpgrade =
#NoExtract =

# Misc options
#UseSyslog
#Color
#TotalDownload
# We cannot check disk space from within a chroot environment
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 Manjaro Linux
# packagers with `pacman-key --populate archlinux manjaro`.

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

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

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

[community]
SigLevel = PackageRequired
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
Include = /etc/pacman.d/mirrorlist

[multilib]
SigLevel = PackageRequired
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

Re: Repository

Verfasst: Sonntag 3. Mai 2020, 17:41
von gosia
Hallo Popelmaniac,
https://wiki.manjaro.org/index.php/Arch_User_Repository

viele Grüße gosia

Re: Repository

Verfasst: Montag 4. Mai 2020, 05:57
von Popelmaniac
Ich finde den Download der mirrorlist der Repositories nicht.
Wo muss ich da suchen?

Re: Repository

Verfasst: Montag 4. Mai 2020, 06:18
von Popelmaniac
Ich hatte die packageslist so gedownloaded


dabei kam es während des entpacken
tar -xvzf '/home/andy/paketname.tar.gz'

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

Wo muss ich eine nicht korrupte packages.list downloaden?

Re: Repository

Verfasst: Montag 4. Mai 2020, 12:10
von gosia
Hallo Popelmaniac,
irgendwas ist an deinem Profil verkehrt, da steht, daß Du seit 01.12.2018 dabei bist, muss ja wohl ein Druckfehler sein :D
Popelmaniac hat geschrieben: Montag 4. Mai 2020, 06:18 Wo muss ich eine nicht korrupte packages.list downloaden?

Code: Alles auswählen

sudo pacman-mirrors --fasttrack 5 && sudo pacman -Syyu
https://wiki.manjaro.org/Pacman-mirrors ... g_defaults

viele Grüße gosia

Re: Repository

Verfasst: Montag 4. Mai 2020, 16:48
von Popelmaniac
Ich soll hier weitermachen
Ich möchte
http://ftp.halifax.rwth-aachen.de/manja ... repo/$arch
als mirror integrieren
Wie macht man das?

Re: Repository

Verfasst: Montag 4. Mai 2020, 18:23
von gosia
Hallo Popelmaniac,
Popelmaniac hat geschrieben: Montag 4. Mai 2020, 16:48 Ich möchte
http://ftp.halifax.rwth-aachen.de/manja ... repo/$arch
als mirror integrieren

Code: Alles auswählen

sudo pacman-mirrors --country Germany && sudo pacman -Syyu
da hast Du dann auch Aachen, wenn es eh nicht schon dabei war.
Aber zwei Anfragen:
1. was treibst Du hier, was soll das werden? Was die Pakete betrifft ist es letztendlich egal, welche Mirrors Du benutzt. Gut, einer aus Australien ist wahrscheinlich etwas langsamer bei dir als einer aus Deutschland, aber sonst...
2. Verrate mal, ob Du halbwegs englische Seiten lesen kannst. Nicht daß ich hier ständig auf was verlinke, mit dem Du nichts anfangen kannst.

viele Grüße gosia

Re: Repository

Verfasst: Montag 4. Mai 2020, 20:53
von djeli
Hallo Popelmaniac
Dieses Forum lebt von der Zusammenarbeit.
Langsam bekommt man den eindruck mangelder Zusammenarbeit.
Etwas nicht zu Wissen ist kein makel und auch kein Problem.

Kleiner Hinweis:
Manjaro beruht auf Arch Linux
Arch Linux befehle gelten auch in Manjaro.
Das nötigste kannst du hier nachlesen:
https://wiki.archlinux.de/title/Pacman

djeli