Can we use ctrl+c and ctrl+v in ubuntu

My question is can we use ctrl+c & ctrl+v in ubuntu. Because to type the api key and the device id in each and every code and each and every time is tedious and also we might go wrong.
So is there any option where we can use ctrl+c and ctrl+v. I tried it but not successful.
Please tell me if there is any command which can be ran so that it works…

@dheerajswaroop15 yes you can copy your api key or device id using ctrl+c and paste it in terminal using shift+Insert key.

generally we use To cut Ctrl + Shift + X. To copy Ctrl + Shift + C. To paste Ctrl + Shift + V in ubuntu. but we can use ctrl+c in terminal using shift+insert.

@dheerajswaroop15
Yes, you can copy and paste in ubuntu.
In the terminal use the following :
CUT :Ctrl + Shift + X.

COPY: Ctrl + Shift + C.

PASTE: Ctrl + Shift + V.

Note: DO NOT use Ctrl + C, coz it means “Cancel”.