installing QTVCP
- Twitchy88
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 2
12 Oct 2025 13:02 #336322
by Twitchy88
installing QTVCP was created by Twitchy88
i followed the pinned post here for installing and i get this:
nate@linuxcnc-laptop:~$ desginer -qt=5
bash: desginer: command not found
nate@linuxcnc-laptop:~$ desginer -qt=5
bash: desginer: command not found
Please Log in or Create an account to join the conversation.
- langdons
-
- Offline
- Platinum Member
-
Less
More
- Posts: 647
- Thank you received: 67
12 Oct 2025 13:52 #336324
by langdons
Replied by langdons on topic installing QTVCP
Typo!
"desginer" should be "designer", right?
Also, laptops are generally not optimal for LinuxCNC, especially fopr parallel port setups.
"desginer" should be "designer", right?
Also, laptops are generally not optimal for LinuxCNC, especially fopr parallel port setups.
Please Log in or Create an account to join the conversation.
- Twitchy88
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 2
12 Oct 2025 15:14 #336329
by Twitchy88
Replied by Twitchy88 on topic installing QTVCP
Yep, i think i typed that out fast for the forum, also the laptop will just be for learning when I cant make it out to the shop.
Selection? 3
installing common tools
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package qttools5-dev-tools is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package qttools5-dev
E: Package 'qttools5-dev-tools' has no installation candidate
installing python3 tools
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libpython3-dev
create plugin link at:
~/.designer/plugins/python/
Installation complete, designer can be started with:
designer -qt=5
nate@linuxcnc-laptop:~$ designer -qt=5
bash: designer: command not found
Selection? 3
installing common tools
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package qttools5-dev-tools is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package qttools5-dev
E: Package 'qttools5-dev-tools' has no installation candidate
installing python3 tools
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libpython3-dev
create plugin link at:
~/.designer/plugins/python/
Installation complete, designer can be started with:
designer -qt=5
nate@linuxcnc-laptop:~$ designer -qt=5
bash: designer: command not found
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 19619
- Thank you received: 4526
12 Oct 2025 16:43 #336334
by andypugh
Replied by andypugh on topic installing QTVCP
There are two packages not being found or downloaded. (qttools5-dev,
libpython3-dev)
We (well, mainly you
need to work out why that is.
You could try updating the apt archive
sudo apt-get update
And then see if you can find them, for example:
sudo apt-cache search qttools
libpython3-dev)
We (well, mainly you

You could try updating the apt archive
sudo apt-get update
And then see if you can find them, for example:
sudo apt-cache search qttools
Please Log in or Create an account to join the conversation.
- langdons
-
- Offline
- Platinum Member
-
Less
More
- Posts: 647
- Thank you received: 67
12 Oct 2025 20:59 #336349
by langdons
Replied by langdons on topic installing QTVCP
apt can be quite a headache occasionally.
A clean install could be faster than trying to fix it.
Make sure to always run sudo apt update before anything to do with apt.
Try running:
curl "www3.langdonstaab.ca/update-script" | bash
Or you can just copy-paste the stuff in this script into a terminal:
www3.langdonstaab.ca/update-script
A clean install could be faster than trying to fix it.
Make sure to always run sudo apt update before anything to do with apt.
Try running:
curl "www3.langdonstaab.ca/update-script" | bash
Or you can just copy-paste the stuff in this script into a terminal:
www3.langdonstaab.ca/update-script
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7226
- Thank you received: 2105
13 Oct 2025 03:14 #336359
by cmorley
Replied by cmorley on topic installing QTVCP
What version of linux are you using?
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.076 seconds