Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:project:faq [2022/12/22 02:59]
throgh [Why is package X missing, even though it's available in Arch GNU/Linux?]
en:project:faq [2022/12/22 02:59]
throgh [How is package X different from its counterpart in Arch GNU/Linux?]
Line 16: Line 16:
 Hyperbola's objective is to support [[en:start#what_is_the_init_freedom_campaign|the Init Freedom Campaign]]. Hyperbola refuses init systems such as systemd that breaks portability, ignores backwards compatibility, and replaces existing services, forcing into adoption. Hyperbola's objective is to support [[en:start#what_is_the_init_freedom_campaign|the Init Freedom Campaign]]. Hyperbola refuses init systems such as systemd that breaks portability, ignores backwards compatibility, and replaces existing services, forcing into adoption.
  
-==== How is package X different from its counterpart in Arch GNU/Linux? ==== 
- 
-Packages are typically modified for reasons such as containing non-free parts, recommending non-free software or branding. Also there are another reasons such as privacy/security issues, instabilities. To find out how a specific package was modified check the blacklist: 
- 
-<code bash> 
-$ grep ''package_name'' /usr/share/doc/your-freedom/blacklist.txt 
-</code> 
- 
-If you're looking for more details, you'll have to clone our [[https://git.hyperbola.info:50100/packages/core.git/|core]],  [[https://git.hyperbola.info:50100/packages/extra.git/|extra]],  [[https://git.hyperbola.info:50100/packages/community.git/|community]] and [[https://git.hyperbola.info:50100/packages/multilib.git/|multilib]] repositories containing **PKGBUILD** files used for building our packages. Grab corresponding **PKGBUILD** from Arch website and just run **diff** on both of them. 
  
 ==== Will non-free AUR packages be removed after migrating to Hyperbola? ==== ==== Will non-free AUR packages be removed after migrating to Hyperbola? ====