- Download parallels tools linux
- Installing Parallels Tools in a Linux Guest OS
- xiaozhuai / fix_parallels_tools_install.md
- This comment has been minimized.
- t3ll0 commented Oct 4, 2019
- This comment has been minimized.
- xiaozhuai commented Oct 8, 2019
- This comment has been minimized.
- xnianq commented Oct 15, 2019
- This comment has been minimized.
- whlsxl commented Nov 27, 2019
- This comment has been minimized.
- notDavid commented Feb 11, 2020
- This comment has been minimized.
- Jane42070 commented Dec 10, 2020
- This comment has been minimized.
- ccravens commented Jun 14, 2021
- This comment has been minimized.
- ymm135 commented Jun 30, 2021
- This comment has been minimized.
- Uffi64 commented Sep 21, 2021
- This comment has been minimized.
- YadinF commented Sep 23, 2021
- This comment has been minimized.
- xiaozhuai commented Sep 23, 2021
- Download parallels tools linux
- Installation Procedures — CLI
- DEB Version
- RPM Version
- .TAR.BZ2 Version
- SSO (Single Sign On) Installation Procedures
- Manual installation procedure (RPM Required)
- Была ли эта статья полезной?
- Parallels Tools Linux Mint 19 Installation Guide
- Install Parallels Tools Linux Mint 19
- How to Install Parallels Tools on Ubuntu 14.04 Trusty LTS Linux Easy Guide
- Installing Parallels Tools on Ubuntu 14.04 Trusty
Download parallels tools linux
Installing Parallels Tools in a Linux Guest OS
Before installing Parallels Tools in a Linux guest OS, perform the following actions:
- Close all applications in the guest operating system.
- Disable the 3D accelerated window manager if you use any.
- Make sure that you have the gcc package and kernel sources installed. If these packages are not installed, the Parallels Tools installer will inform you about this you. The kernel sources package name depends on the type of Linux operating system you use: it can be kernel-devel , or kernel-headers , or something else. For more information about the kernel sources, refer to the Installing the GCC package and Kernel Sources in Linux section.
Note: To install Parallels Tools in your virtual machine, you must have the root privileges.
Installing Parallels Tools in the most recent versions of Linux guest OSs
If you have one of the most recent versions of Linux OSs (Ubuntu, Fedora) in your virtual machine, the prl-tools-lin.iso image file will be mounted automatically after you connect it to the CD/DVD drive. To install Parallels Tools, do the following:
- Start the virtual machine.
- When the guest OS boots up, click the Virtual Machine menu and choose Install Parallels Tools.
Note: If the Install Parallels Tools option is grayed out, make sure that Parallels Tools can be installed in your guest operating system. To see the list of guest OSs supported by Parallels Tools, refer to the Parallels Tools Overview section in Parallels Workstation Extreme User’s Guide.
The prl-tools-lin.iso image file will be connected to the virtual machine’s CD/DVD drive and mounted.
You can connect and mount the Parallels Tools ISO image file manually. Right-click the CD/DVD-ROM icon in the virtual machine’s window status bar and choose Connect Image. Open the following folder:
- In 32-bit Windows: C:\Program Files\Parallels\ Parallels Workstation Extreme \Tools\
- In 64-bit Windows: C:\Program Files (x86)\Parallels\ Parallels Workstation Extreme \Tools\
- In Linux: /usr/share/ parallels-workstation /tools/
Select the prl-tools-lin.iso file, and click Open to connect it to the virtual machine.
Start a terminal in your Linux guest OS. Type the following command to gain the root privileges:
Change the directory to the CD/DVD drive directory using
Note: In some of the Linux operating systems, the mount point for the virtual CD/DVD drive may appear as /media/Parallels\ Tools/ .
In the CD/DVD drive directory, enter the following command to launch Parallels Tools installation:
Installing Parallels Tools in other versions of Linux guest OSs
To install Parallels Tools in the older versions of Linux OSs, you have to mount the prl-tools-lin.iso image file manually. Do the following:
- Start the virtual machine.
- When the guest OS boots up, click the Virtual Machine menu and choose Install Parallels Tools.
Note: If the Install Parallels Tools option is grayed out, make sure that Parallels Tools can be installed in your guest operating system. To see the list of guest OSs supported by Parallels Tools, refer to the Parallels Tools Overview section in Parallels Workstation Extreme User’s Guide.
The prl-tools-lin.iso image file will be connected to the virtual machine’s CD/DVD drive.
Start a terminal in your Linux guest OS. Type the following command to gain the root privileges:
Check if the Parallels Tools CD image is mounted by entering
mount | grep iso9660
If this command does not return anything, proceed to the next step.
If this command returns anything like
/dev/cdrom on /media/cdrom type iso9660 (ro,exec,nosuid,nodev,uid=0),
skip the next step and proceed to the following one.
If this command returns anything like
/dev/cdrom on /media/cdrom type iso9660 (ro,noexec,nosuid,nodev,uid=0)
with the noexec option present in parentheses, you need to unmount the disc using the following command and then proceed to the next step:
To mount the Parallels Tools installation disc image, enter the following:
mount -o exec /dev/cdrom /media/cdrom
Note: /dev/cdrom is the virtual machine’s CD/DVD drive and /media/cdrom is the mount point for this device. In some of the Linux operating systems the virtual CD/DVD drive may appear as /dev/hdb and the mount point /mnt/cdrom . Some Linux OSs do not have the CD/DVD drive mount point. In this case, you should create the mount point directory manually.
When the installation disc image is mounted, change the directory to the CD/DVD drive directory using
In the CD/DVD drive directory, enter the following to launch Parallels Tools installation:
Note: You must have the root privileges to run this command.
How to check if Parallels Tools are installed
If you are not sure whether Parallels Tools are installed, you can easily check this. Start your virtual machine and look at the status bar of its window: if the tip » Press Ctrl + Alt to release the mouse and keyboard » appears in the status bar of the virtual machine’s window, this means that Parallels Tools are not installed. When Parallels Tools are installed, you do not need to press any key to release the mouse and keyboard — they are released automatically.
Источник
xiaozhuai / fix_parallels_tools_install.md
- Mount parallels tools disk
- Run script bellow
Above script works on most distributions, and may broken on some others.
See @YadinF ‘s experience on CentOS 8.
This comment has been minimized.
Copy link Quote reply
t3ll0 commented Oct 4, 2019
Thank you very much i succeeded in ubuntu 18.04 19.04 and KALI Linux 2019.3
This comment has been minimized.
Copy link Quote reply
xiaozhuai commented Oct 8, 2019
@ t3ll0 You are welcome
This comment has been minimized.
Copy link Quote reply
xnianq commented Oct 15, 2019
This comment has been minimized.
Copy link Quote reply
whlsxl commented Nov 27, 2019
This comment has been minimized.
Copy link Quote reply
notDavid commented Feb 11, 2020
This comment has been minimized.
Copy link Quote reply
Jane42070 commented Dec 10, 2020
THX, problem solved!
This comment has been minimized.
Copy link Quote reply
ccravens commented Jun 14, 2021
Amazing!! THANK YOU! A+++++
This comment has been minimized.
Copy link Quote reply
ymm135 commented Jun 30, 2021
This comment has been minimized.
Copy link Quote reply
Uffi64 commented Sep 21, 2021
Thank you so much. Worked perfect for me as well!
This comment has been minimized.
Copy link Quote reply
YadinF commented Sep 23, 2021
Script doesn’t work as is on CentOS 8, needs modification. Actual media path is /run/media/ and you have to hard add your username as the whoami syntax does not work. Change those two lines to a valid path and then this script will work. Of course you still have to install a bunch of things manually first because their prereq installing doesn’t work. Likely because they need dkms and that’s not in the normal repos so you have to add extras epel-release.
Nice job finding a fix for their broken installer. So much for a commercial solution making vms easier.
This comment has been minimized.
Copy link Quote reply
xiaozhuai commented Sep 23, 2021
@YadinF Thanks for your feedback! Have a good day!
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Источник
Download parallels tools linux
Installation via GUI is only valid on DEB and RPM versions.
Download package from parallels.com/products/ras/download/links/ and store it locally.
Installation Procedures — CLI
DEB Version
Download the deb package from parallels.com/products/ras/download/links/ and store it locally.
Switch to the root user.
To install type:
Note — If the installation fails because of missing dependencies, try installing these dependencies using the following command :
Client for Linux binaries are now installed under:
Run the following command to launch Client:
You can also run the following commands to obtain a list of all usage parameters for Client session:
RPM Version
Download the rpm package from parallels.com/products/ras/download/links/ and store it locally.
Switch to the root user.
Input command as per below example depending on Client version you would like to install:
yum install RASClient-xx.xx.xxxx_x86_x64.rpm
Client for Linux binaries are now installed under:
Run the following command to launch Client:
You can also run the following commands to obtain a list of all usage parameters for Client session:
.TAR.BZ2 Version
Download the tar package from parallels.com/products/ras/download/links/ and store it locally.
Switch to the root user.
Switch to the directory containing Parallels Client, e.g.:
To install type:
Parallels Client for Linux binaries are now installed under:
It is recommended that the post install script is launched in order to register icons, mimetypes, url schema and databases configurations. This script is located under: /opt/2X/Client/scripts/install.sh
Run the following command to launch Client:
You can also run the following commands to obtain a list of all usage parameters for Client session:
Note: To unregister the components registered during installation it is recommended to launch the uninstall script located under: /opt/2X/Client/scripts/uninstall.sh
SSO (Single Sign On) Installation Procedures
Depending on the package used to install the Client, the SSO installation procedure may vary:
Already available with Client package:
- TAR package — Run script at location /opt/2X/Client/scripts/install.sh.
- RPM package — Manual installation is required.
Separate package to Client:
- Debian package — Requires Client pre-installed. Install package using the default package installer.
Manual installation procedure (RPM Required)
Install pam_2xclient.so module to have Single Sign On for Client.
Note — this file is located under /opt/2X/Client/lib/security/pam_2xclient.so no matter the package used.
The module always returns true and will use an authentication token that will be provided by a higher authentication module.
Note: When a higher authentication module has been configured to SUFFICIENT, it will return on success immediately and pam_2Xclient.so won’t be called. Please change SUFFICIENT TO REQUIRED.
To install Client PAM module, add two lines to your session manage service (eg. /etc/pam d/gdm):
Debug: Debug trace will be written to /tmp/pam_2xclient.log . If the file cannot be opened, then syslog will be used.
You can use debug argument with all module types. EG. Session optional pam_2xclient.so debug
The module will create an SSO cookie only for well known session services.
Была ли эта статья полезной?
Как, по вашему мнению, можно улучшить эту статью?
Источник
Parallels Tools Linux Mint 19 Installation Guide
Install Parallels Tools Linux Mint 19
You are Welcome! This Step-by-Step Visual-Guide Shows You How to Install Parallels Tools on Linux Mint 19.x Tara/Tessa/Tina/Tricia LTS Desktop.
And the Parallels Tools Linux Mint 19.x Tara/Tessa/Tina/Tricia Installation enable the Shared Folders to Easy Exchange Files with the Host System!
Finally, the Parallels Tools grant the easy Dragging Display Resizing so to make a much more Pleasant Journey with Linux Mint VM on Parallels.
Start Parallels Tools Installation.
Virtual Machine >> Install Parallels Tools.
Actions >> Install Parallels Tools.
Linux Mint Terminal Tutorial for Beginners
Then to Install Parallels Tools
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Enabling Easy File Sharing Parallels Client/Host:
SetUp DropBox on Linux Mint.
Simply Confirm for Installation on Parallels Tools CLI Wizard
Then in Few moments the Tools are Successfully Installed!
Finally, Install Recommended Package
Источник
How to Install Parallels Tools on Ubuntu 14.04 Trusty LTS Linux Easy Guide
Installing Parallels Tools on Ubuntu 14.04 Trusty
You are Welcome! This Step-by-Step Visual-Guide Shows You How to Install the Parallels Tools on Ubuntu 14.04 Trusty Tahr LTS i386/amd64 Unity Desktop.
And the Parallels Tools Ubuntu 14.04 Installation enable the Shared Folders to Easy Exchange Files with the Host System!
Finally, the Parallels Tools grant the easy Dragging Display Resizing so to make a much more Pleasant Journey with Ubuntu VM on Parallels.
Start Parallels Tools Installation.
Virtual Machine >> Install Parallels Tools.
Open Terminal Window
(Press “Enter” to Execute Commands)
Installing Parallels Tools
Enabling Easy File Sharing Parallels Client/Host:
SetUp DropBox on Ubuntu.
Parallels Tools Command Line Wizard:
Confirm for Downloading the Missing Stuff!
If You Get an Error While Downloading then Consult the Troubleshooting Here Below…
Parallels Tools Downloading Stuff Issue
Finally, the VMware Tools are Successfully Installed on Ubuntu!
Источник