You are not logged in.

#1 2018-01-25 10:44

ElectroescadaS
Member
From: Portugal
Registered: 2018-01-25
Posts: 2

How to install programs in Q4OS that Synaptic dont have them...

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

#2 2018-01-25 10:51

BSpinoza
Member
From: Germany
Registered: 2016-03-26
Posts: 30

Re: How to install programs in Q4OS that Synaptic dont have them...

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

#3 2018-01-25 15:27

tlmiller76
Member
From: AZ, USA
Registered: 2016-11-29
Posts: 453

Re: How to install programs in Q4OS that Synaptic dont have them...

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 *.deb

I would change step 3 to

sudo apt install *.deb

This way it installs with dependency resolution.


Q4OS Trinity machine - Lenovo K14 Gen1 AMD.  AMD Ryzen R5-5650U, 32GB DDR4, 1TB SSD, Vega 7, Realtek 8852 Wifi 6E + BT 5.2.

Offline

#4 2018-01-25 19:42

ElectroescadaS
Member
From: Portugal
Registered: 2018-01-25
Posts: 2

Re: How to install programs in Q4OS that Synaptic dont have them...

tlmiller76 wrote:
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 *.deb

I 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

Board footer

Powered by FluxBB