Jump to content

arch derivatives' repos


saturnian

Recommended Posts

After taking a look at the review of Manjaro 17.02 "Xfce" at this week's DistroWatch (https://www.distrowa...mode=67#manjaro), I saw the following regarding Antergos, posted by "linuxista" in the comments section:

 

Until you get rid of that extra Antergos repo, I wouldn't call it "raw Arch." The Antergos repo is much more extensive than other Arch respins, like the late Apricity, Archbang, Archlabs, etc., which generally just have some theming and maybe a Chrome binary. The Antergos repo has all the packages for most of the DEs, as well as a larger selection of other binaries that are normally just available in the AUR.

 

I do not think that the "Antergos repo has all the packages for most of the DEs."

 

Well, one thing I've done here is change the repo priority so that packages from the [antergos] repo have the lowest priority. By default, the [antergos] repo was listed first in /etc/pacman.conf, but I have things in this order right now:

 

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

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

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

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

 

Anyway, to check to see what exactly is in the [antergos] repo, I ran the following (I think this is the correct command to use):

 

$ pacman -Sl antergos

 

I was gonna post the output here but... is there a way to post it so that readers could scroll down through the code box instead of everything in the code box being visible at once? I'm feeling like it would be kinda rude to post all of the output from that command here, even though some might be interested in seeing it.

 

Anyway, looks to me like the [antergos] repo contains the Cinnamon and MATE desktops, but for KDE and GNOME I see a few packages that I don't think are the entire desktops -- looks like they're just setup configuration packages for KDE and GNOME in Antergos:

 

antergos-gnome-setup 0.0.2-1
antergos-kde-setup 0.1.8-3

 

Plus, a few other packages, like some GNOME Shell extensions. I don't see anything for Xfce in the [antergos] repo.

 

In any case, I'm using Openbox in Antergos, not any of the full DEs.

Link to comment
Share on other sites

securitybreach

Well you could always post a pastebin type link. I prefer ix for this.

 

pacman -S ix && pacman -Sl antergos > pkg && ix pkg

 

That will give you a ix.io link to post here

 

As far as Antegros repo, I believe most of the stuff is simply Antegros branded packages with a couple of AUR packages mixed in. You could easily enough remove it by commenting out(or removing) the repo and run

pacman -Syy && pacman -Syu

 

That should remove most all of the Antegros branded packages.

Link to comment
Share on other sites

securitybreach

Or run this:

sudo pacman -R (paclist antergos | awk '{print $1}')

 

#Removing packages from antergos repository (using fish shell !)

~ $ sudo pacman -R (paclist antergos | awk '{print $1}')

checking dependencies...

 

Packages (7) antergos-keyring-20140915-1 antergos-mirrorlist-20140702-1

antergos-wallpapers-0.5-2 libreoffice-installer-1.4.1-1

package-query-1.5-4 yaourt-1.5-3 zukitwo-themes-20141022-1

 

Total Removed Size: 7.33 MiB

 

:: Do you want to remove these packages? [Y/n] y

 

# Then editing /etc/pacman.conf to comment out antergos section

 

# Then updating the system

sudo pacman -Syu

 

Link to comment
Share on other sites

Well you could always post a pastebin type link. I prefer ix for this.

 

pacman -S ix && pacman -Sl antergos > pkg && ix pkg

 

That will give you a ix.io link to post here

 

Okay. I think ix is in AUR now, though. Can't simply attach a text file here?

 

As far as Antegros repo, I believe most of the stuff is simply Antegros branded packages with a couple of AUR packages mixed in. You could easily enough remove it by commenting out(or removing) the repo and run

pacman -Syy && pacman -Syu

 

That should remove most all of the Antegros branded packages.

 

Thanks -- I don't want to remove the Antergos packages; I was just checking to see what's actually available in the [antergos] repo (because of what that person posted).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...