Giter VIP home page Giter VIP logo

arch-package-backup's Introduction

Arch-based Linux Package List Backup and Restore

This repo is for my package list backup so that i can re-install all my package without remembering all of them. You can also use the command below to backup and re-install your package on new installation.

To backup all of your currently installed package

Backup package in official repository

pacman -Qqen > pkglist-repo.txt

Backup package in arch user repository (AUR)

pacman -Qqem > pkglist-aur.txt

To restore / re-install all of your package

For repository package

sudo pacman -S --needed - < pkglist-repo.txt

For AUR package

for x in $(< pkglist-aur.txt); do paru -S $x; done

The information was gathered from here.

Another useful information to restore system, here you go.

To access TTY you can use Ctrl+Alt+F2 to access TTY2 (or another function key to access another TTY).

For how to install virt-manager, you can check the wiki.

For setting up the bluetooth devices:
Install pulseaudio bluetooth using command below:

sudo pacman -S pulseaudio-bluetooth

and then run the following command:

pactl load-module module-bluetooth-discover

That's all.

arch-package-backup's People

Contributors

bruhtus avatar ehsanc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.