Skip to content

[Bug] Package installation issue #505

@ActuallyTrizon

Description

@ActuallyTrizon

Device Model

Oppo A18

Operating System Version

ColorOS 15 (Entry level version)

Tiny Computer Version

1.1.0 LXQT

Is this the latest version?

Yes

Issue

Installing a .deb file doesn't work, Gdebi doesn't work, Sudo apt install ./ Doesn't work nor does Sudo dpkg -i it seems to me that you can only install apps using the apt repositories instead of locally with a .deb, this also happened in the older versions, other users suffer the same problem can you fix it?

Image
Image

Steps to reproduce the issue

Gdebi

  1. Run any .deb file
  2. Click install package
  3. Done
    Or Gdebi immediately crashes after running the file even if it does install it's going to be there but nothing happens

Apt install ./ (./ makes it install files locally instead of a online apt repo)

  1. Go to the directory of your .deb
  2. Drag it to the desktop and copy
  3. Open terminal
  4. Right the .deb in the desktop
  5. Click rename and hover the cursor over the name and right click
  6. Click select all and right click again and copy
  7. Now on the terminal do cd ~/Desktop or ./Desktop
  8. put sudo apt install ./(Paste the name)
    It will appear in apps but it won't do anything if you run it and if you check the installation progress you notice it got cut off

Dpkg -i (-install)
Same thing as sudo apt install ./

  1. Terminal
  2. cd ~/Desktop or ./Desktop if you're using 1.0.100 or older
  3. sudo dpkg -i (paste app name)
    Same steps and conclusion as above

my device is too laggy to screen record tiny computer

No footage you have to do it yourself

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions