Upgrade or uninstall cuda to allow apt-get to work












0















Whenever I am trying to install something, I get the following error:



The following packages have unmet dependencies:

cuda-samples-8.0 : Depends: cuda-cufft-dev-8-0 but it is not going to be installed

cuda-toolkit-8.0 : Depends: cuda-cufft-dev-8-0 but it is not going to be installed

cuda-visual-tools-8.0 : Depends: cuda-cufft-dev-8-0 but it is not going to be installed


I try sudo apt-get -f install and it says:



The following packages were automatically installed and are no longer required:
[lots of cuda 7.5 packages and some other linux ones like linux-image-4.2.0-27-generic]
The following extra packages will be installed:
cuda-cufft-dev-8-0
The following NEW packages will be installed:
cuda-cufft-dev-8-0

Do you want to continue?


I tell it to continue and I get this error:



(Reading database ... 731426 files and directories currently installed.)
Preparing to unpack .../cuda-cufft-dev-8-0_8.0.61-1_amd64.deb ...
Unpacking cuda-cufft-dev-8-0 (8.0.61-1) ...
dpkg-deb (subprocess): decompressing archive member: internal gzip read error: '<fd:4>: incorrect data check'
dpkg-deb: error: subprocess <decompress> returned error exit status 2
dpkg: error processing archive /var/cache/apt/archives/cuda-cufft-dev-8-0_8.0.61-1_amd64.deb (--unpack):
cannot copy extracted data for './usr/local/cuda-8.0/targets/x86_64-linux/lib/libcufft_static.a' to '/usr/local/cuda-8.0/targets/x86_64-linux/lib/libcufft_static.a.dpkg-new': unexpected end of file or stream
Errors were encountered while processing:
/var/cache/apt/archives/cuda-cufft-dev-8-0_8.0.61-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


I tried to fix this for a while but couldn't so eventually I just started trying to uninstall cuda. In /usr/local/ I see cuda, cuda-7.5, and cuda-8.0 (which probably isn't good). I go to all the directories looking for unstalling files (/usr/local/cuda-6.5/bin/uninstall_cuda_7.5.pl) but I don't see any.



I would prefer to upgrade to the latest but at this point I'd be happy with uninstalling it too. What should I try next?



When I run sudo dpkg --configure -a I get:



dpkg: dependency problems prevent configuration of cuda-toolkit-8-0:
cuda-toolkit-8-0 depends on cuda-cufft-dev-8-0 (>= 8.0.61); however:
Package cuda-cufft-dev-8-0 is not installed.

dpkg: error processing package cuda-toolkit-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda-visual-tools-8-0:
cuda-visual-tools-8-0 depends on cuda-cufft-dev-8-0; however:
Package cuda-cufft-dev-8-0 is not installed.

dpkg: error processing package cuda-visual-tools-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda-samples-8-0:
cuda-samples-8-0 depends on cuda-cufft-dev-8-0; however:
Package cuda-cufft-dev-8-0 is not installed.

dpkg: error processing package cuda-samples-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda-8-0:
cuda-8-0 depends on cuda-toolkit-8-0 (>= 8.0.61); however:
Package cuda-toolkit-8-0 is not configured yet.

dpkg: error processing package cuda-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda-documentation-8-0:
cuda-documentation-8-0 depends on cuda-samples-8-0; however:
Package cuda-samples-8-0 is not configured yet.

dpkg: error processing package cuda-documentation-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda:
cuda depends on cuda-8-0 (>= 8.0.61); however:
Package cuda-8-0 is not configured yet.

dpkg: error processing package cuda (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
cuda-toolkit-8-0
cuda-visual-tools-8-0
cuda-samples-8-0
cuda-8-0
cuda-documentation-8-0
cuda









share|improve this question

























  • Run sudo dpkg --configure -a

    – George Udosen
    Jul 28 '17 at 7:43











  • I ran it and added the results to the question

    – jss367
    Jul 28 '17 at 7:49











  • Ah, that and then cleaning the cache fixed it. If you add that as a solution I'll accept it.

    – jss367
    Jul 28 '17 at 7:51











  • I believe caching cleaning did it, so you post your solution as an answer and accept it.

    – George Udosen
    Jul 28 '17 at 8:51
















0















Whenever I am trying to install something, I get the following error:



The following packages have unmet dependencies:

cuda-samples-8.0 : Depends: cuda-cufft-dev-8-0 but it is not going to be installed

cuda-toolkit-8.0 : Depends: cuda-cufft-dev-8-0 but it is not going to be installed

cuda-visual-tools-8.0 : Depends: cuda-cufft-dev-8-0 but it is not going to be installed


I try sudo apt-get -f install and it says:



The following packages were automatically installed and are no longer required:
[lots of cuda 7.5 packages and some other linux ones like linux-image-4.2.0-27-generic]
The following extra packages will be installed:
cuda-cufft-dev-8-0
The following NEW packages will be installed:
cuda-cufft-dev-8-0

Do you want to continue?


I tell it to continue and I get this error:



(Reading database ... 731426 files and directories currently installed.)
Preparing to unpack .../cuda-cufft-dev-8-0_8.0.61-1_amd64.deb ...
Unpacking cuda-cufft-dev-8-0 (8.0.61-1) ...
dpkg-deb (subprocess): decompressing archive member: internal gzip read error: '<fd:4>: incorrect data check'
dpkg-deb: error: subprocess <decompress> returned error exit status 2
dpkg: error processing archive /var/cache/apt/archives/cuda-cufft-dev-8-0_8.0.61-1_amd64.deb (--unpack):
cannot copy extracted data for './usr/local/cuda-8.0/targets/x86_64-linux/lib/libcufft_static.a' to '/usr/local/cuda-8.0/targets/x86_64-linux/lib/libcufft_static.a.dpkg-new': unexpected end of file or stream
Errors were encountered while processing:
/var/cache/apt/archives/cuda-cufft-dev-8-0_8.0.61-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


I tried to fix this for a while but couldn't so eventually I just started trying to uninstall cuda. In /usr/local/ I see cuda, cuda-7.5, and cuda-8.0 (which probably isn't good). I go to all the directories looking for unstalling files (/usr/local/cuda-6.5/bin/uninstall_cuda_7.5.pl) but I don't see any.



I would prefer to upgrade to the latest but at this point I'd be happy with uninstalling it too. What should I try next?



When I run sudo dpkg --configure -a I get:



dpkg: dependency problems prevent configuration of cuda-toolkit-8-0:
cuda-toolkit-8-0 depends on cuda-cufft-dev-8-0 (>= 8.0.61); however:
Package cuda-cufft-dev-8-0 is not installed.

dpkg: error processing package cuda-toolkit-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda-visual-tools-8-0:
cuda-visual-tools-8-0 depends on cuda-cufft-dev-8-0; however:
Package cuda-cufft-dev-8-0 is not installed.

dpkg: error processing package cuda-visual-tools-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda-samples-8-0:
cuda-samples-8-0 depends on cuda-cufft-dev-8-0; however:
Package cuda-cufft-dev-8-0 is not installed.

dpkg: error processing package cuda-samples-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda-8-0:
cuda-8-0 depends on cuda-toolkit-8-0 (>= 8.0.61); however:
Package cuda-toolkit-8-0 is not configured yet.

dpkg: error processing package cuda-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda-documentation-8-0:
cuda-documentation-8-0 depends on cuda-samples-8-0; however:
Package cuda-samples-8-0 is not configured yet.

dpkg: error processing package cuda-documentation-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda:
cuda depends on cuda-8-0 (>= 8.0.61); however:
Package cuda-8-0 is not configured yet.

dpkg: error processing package cuda (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
cuda-toolkit-8-0
cuda-visual-tools-8-0
cuda-samples-8-0
cuda-8-0
cuda-documentation-8-0
cuda









share|improve this question

























  • Run sudo dpkg --configure -a

    – George Udosen
    Jul 28 '17 at 7:43











  • I ran it and added the results to the question

    – jss367
    Jul 28 '17 at 7:49











  • Ah, that and then cleaning the cache fixed it. If you add that as a solution I'll accept it.

    – jss367
    Jul 28 '17 at 7:51











  • I believe caching cleaning did it, so you post your solution as an answer and accept it.

    – George Udosen
    Jul 28 '17 at 8:51














0












0








0








Whenever I am trying to install something, I get the following error:



The following packages have unmet dependencies:

cuda-samples-8.0 : Depends: cuda-cufft-dev-8-0 but it is not going to be installed

cuda-toolkit-8.0 : Depends: cuda-cufft-dev-8-0 but it is not going to be installed

cuda-visual-tools-8.0 : Depends: cuda-cufft-dev-8-0 but it is not going to be installed


I try sudo apt-get -f install and it says:



The following packages were automatically installed and are no longer required:
[lots of cuda 7.5 packages and some other linux ones like linux-image-4.2.0-27-generic]
The following extra packages will be installed:
cuda-cufft-dev-8-0
The following NEW packages will be installed:
cuda-cufft-dev-8-0

Do you want to continue?


I tell it to continue and I get this error:



(Reading database ... 731426 files and directories currently installed.)
Preparing to unpack .../cuda-cufft-dev-8-0_8.0.61-1_amd64.deb ...
Unpacking cuda-cufft-dev-8-0 (8.0.61-1) ...
dpkg-deb (subprocess): decompressing archive member: internal gzip read error: '<fd:4>: incorrect data check'
dpkg-deb: error: subprocess <decompress> returned error exit status 2
dpkg: error processing archive /var/cache/apt/archives/cuda-cufft-dev-8-0_8.0.61-1_amd64.deb (--unpack):
cannot copy extracted data for './usr/local/cuda-8.0/targets/x86_64-linux/lib/libcufft_static.a' to '/usr/local/cuda-8.0/targets/x86_64-linux/lib/libcufft_static.a.dpkg-new': unexpected end of file or stream
Errors were encountered while processing:
/var/cache/apt/archives/cuda-cufft-dev-8-0_8.0.61-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


I tried to fix this for a while but couldn't so eventually I just started trying to uninstall cuda. In /usr/local/ I see cuda, cuda-7.5, and cuda-8.0 (which probably isn't good). I go to all the directories looking for unstalling files (/usr/local/cuda-6.5/bin/uninstall_cuda_7.5.pl) but I don't see any.



I would prefer to upgrade to the latest but at this point I'd be happy with uninstalling it too. What should I try next?



When I run sudo dpkg --configure -a I get:



dpkg: dependency problems prevent configuration of cuda-toolkit-8-0:
cuda-toolkit-8-0 depends on cuda-cufft-dev-8-0 (>= 8.0.61); however:
Package cuda-cufft-dev-8-0 is not installed.

dpkg: error processing package cuda-toolkit-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda-visual-tools-8-0:
cuda-visual-tools-8-0 depends on cuda-cufft-dev-8-0; however:
Package cuda-cufft-dev-8-0 is not installed.

dpkg: error processing package cuda-visual-tools-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda-samples-8-0:
cuda-samples-8-0 depends on cuda-cufft-dev-8-0; however:
Package cuda-cufft-dev-8-0 is not installed.

dpkg: error processing package cuda-samples-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda-8-0:
cuda-8-0 depends on cuda-toolkit-8-0 (>= 8.0.61); however:
Package cuda-toolkit-8-0 is not configured yet.

dpkg: error processing package cuda-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda-documentation-8-0:
cuda-documentation-8-0 depends on cuda-samples-8-0; however:
Package cuda-samples-8-0 is not configured yet.

dpkg: error processing package cuda-documentation-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda:
cuda depends on cuda-8-0 (>= 8.0.61); however:
Package cuda-8-0 is not configured yet.

dpkg: error processing package cuda (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
cuda-toolkit-8-0
cuda-visual-tools-8-0
cuda-samples-8-0
cuda-8-0
cuda-documentation-8-0
cuda









share|improve this question
















Whenever I am trying to install something, I get the following error:



The following packages have unmet dependencies:

cuda-samples-8.0 : Depends: cuda-cufft-dev-8-0 but it is not going to be installed

cuda-toolkit-8.0 : Depends: cuda-cufft-dev-8-0 but it is not going to be installed

cuda-visual-tools-8.0 : Depends: cuda-cufft-dev-8-0 but it is not going to be installed


I try sudo apt-get -f install and it says:



The following packages were automatically installed and are no longer required:
[lots of cuda 7.5 packages and some other linux ones like linux-image-4.2.0-27-generic]
The following extra packages will be installed:
cuda-cufft-dev-8-0
The following NEW packages will be installed:
cuda-cufft-dev-8-0

Do you want to continue?


I tell it to continue and I get this error:



(Reading database ... 731426 files and directories currently installed.)
Preparing to unpack .../cuda-cufft-dev-8-0_8.0.61-1_amd64.deb ...
Unpacking cuda-cufft-dev-8-0 (8.0.61-1) ...
dpkg-deb (subprocess): decompressing archive member: internal gzip read error: '<fd:4>: incorrect data check'
dpkg-deb: error: subprocess <decompress> returned error exit status 2
dpkg: error processing archive /var/cache/apt/archives/cuda-cufft-dev-8-0_8.0.61-1_amd64.deb (--unpack):
cannot copy extracted data for './usr/local/cuda-8.0/targets/x86_64-linux/lib/libcufft_static.a' to '/usr/local/cuda-8.0/targets/x86_64-linux/lib/libcufft_static.a.dpkg-new': unexpected end of file or stream
Errors were encountered while processing:
/var/cache/apt/archives/cuda-cufft-dev-8-0_8.0.61-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


I tried to fix this for a while but couldn't so eventually I just started trying to uninstall cuda. In /usr/local/ I see cuda, cuda-7.5, and cuda-8.0 (which probably isn't good). I go to all the directories looking for unstalling files (/usr/local/cuda-6.5/bin/uninstall_cuda_7.5.pl) but I don't see any.



I would prefer to upgrade to the latest but at this point I'd be happy with uninstalling it too. What should I try next?



When I run sudo dpkg --configure -a I get:



dpkg: dependency problems prevent configuration of cuda-toolkit-8-0:
cuda-toolkit-8-0 depends on cuda-cufft-dev-8-0 (>= 8.0.61); however:
Package cuda-cufft-dev-8-0 is not installed.

dpkg: error processing package cuda-toolkit-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda-visual-tools-8-0:
cuda-visual-tools-8-0 depends on cuda-cufft-dev-8-0; however:
Package cuda-cufft-dev-8-0 is not installed.

dpkg: error processing package cuda-visual-tools-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda-samples-8-0:
cuda-samples-8-0 depends on cuda-cufft-dev-8-0; however:
Package cuda-cufft-dev-8-0 is not installed.

dpkg: error processing package cuda-samples-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda-8-0:
cuda-8-0 depends on cuda-toolkit-8-0 (>= 8.0.61); however:
Package cuda-toolkit-8-0 is not configured yet.

dpkg: error processing package cuda-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda-documentation-8-0:
cuda-documentation-8-0 depends on cuda-samples-8-0; however:
Package cuda-samples-8-0 is not configured yet.

dpkg: error processing package cuda-documentation-8-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cuda:
cuda depends on cuda-8-0 (>= 8.0.61); however:
Package cuda-8-0 is not configured yet.

dpkg: error processing package cuda (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
cuda-toolkit-8-0
cuda-visual-tools-8-0
cuda-samples-8-0
cuda-8-0
cuda-documentation-8-0
cuda






apt nvidia uninstall cuda






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jul 28 '17 at 7:48







jss367

















asked Jul 28 '17 at 7:42









jss367jss367

1991110




1991110













  • Run sudo dpkg --configure -a

    – George Udosen
    Jul 28 '17 at 7:43











  • I ran it and added the results to the question

    – jss367
    Jul 28 '17 at 7:49











  • Ah, that and then cleaning the cache fixed it. If you add that as a solution I'll accept it.

    – jss367
    Jul 28 '17 at 7:51











  • I believe caching cleaning did it, so you post your solution as an answer and accept it.

    – George Udosen
    Jul 28 '17 at 8:51



















  • Run sudo dpkg --configure -a

    – George Udosen
    Jul 28 '17 at 7:43











  • I ran it and added the results to the question

    – jss367
    Jul 28 '17 at 7:49











  • Ah, that and then cleaning the cache fixed it. If you add that as a solution I'll accept it.

    – jss367
    Jul 28 '17 at 7:51











  • I believe caching cleaning did it, so you post your solution as an answer and accept it.

    – George Udosen
    Jul 28 '17 at 8:51

















Run sudo dpkg --configure -a

– George Udosen
Jul 28 '17 at 7:43





Run sudo dpkg --configure -a

– George Udosen
Jul 28 '17 at 7:43













I ran it and added the results to the question

– jss367
Jul 28 '17 at 7:49





I ran it and added the results to the question

– jss367
Jul 28 '17 at 7:49













Ah, that and then cleaning the cache fixed it. If you add that as a solution I'll accept it.

– jss367
Jul 28 '17 at 7:51





Ah, that and then cleaning the cache fixed it. If you add that as a solution I'll accept it.

– jss367
Jul 28 '17 at 7:51













I believe caching cleaning did it, so you post your solution as an answer and accept it.

– George Udosen
Jul 28 '17 at 8:51





I believe caching cleaning did it, so you post your solution as an answer and accept it.

– George Udosen
Jul 28 '17 at 8:51










2 Answers
2






active

oldest

votes


















0














I just needed to clean my cache. This is what ended up working:



sudo dpkg --configure -a

sudo apt-get clean





share|improve this answer































    0














    After Cleaning cache, you can try these,




    1. dpkg -l | grep cuda- | awk '{print $2}' | xargs -n1 sudo dpkg --purge

    2. df -h

    3. sudo apt-get purge nvidia*

    4. sudo apt-get -f install

    5. sudo apt autoremove


    Hope, this might help you. Cheers






    share|improve this answer























      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "89"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f940582%2fupgrade-or-uninstall-cuda-to-allow-apt-get-to-work%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0














      I just needed to clean my cache. This is what ended up working:



      sudo dpkg --configure -a

      sudo apt-get clean





      share|improve this answer




























        0














        I just needed to clean my cache. This is what ended up working:



        sudo dpkg --configure -a

        sudo apt-get clean





        share|improve this answer


























          0












          0








          0







          I just needed to clean my cache. This is what ended up working:



          sudo dpkg --configure -a

          sudo apt-get clean





          share|improve this answer













          I just needed to clean my cache. This is what ended up working:



          sudo dpkg --configure -a

          sudo apt-get clean






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jul 29 '17 at 10:37









          jss367jss367

          1991110




          1991110

























              0














              After Cleaning cache, you can try these,




              1. dpkg -l | grep cuda- | awk '{print $2}' | xargs -n1 sudo dpkg --purge

              2. df -h

              3. sudo apt-get purge nvidia*

              4. sudo apt-get -f install

              5. sudo apt autoremove


              Hope, this might help you. Cheers






              share|improve this answer




























                0














                After Cleaning cache, you can try these,




                1. dpkg -l | grep cuda- | awk '{print $2}' | xargs -n1 sudo dpkg --purge

                2. df -h

                3. sudo apt-get purge nvidia*

                4. sudo apt-get -f install

                5. sudo apt autoremove


                Hope, this might help you. Cheers






                share|improve this answer


























                  0












                  0








                  0







                  After Cleaning cache, you can try these,




                  1. dpkg -l | grep cuda- | awk '{print $2}' | xargs -n1 sudo dpkg --purge

                  2. df -h

                  3. sudo apt-get purge nvidia*

                  4. sudo apt-get -f install

                  5. sudo apt autoremove


                  Hope, this might help you. Cheers






                  share|improve this answer













                  After Cleaning cache, you can try these,




                  1. dpkg -l | grep cuda- | awk '{print $2}' | xargs -n1 sudo dpkg --purge

                  2. df -h

                  3. sudo apt-get purge nvidia*

                  4. sudo apt-get -f install

                  5. sudo apt autoremove


                  Hope, this might help you. Cheers







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jan 3 at 7:32









                  curiouscodercuriouscoder

                  1




                  1






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Ask Ubuntu!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f940582%2fupgrade-or-uninstall-cuda-to-allow-apt-get-to-work%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Questions related to Moebius Transform of Characteristic Function of the Primes

                      List of scandals in India

                      Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?