Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Cannot overwrite file
Qt 6.11 is out! See what's new in the release blog

Cannot overwrite file

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 3 Posters 17.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    blackangelpr
    wrote on last edited by
    #1

    greetings after commiting a mistake of installing the old qt from the ubuntu software center i unistalled and downloaded the latest one from the website but now i get this erorr message:

    cannot overwrite file /home/usrname/./config/QtProject/qtcreator/qtversion.xml: Permission denied

    any idea guys?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      When are you getting this stuff?

      A simple chmod or chown should do the trick:
      @
      sudo chown -R username /home/usrname/./config/QtProject/
      @

      (Z(:^

      1 Reply Last reply
      1
      • B Offline
        B Offline
        blackangelpr
        wrote on last edited by
        #3

        Yes thanks for the advice but i was so worry that got help on the IRC channel lucky me the problem was fixed with

        sudo chown -Rv blackangel:blackangel ~/.config/QtProject/ && chmod -Rv 0700 ~/.config/QtProject/

        1 Reply Last reply
        1
        • S Offline
          S Offline
          Satyamer14i
          wrote on last edited by
          #4

          Thank-you soo much. I was facing the same problem But your way helped me do it within no minutes Tysm

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved