Advertisement
pranav_bhattarai

sudo bash, and not working script

Jul 23rd, 2019
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | None | 0 0
  1. pranav@inspiron-5548L:~$ sudo bash
  2. root@inspiron-5548L:~# for package in $(apt-get upgrade 2>&1 | grep "warning: files list file for package '" | grep -Po "[^'\n ]+'" | grep -Po "[^']+"); do apt-get install --reinstall "$package"; done
  3. root@inspiron-5548L:~# It did nothing, as u can see.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement