2019-07-04 16:45:39 +02:00
2019-07-04 16:45:39 +02:00
2019-04-25 07:51:30 +02:00
2019-04-17 16:07:09 +02:00
2019-07-04 16:45:39 +02:00
2019-04-25 07:51:03 +02:00

My arch packages

About this

This is the list of packages that I use on my Manjaro KDE laptop at work

List of installed stuff:

  • Firefox
  • Chromium
  • MSFonts
  • Telegram / Whatsapp
  • Teamviewer 12
  • Tor browser
  • Shrew SoftVPN Client for older vpn systems
  • Veeam Agent for linux
  • VeraCrypt / Keepass
  • Etc ...

Dependencies

Manjaro KDE 18.04 fully up to date with kernel 5.0

Tested on

  • Dell XPS 9350
  • Hp EliteBook 1040 g3

Installation

Source: https://ownyourbits.com/2017/09/04/save-and-restore-your-arch-linux-packages/

Importing GPG pubkeys:

cd /tmp
wget https://raw.githubusercontent.com/stylersnico/My-arch-packages/master/mypubkeys.asc
gpg --import mypubkeys.asc

Installing base packages:

cd /tmp
wget https://raw.githubusercontent.com/stylersnico/My-arch-packages/master/pkglist.txt
sudo pacman -S --needed $(comm -12 <(pacman -Slq|sort) <(sort pkglist.txt) )

Installing AUR packages (this will take a loonnnngggg time):

cd /tmp
wget https://raw.githubusercontent.com/stylersnico/My-arch-packages/master/aurpkglist.txt
cat aurpkglist.txt | xargs pacaur -S --needed --noconfirm

My Desktop

S
Description
List of packages that I use on my Manjaro KDE laptop
Readme 2.9 MiB
Languages
Text 100%