Page 1 of 2
CEmu Debian 9.0 Linux Installation

Posted:
02 May 2020, 22:55
by Ninjaa
I downloaded the package cemu_1.3-0_amd64.deb from the CEmu website and opened my Chrome OS terminal that ran Debian 9. I did
sudo apt-get install cemu_1.3-0_amd64.deb
and it started and then it said :
E: Unable to locate package cemu_1.3-0_amd64.deb
E: Couldn't find any package by glob 'cemu_1.3-0_amd64.deb
E: Could't find any package by regex 'cemu_1.3-0_amd64.deb.
Could somebody please tell me how to fix this problem or if you have any similar issues. Thank you very much

Re: CEmu Debian 9.0 Linux Installation

Posted:
02 May 2020, 23:04
by Lionel Debroux
If you already downloaded that file, you need to use `dpkg -i` instead of `apt-get install`.
Re: CEmu Debian 9.0 Linux Installation

Posted:
02 May 2020, 23:10
by Ninjaa
It says :
Error: requested operation requires superuser privilege
Also, according to the Chromebook, it says I am the owner of the Chromebook. How would you become a superuser?
Re: CEmu Debian 9.0 Linux Installation

Posted:
02 May 2020, 23:12
by Lionel Debroux
Did you use sudo dpkg -i
, just like you used sudo apt-get install
?
Re: CEmu Debian 9.0 Linux Installation

Posted:
02 May 2020, 23:14
by Ti64CLi++
Use sudo dpkg -i
Re: CEmu Debian 9.0 Linux Installation

Posted:
02 May 2020, 23:18
by Ninjaa
It says cannot access archive. No such file or directory
Re: CEmu Debian 9.0 Linux Installation

Posted:
02 May 2020, 23:30
by Lionel Debroux
Looks like you're not running that command from the directory where the file is, so you need to:
* either use the full path to the file, `sudo dpkg -i <...>/cemu_1.3-0_amd64.deb`, where <...> denotes the directory which contains the file;
* or use `cd <...>`, where <...> denotes the directory which contains the file, and then `sudo dpkg -i cemu_1.3-0_amd64.deb`.
Re: CEmu Debian 9.0 Linux Installation

Posted:
03 May 2020, 00:45
by Ninjaa
Can the directory be the Downloads section on my file app?
Re: CEmu Debian 9.0 Linux Installation

Posted:
03 May 2020, 00:50
by Adriweb
Sure, wherever you downloaded it, use that path
Re: CEmu Debian 9.0 Linux Installation

Posted:
03 May 2020, 02:29
by Ninjaa
I put in sudo dpkg -i <Downloads> /cemu_1.3-0_amd64.deb and it says no such file or directory