You are not logged in.
Greetings.
I have installed Q4Os in a old PC i have and i need to use 2 programs cloud based called "Mega" and "MeoCloud". Synaptic dont have them to install then i go to their sites to download those 2 files in ".deb" but i dont know how to install them (im a Windows user). Is there an easy way to i can install them? Thanks in advance...
Offline
If you have downloaded the .deb files do this:
1.Open the console
2. Move to the directory where your .deb files are located.
e.g.:
cd /home/user/downloads
3. Install with:
sudo dpkg -i *.deb
Last edited by BSpinoza (2018-01-25 10:53)
Offline
If you have downloaded the .deb files do this:
1.Open the console
2. Move to the directory where your .deb files are located.
e.g.:
cd /home/user/downloads
3. Install with:
sudo dpkg -i *.deb
I would change step 3 to
sudo apt install *.deb
This way it installs with dependency resolution.
Q4OS Trinity machine - Lenovo ThinkPad L14 Gen3 AMD. AMD Ryzen 7 Pro 5875U, 64GB LPDDR4, 1TB m.2 NVMe SSD, Vega 8 iGP, Qualcomm QCNFA765 Wifi 6E + BT 5.2, 14" 1920x1080 low-power 400-nit LCD.
Offline
BSpinoza wrote:If you have downloaded the .deb files do this:
1.Open the console
2. Move to the directory where your .deb files are located.
e.g.:
cd /home/user/downloads
3. Install with:
sudo dpkg -i *.debI would change step 3 to
sudo apt install *.deb
This way it installs with dependency resolution.
Thank you for your help. Usually i use more Linux Mint in an old PC (Pentium 4 running at 3GHz with 2GB of Ram and a graphic card AGP of 128MB) but since the processor is 32 Bits i sometimes decide to test other distros.
Offline