[ create a new paste ] login | about

Link: http://codepad.org/XSUdqRIs    [ raw code | output | fork ]

balajimca - PHP, pasted on Jan 2:
1
2
3
4
5
6
7
8
9
10
11
<?php
echo "1)
Apport constantly errored for me in 12.10, and this is how I fixed it. I'm not sure if it's related to anything in 13, but it's the only other thing I did to the system after a clean install before step 2, so I want it documented in my post.
sudo apt-get purge apport
sudo apt-get autoremove
sudo apt-get clean
sudo apt-get install apport
2)
sudo apt-get install nvidia-experimental-310
reboot";
?>


Output:
1
2
3
4
5
6
7
8
9
1)
Apport constantly errored for me in 12.10, and this is how I fixed it. I'm not sure if it's related to anything in 13, but it's the only other thing I did to the system after a clean install before step 2, so I want it documented in my post.
sudo apt-get purge apport
sudo apt-get autoremove
sudo apt-get clean
sudo apt-get install apport
2)
sudo apt-get install nvidia-experimental-310
reboot


Create a new paste based on this one


Comments: