When ever you have to install snap or snapd then sometime linuxmint doesnot give proper support. This is not any big issue. If you are facing the same problem like this.
File Sharing in Linuxmint
File sharing in Linux is quite easy if we follow the proper steps. Without taking time just follow the following steps. This steps is followed in Linuxmint but as possible you can use the same way in another distro as well.

> Now or any time just right click the folder you wish to share and click the sharing option.
Android on Virtual Box
- Download the Disk image from THIS LINK. this will take you to the URL https://www.android-x86.org/
- Then Download the Virtual Box using THIS LINK or https://www.virtualbox.org/
- Then Create a Virtual Machine using Followings:
Name: Android (anything you wish)
Machine Folder: (Leave default)
Type: Linux
Version: Other 64-bit - Then Link the image file on the machine as you start
- Give put desirable amount of RAM. I think 4096 MB is enough for 4GB.
- Create a virtual Hard Disk
- Then Choose the Hard Disk File type as VDI (Virtual Box Disk Image)
- Storage on physical hard disk 'Dynamically allocated'
- File location and size around 32 GB
- SYSTEM
- Motherboard
- Pointing Device> PS/2 Mouse
- Processor
- Processor(s) : 4
- DISPLAY
- Screen
- Video Memory: 128 MB
- Graphics Controller: VBoxVGA
- Acceleration: Tik the Enable 3D acceleration

LARAVEL

When the time comes to install Laravel then we get lot of unnecessary and lengthy process. It offers us to get Composer first then install the Laravel. If you are new to install it then do not get panic just follow the following steps.
First Download the Php component using this command
$ sudo apt install -y php php-common php-cli php-gd php-mysqlnd php-curl php-intl php-mbstring php-bcmath php-xml php-zip
Now Install the composer using this command
$ sudo apt install composer
Now, Open the desktop using this command
$ cd Desktop
Install a new directory of Laravel Project using following command where i am creating a directory called "website". The fundamental syntax is {composer create-project laravel/laravel "YOUR WEBSITE"}
$ composer create-project laravel/laravel website
As the Directory is created then open the directory
$ cd website
Now you are ready to serve it and use this command
$ php artisan serve
It will provide you a server with another port which you can copy and run on browser.
Congratulation you have successfully install the Laravel. If you find any trouble during the installation no need to panic and look support just look the process log on Terminal and install the missing package and retry.
Linux Appimage
Just you need to go to;
- Search or Download what ever appimage you need.
- When download is done just go to properties or press alt+Enter
- Then go to permission tab and Check on 'Allow executing file as program'
- Then run it.