Packages for Smith-Pad-OS and Arch based distributions.
The benefit of this repository is like this. You connected to a network where it is required for pacman to update packages and upgrade packages, however, when it comes to performance updating or upgrading packages via pacman, it will kinda be a problem.
Here are the steps as to how the process it works:
-
Based on scheduled time of day, the packages gets fetched via Git and downloads into the local system.
-
Using pacman.conf, it will not be routed packages from server. However the pacman.conf will be included with packages downloaded on the system, which means when you do
sudo pacman -Syyu
. The update will be as quick before you blink an eye.
Overview of the updating packages process
Based on the schedules time of day, the packages are been fetched and downloaded to Smith-Pad-OS or arch based distro, then it will install/upgrade packages offline, which makes it quick.
- Smith-Pad-OS or arch based distributions
- repoadd
- repoctl
- pacman
- makepkg
- fakeroot
This is just an example in general. But this is how you are able to create and maintain your own repositories.
touch <folder name>
cd <folder name
This will initialize pacman to recognize a local repository in the system.
repo-add packages.db.tar.gz
name of the repository
= This the exact name that you added in the folder that you created
from repo-add.
[name of the repository here]
SigLevel = Never
Server = file://usr/share/FAST