Project

General

Profile

Feature #837

Backup List of Installed Applications on Arch Linux

Added by Daniel Curtis over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Workstation
Target version:
Start date:
08/01/2016
Due date:
% Done:

100%

Estimated time:
0.50 h
Spent time:

Description

I like to keep a list of installed packages on my workstations from time to time. With Arch Linux that mean I want to backup a list of both native packages and packages from the AUR.

Backup

  • Backup native applications:
    pacman -Qqen > backup-apps.txt
    
  • Backup AUR applications:
    pacman -Qqm > backup-aur-apps.txt
    

Restore

  • Restore native applications:
    cat backup-apps.txt | sudo pacman -S -
    
  • Restore AUR applications:
    cat backup-aur-apps.txt | yaourt -S -
    

Resources

#1

Updated by Daniel Curtis over 7 years ago

  • Description updated (diff)
  • Status changed from New to Resolved
  • % Done changed from 0 to 100
#2

Updated by Daniel Curtis over 7 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF