Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
fix broken java links in ubuntu after oracle -> openjdk
zefie
May 12th, 2018
510
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Bash
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
#!/bin/bash
cd
/
etc
/
alternatives
for
f
in
$
(
ls
-l
|
grep
oracle
|
grep
-v
"\.gz"
|
rev
|
cut
-d
' '
-f3
|
rev
)
;
do
sudo
update-alternatives
--auto
${f}
;
done
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
ChangeNOW Bug (Get more on BTC swaps x) X
JavaScript | 9 sec ago | 0.32 KB
Exchange Exploit T 7
JavaScript | 11 sec ago | 0.32 KB
Exchange Exploit T 3
JavaScript | 11 sec ago | 0.32 KB
ChangeNOW Exploit
JavaScript | 19 sec ago | 0.32 KB
✅ Make $15OO in 2O minutesV 5
JavaScript | 28 sec ago | 0.32 KB
✅ Make $15OO in 2O minutesV L
JavaScript | 31 sec ago | 0.32 KB
Profit Method
JavaScript | 43 sec ago | 0.32 KB
Swapzone Glitch (Working)E 6
JavaScript | 48 sec ago | 0.32 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!