Skip to content

Upload and download package lists between computers on the Arch Linux operating system.

Notifications You must be signed in to change notification settings

benkaiser/arch-package-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

WARNING

This needs a server-side script which I am not hosting. To host it yourself the code is in the node_server_script (used on a hosted nodejs app).

Arch Package Sync

Used to move a list of installed packages between computers. Typically this is used when installing on a new computer, to mirror the same package installation.

Steps

ON SOURCE COMPUTER

  • Download the main.py script
  • Make it executable
  • Run it with no parameters to upload you package lists
  • A url including your username will be given to you. You will need this for the destination computer

ON DESTINATION COMPUTER

  • Same as above, but download the package lists using the -i parameter and your id. e.g: ./main.py -i <username> where is your username from before.
  • This will save two files to your current directory, Pacman_Packages and AUR_Packages. You can then use them to install through pacman and yaort (or your prefered AUR helper).

About

Upload and download package lists between computers on the Arch Linux operating system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages