gdebi I click install package and it does nothing, just closes
up vote
0
down vote
favorite
Using Elementary OS 5 Juno.
I have tried to install discord earlier and had the same problem, I download the .deb that supposedly should simply open the gdebi package installer, and it does, then I click install package and it closes without doing anything, I had to try for a few hours different things to get discord installed, now I am trying to install Visual Studio Code and I have the same issue, I download the .deb, click install package and the software is just like "thank you for clicking on install, I will just close without throwing any error nor any tips on why I refuse to install your package"
ubuntu elementary-os debian-installer deb
add a comment |
up vote
0
down vote
favorite
Using Elementary OS 5 Juno.
I have tried to install discord earlier and had the same problem, I download the .deb that supposedly should simply open the gdebi package installer, and it does, then I click install package and it closes without doing anything, I had to try for a few hours different things to get discord installed, now I am trying to install Visual Studio Code and I have the same issue, I download the .deb, click install package and the software is just like "thank you for clicking on install, I will just close without throwing any error nor any tips on why I refuse to install your package"
ubuntu elementary-os debian-installer deb
1
trysudo apt install /path/to/any.deb
in terminal.
– Ipor Sircer
Nov 30 at 18:08
~/Downloads$ sudo apt install code_1.29.1-1542309157_amd64.deb Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package code_1.29.1-1542309157_amd64.deb E: Couldn't find any package by glob 'code_1.29.1-1542309157_amd64.deb' E: Couldn't find any package by regex 'code_1.29.1-1542309157_amd64.deb'
– Igor Marcos
Nov 30 at 18:11
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Using Elementary OS 5 Juno.
I have tried to install discord earlier and had the same problem, I download the .deb that supposedly should simply open the gdebi package installer, and it does, then I click install package and it closes without doing anything, I had to try for a few hours different things to get discord installed, now I am trying to install Visual Studio Code and I have the same issue, I download the .deb, click install package and the software is just like "thank you for clicking on install, I will just close without throwing any error nor any tips on why I refuse to install your package"
ubuntu elementary-os debian-installer deb
Using Elementary OS 5 Juno.
I have tried to install discord earlier and had the same problem, I download the .deb that supposedly should simply open the gdebi package installer, and it does, then I click install package and it closes without doing anything, I had to try for a few hours different things to get discord installed, now I am trying to install Visual Studio Code and I have the same issue, I download the .deb, click install package and the software is just like "thank you for clicking on install, I will just close without throwing any error nor any tips on why I refuse to install your package"
ubuntu elementary-os debian-installer deb
ubuntu elementary-os debian-installer deb
edited Nov 30 at 18:52
Rui F Ribeiro
38.4k1477127
38.4k1477127
asked Nov 30 at 18:06
Igor Marcos
1
1
1
trysudo apt install /path/to/any.deb
in terminal.
– Ipor Sircer
Nov 30 at 18:08
~/Downloads$ sudo apt install code_1.29.1-1542309157_amd64.deb Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package code_1.29.1-1542309157_amd64.deb E: Couldn't find any package by glob 'code_1.29.1-1542309157_amd64.deb' E: Couldn't find any package by regex 'code_1.29.1-1542309157_amd64.deb'
– Igor Marcos
Nov 30 at 18:11
add a comment |
1
trysudo apt install /path/to/any.deb
in terminal.
– Ipor Sircer
Nov 30 at 18:08
~/Downloads$ sudo apt install code_1.29.1-1542309157_amd64.deb Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package code_1.29.1-1542309157_amd64.deb E: Couldn't find any package by glob 'code_1.29.1-1542309157_amd64.deb' E: Couldn't find any package by regex 'code_1.29.1-1542309157_amd64.deb'
– Igor Marcos
Nov 30 at 18:11
1
1
try
sudo apt install /path/to/any.deb
in terminal.– Ipor Sircer
Nov 30 at 18:08
try
sudo apt install /path/to/any.deb
in terminal.– Ipor Sircer
Nov 30 at 18:08
~/Downloads$ sudo apt install code_1.29.1-1542309157_amd64.deb Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package code_1.29.1-1542309157_amd64.deb E: Couldn't find any package by glob 'code_1.29.1-1542309157_amd64.deb' E: Couldn't find any package by regex 'code_1.29.1-1542309157_amd64.deb'
– Igor Marcos
Nov 30 at 18:11
~/Downloads$ sudo apt install code_1.29.1-1542309157_amd64.deb Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package code_1.29.1-1542309157_amd64.deb E: Couldn't find any package by glob 'code_1.29.1-1542309157_amd64.deb' E: Couldn't find any package by regex 'code_1.29.1-1542309157_amd64.deb'
– Igor Marcos
Nov 30 at 18:11
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
I have managed to fix by doing
sudo apt install ./code_1.29.1-1542309157_amd64.deb
but I don't get what is the point of gdebi if it just can't install my packages.
Linux is the kernel, you have problems with your distribution called Elementary. (which is a small project and i don't recommend to use) So Linux, the kernel is very good at its own and doesn't require any improve. Report the bug for improve your distribution: reddit.com/r/elementaryos/comments/5810mb/…
– Ipor Sircer
Nov 30 at 18:20
I actually had the same problem with Ubuntu, so this is an Ubuntu problem apparently since Elementary is Ubuntu based, but my point is all distros are not beginner friendly, they all require some terminal usage which is why I prefer to be away from it. On my servers it is ok to use linux, I use CentOS on them, I have no choice but to use a terminal and that is perfectly fine, but on my personal computer I wish I could just do things without thinking...
– Igor Marcos
Nov 30 at 18:26
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I have managed to fix by doing
sudo apt install ./code_1.29.1-1542309157_amd64.deb
but I don't get what is the point of gdebi if it just can't install my packages.
Linux is the kernel, you have problems with your distribution called Elementary. (which is a small project and i don't recommend to use) So Linux, the kernel is very good at its own and doesn't require any improve. Report the bug for improve your distribution: reddit.com/r/elementaryos/comments/5810mb/…
– Ipor Sircer
Nov 30 at 18:20
I actually had the same problem with Ubuntu, so this is an Ubuntu problem apparently since Elementary is Ubuntu based, but my point is all distros are not beginner friendly, they all require some terminal usage which is why I prefer to be away from it. On my servers it is ok to use linux, I use CentOS on them, I have no choice but to use a terminal and that is perfectly fine, but on my personal computer I wish I could just do things without thinking...
– Igor Marcos
Nov 30 at 18:26
add a comment |
up vote
0
down vote
I have managed to fix by doing
sudo apt install ./code_1.29.1-1542309157_amd64.deb
but I don't get what is the point of gdebi if it just can't install my packages.
Linux is the kernel, you have problems with your distribution called Elementary. (which is a small project and i don't recommend to use) So Linux, the kernel is very good at its own and doesn't require any improve. Report the bug for improve your distribution: reddit.com/r/elementaryos/comments/5810mb/…
– Ipor Sircer
Nov 30 at 18:20
I actually had the same problem with Ubuntu, so this is an Ubuntu problem apparently since Elementary is Ubuntu based, but my point is all distros are not beginner friendly, they all require some terminal usage which is why I prefer to be away from it. On my servers it is ok to use linux, I use CentOS on them, I have no choice but to use a terminal and that is perfectly fine, but on my personal computer I wish I could just do things without thinking...
– Igor Marcos
Nov 30 at 18:26
add a comment |
up vote
0
down vote
up vote
0
down vote
I have managed to fix by doing
sudo apt install ./code_1.29.1-1542309157_amd64.deb
but I don't get what is the point of gdebi if it just can't install my packages.
I have managed to fix by doing
sudo apt install ./code_1.29.1-1542309157_amd64.deb
but I don't get what is the point of gdebi if it just can't install my packages.
edited Nov 30 at 18:55
Rui F Ribeiro
38.4k1477127
38.4k1477127
answered Nov 30 at 18:14
Igor Marcos
1
1
Linux is the kernel, you have problems with your distribution called Elementary. (which is a small project and i don't recommend to use) So Linux, the kernel is very good at its own and doesn't require any improve. Report the bug for improve your distribution: reddit.com/r/elementaryos/comments/5810mb/…
– Ipor Sircer
Nov 30 at 18:20
I actually had the same problem with Ubuntu, so this is an Ubuntu problem apparently since Elementary is Ubuntu based, but my point is all distros are not beginner friendly, they all require some terminal usage which is why I prefer to be away from it. On my servers it is ok to use linux, I use CentOS on them, I have no choice but to use a terminal and that is perfectly fine, but on my personal computer I wish I could just do things without thinking...
– Igor Marcos
Nov 30 at 18:26
add a comment |
Linux is the kernel, you have problems with your distribution called Elementary. (which is a small project and i don't recommend to use) So Linux, the kernel is very good at its own and doesn't require any improve. Report the bug for improve your distribution: reddit.com/r/elementaryos/comments/5810mb/…
– Ipor Sircer
Nov 30 at 18:20
I actually had the same problem with Ubuntu, so this is an Ubuntu problem apparently since Elementary is Ubuntu based, but my point is all distros are not beginner friendly, they all require some terminal usage which is why I prefer to be away from it. On my servers it is ok to use linux, I use CentOS on them, I have no choice but to use a terminal and that is perfectly fine, but on my personal computer I wish I could just do things without thinking...
– Igor Marcos
Nov 30 at 18:26
Linux is the kernel, you have problems with your distribution called Elementary. (which is a small project and i don't recommend to use) So Linux, the kernel is very good at its own and doesn't require any improve. Report the bug for improve your distribution: reddit.com/r/elementaryos/comments/5810mb/…
– Ipor Sircer
Nov 30 at 18:20
Linux is the kernel, you have problems with your distribution called Elementary. (which is a small project and i don't recommend to use) So Linux, the kernel is very good at its own and doesn't require any improve. Report the bug for improve your distribution: reddit.com/r/elementaryos/comments/5810mb/…
– Ipor Sircer
Nov 30 at 18:20
I actually had the same problem with Ubuntu, so this is an Ubuntu problem apparently since Elementary is Ubuntu based, but my point is all distros are not beginner friendly, they all require some terminal usage which is why I prefer to be away from it. On my servers it is ok to use linux, I use CentOS on them, I have no choice but to use a terminal and that is perfectly fine, but on my personal computer I wish I could just do things without thinking...
– Igor Marcos
Nov 30 at 18:26
I actually had the same problem with Ubuntu, so this is an Ubuntu problem apparently since Elementary is Ubuntu based, but my point is all distros are not beginner friendly, they all require some terminal usage which is why I prefer to be away from it. On my servers it is ok to use linux, I use CentOS on them, I have no choice but to use a terminal and that is perfectly fine, but on my personal computer I wish I could just do things without thinking...
– Igor Marcos
Nov 30 at 18:26
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f485216%2fgdebi-i-click-install-package-and-it-does-nothing-just-closes%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
try
sudo apt install /path/to/any.deb
in terminal.– Ipor Sircer
Nov 30 at 18:08
~/Downloads$ sudo apt install code_1.29.1-1542309157_amd64.deb Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package code_1.29.1-1542309157_amd64.deb E: Couldn't find any package by glob 'code_1.29.1-1542309157_amd64.deb' E: Couldn't find any package by regex 'code_1.29.1-1542309157_amd64.deb'
– Igor Marcos
Nov 30 at 18:11