PINE64
repository for arch-phosh - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Arch Linux on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=159)
+---- Thread: repository for arch-phosh (/showthread.php?tid=16126)



repository for arch-phosh - oihantto64 - 02-19-2022

I have a pinephone with arch phosh installed. What are the absolutely necessary depository for future installations and/or updates? For example, I found that there were no packages installed of pine64 and phosh. By removing these depository, I could lighten pacman’s cache, yes or no?


RE: repository for arch-phosh - xnopasaranx - 02-19-2022

No that is not how pacman works. The repositories are not cached locally, but packages that you install from those repositories will be. You can clean those cached files easily. https://wiki.archlinux.org/title/pacman#Cleaning_the_package_cache

EDIT: I am not sure if I understand your question correctly so let me add this: danctnix recently decommissioned some of the repositories and serves the packages from those out of their own danctnix repo, rather than having to maintain four different ones. So some of those repositories are indeed unnecessary.

This is what I have in my pacman.conf right now, with testing repository:

Code:
[danctnix-testing]
Server = https://p64.arikawa-hi.me/$repo/$arch/

[danctnix]
Server = https://p64.arikawa-hi.me/danctnix/aarch64/

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

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

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

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

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



RE: repository for arch-phosh - oihantto64 - 02-20-2022

Today, I commented on the repositories pine64, sxmo, plasma, phosh and alarm in pacman.conf since no package of these repositories is used on arch-phosh, we’ll see... at least the synchronizations will be faster and the cache lighter. I know pacman, yay for several years and I regularly use paccache to lighten the cache. My question was just about keeping all repositories for the future.


RE: repository for arch-phosh - xnopasaranx - 02-25-2022

(02-20-2022, 05:58 PM)oihantto64 Wrote: Today, I commented on the repositories pine64, sxmo, plasma, phosh and alarm in pacman.conf since no package of these repositories is used on arch-phosh, we’ll see... at least the synchronizations will be faster and the cache lighter. I know pacman, yay for several years and I regularly use paccache to lighten the cache. My question was just about keeping all repositories for the future.

yes, I misunderstood the question completely. That is why I added the information in my edit


RE: repository for arch-phosh - user641 - 02-25-2022

does arch have a tor repository like debian?


RE: repository for arch-phosh - Dan-Sun - 02-27-2022

(02-25-2022, 11:06 AM)user641 Wrote: does arch have a tor repository like debian?

to install tor? or what does debians tor repo include?


RE: repository for arch-phosh - user641 - 02-27-2022

(02-27-2022, 03:02 AM)Dan-Sun Wrote:
(02-25-2022, 11:06 AM)user641 Wrote: does arch have a tor repository like debian?

to install tor? or what does debians tor repo include?

To install new software and update the system using the package manager through tor, check here on Using Tor with Apt:
https://wiki.debian.org/SourcesList


RE: repository for arch-phosh - Dan-Sun - 02-27-2022

You could install tor and torsocks and use torsocks in front of each command.
Code:
torsocks pacman -Syu

for example, but there is no tor mirror, I guess.


RE: repository for arch-phosh - shulamy - 06-27-2022

(02-19-2022, 07:45 PM)xnopasaranx Wrote: This is what I have in my pacman.conf right now, with testing repository:

Code:
[danctnix-testing]
Server = https://p64.arikawa-hi.me/$repo/$arch/

[danctnix]
Server = https://p64.arikawa-hi.me/danctnix/aarch64/

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

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

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

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

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

and what do you have in /etc/pacman.d/mirrorlist ?

ii have an empty /etc/pacman.d/mirrorlist (may i erased it)

a european mirror that works please

ezik