-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tips
24 lines (16 loc) · 890 Bytes
/
Tips
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#1 how to unfuck corrupted packages that prevent reinstallation or updates
0) Identify corrupted package by attempting to -syu system
Maybe run reflector to fix your repos first.
1) Run sed -i 's/PACKAGESGOESHERE //g' Text.txt
2) sed -i 's/ exists in filesystem//g' Text.txt gets rid of all unnecessary text.
3) run tr '\n' ' ' < Text.txt spits text out into terminal formatted to rm
4) run sudo rm -rf TEXTCOPIEDFROMLASTCOMMAND
5) -syu
#2 Environment Variables
env $VARIABLE=$FLAG as you do
You can also use unset $VARIABLE to revert
#3 Wine config
Use wine-staging and use dxvk-bin from the AUR
install dxvk with "setup_dxvk install --symlink" the symlink flag is needed otherwise dxvk wont be updated in the default prefix.
#4 Ntfs drive not mounting
sudo ntfsfix --clear-dirty /dev/sda1