Ubuntu '.deb' file installation problem
After downloading the .deb file of the Brackets editor and try to install it . It takes me to the Ubuntu Software Centre, to install the file. After the installation completes it shows the 'Install' button, instead of showing the 'Launch' and 'Remove' button. This happens every time i try to install a '.deb' file.
I'm running the latest Ubuntu 18.04.1 LTS update.
18.04 software-installation deb
add a comment |
After downloading the .deb file of the Brackets editor and try to install it . It takes me to the Ubuntu Software Centre, to install the file. After the installation completes it shows the 'Install' button, instead of showing the 'Launch' and 'Remove' button. This happens every time i try to install a '.deb' file.
I'm running the latest Ubuntu 18.04.1 LTS update.
18.04 software-installation deb
1
Try to install from command line usingdpkg -i file.deb.
– P_Yadav
Jan 13 at 15:04
3
Possible duplicate of How do I install a .deb file via the command line?
– N0rbert
Jan 13 at 15:04
Did you double click on it or you used the don't install command.
– George Udosen
Jan 13 at 15:04
install gdebi and associate it with deb files
– cipricus
Jan 13 at 15:06
Try installing the pakcage using the command line: sudo dpkg -i <debfile>, This will eventually provide error messages that hint on what might be wrong.
– vanadium
Jan 13 at 17:34
add a comment |
After downloading the .deb file of the Brackets editor and try to install it . It takes me to the Ubuntu Software Centre, to install the file. After the installation completes it shows the 'Install' button, instead of showing the 'Launch' and 'Remove' button. This happens every time i try to install a '.deb' file.
I'm running the latest Ubuntu 18.04.1 LTS update.
18.04 software-installation deb
After downloading the .deb file of the Brackets editor and try to install it . It takes me to the Ubuntu Software Centre, to install the file. After the installation completes it shows the 'Install' button, instead of showing the 'Launch' and 'Remove' button. This happens every time i try to install a '.deb' file.
I'm running the latest Ubuntu 18.04.1 LTS update.
18.04 software-installation deb
18.04 software-installation deb
asked Jan 13 at 15:02
geeky_sohamgeeky_soham
173
173
1
Try to install from command line usingdpkg -i file.deb.
– P_Yadav
Jan 13 at 15:04
3
Possible duplicate of How do I install a .deb file via the command line?
– N0rbert
Jan 13 at 15:04
Did you double click on it or you used the don't install command.
– George Udosen
Jan 13 at 15:04
install gdebi and associate it with deb files
– cipricus
Jan 13 at 15:06
Try installing the pakcage using the command line: sudo dpkg -i <debfile>, This will eventually provide error messages that hint on what might be wrong.
– vanadium
Jan 13 at 17:34
add a comment |
1
Try to install from command line usingdpkg -i file.deb.
– P_Yadav
Jan 13 at 15:04
3
Possible duplicate of How do I install a .deb file via the command line?
– N0rbert
Jan 13 at 15:04
Did you double click on it or you used the don't install command.
– George Udosen
Jan 13 at 15:04
install gdebi and associate it with deb files
– cipricus
Jan 13 at 15:06
Try installing the pakcage using the command line: sudo dpkg -i <debfile>, This will eventually provide error messages that hint on what might be wrong.
– vanadium
Jan 13 at 17:34
1
1
Try to install from command line using
dpkg -i file.deb.– P_Yadav
Jan 13 at 15:04
Try to install from command line using
dpkg -i file.deb.– P_Yadav
Jan 13 at 15:04
3
3
Possible duplicate of How do I install a .deb file via the command line?
– N0rbert
Jan 13 at 15:04
Possible duplicate of How do I install a .deb file via the command line?
– N0rbert
Jan 13 at 15:04
Did you double click on it or you used the don't install command.
– George Udosen
Jan 13 at 15:04
Did you double click on it or you used the don't install command.
– George Udosen
Jan 13 at 15:04
install gdebi and associate it with deb files
– cipricus
Jan 13 at 15:06
install gdebi and associate it with deb files
– cipricus
Jan 13 at 15:06
Try installing the pakcage using the command line: sudo dpkg -i <debfile>, This will eventually provide error messages that hint on what might be wrong.
– vanadium
Jan 13 at 17:34
Try installing the pakcage using the command line: sudo dpkg -i <debfile>, This will eventually provide error messages that hint on what might be wrong.
– vanadium
Jan 13 at 17:34
add a comment |
1 Answer
1
active
oldest
votes
Gdebi is the best gui tool out there.
sudo apt install gdebi
I don't use Gdebi wright now because I'm in Kubuntu and avoid gtk apps. What I do is use the file ~/.local/share/applications/install_deb_term.desktop with the lines
[Desktop Entry]
Name=Install in terminal with apt
Comment=Install deb files in terminal with apt
Exec=sudo apt install %f
Icon=gdebi
Terminal=true
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Settings;HardwareSettings;X-GNOME-Settings-Panel;System;
then select the deb file, "Open with" and select "Install in terminal"...
The desktop file I use is a bit different, more kde-specific. I useTerminal=falseandExec=konsole --hold -e sudo apt install %fto keep the terminal open after finish. In gnome-terminal you need a new profile set to keep window open and the lineExec=gnome-terminal --window-with-profile=PROFILENAME -e 'sudo apt install %f'.
– cipricus
Jan 13 at 15:59
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2faskubuntu.com%2fquestions%2f1109391%2fubuntu-deb-file-installation-problem%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Gdebi is the best gui tool out there.
sudo apt install gdebi
I don't use Gdebi wright now because I'm in Kubuntu and avoid gtk apps. What I do is use the file ~/.local/share/applications/install_deb_term.desktop with the lines
[Desktop Entry]
Name=Install in terminal with apt
Comment=Install deb files in terminal with apt
Exec=sudo apt install %f
Icon=gdebi
Terminal=true
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Settings;HardwareSettings;X-GNOME-Settings-Panel;System;
then select the deb file, "Open with" and select "Install in terminal"...
The desktop file I use is a bit different, more kde-specific. I useTerminal=falseandExec=konsole --hold -e sudo apt install %fto keep the terminal open after finish. In gnome-terminal you need a new profile set to keep window open and the lineExec=gnome-terminal --window-with-profile=PROFILENAME -e 'sudo apt install %f'.
– cipricus
Jan 13 at 15:59
add a comment |
Gdebi is the best gui tool out there.
sudo apt install gdebi
I don't use Gdebi wright now because I'm in Kubuntu and avoid gtk apps. What I do is use the file ~/.local/share/applications/install_deb_term.desktop with the lines
[Desktop Entry]
Name=Install in terminal with apt
Comment=Install deb files in terminal with apt
Exec=sudo apt install %f
Icon=gdebi
Terminal=true
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Settings;HardwareSettings;X-GNOME-Settings-Panel;System;
then select the deb file, "Open with" and select "Install in terminal"...
The desktop file I use is a bit different, more kde-specific. I useTerminal=falseandExec=konsole --hold -e sudo apt install %fto keep the terminal open after finish. In gnome-terminal you need a new profile set to keep window open and the lineExec=gnome-terminal --window-with-profile=PROFILENAME -e 'sudo apt install %f'.
– cipricus
Jan 13 at 15:59
add a comment |
Gdebi is the best gui tool out there.
sudo apt install gdebi
I don't use Gdebi wright now because I'm in Kubuntu and avoid gtk apps. What I do is use the file ~/.local/share/applications/install_deb_term.desktop with the lines
[Desktop Entry]
Name=Install in terminal with apt
Comment=Install deb files in terminal with apt
Exec=sudo apt install %f
Icon=gdebi
Terminal=true
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Settings;HardwareSettings;X-GNOME-Settings-Panel;System;
then select the deb file, "Open with" and select "Install in terminal"...
Gdebi is the best gui tool out there.
sudo apt install gdebi
I don't use Gdebi wright now because I'm in Kubuntu and avoid gtk apps. What I do is use the file ~/.local/share/applications/install_deb_term.desktop with the lines
[Desktop Entry]
Name=Install in terminal with apt
Comment=Install deb files in terminal with apt
Exec=sudo apt install %f
Icon=gdebi
Terminal=true
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Settings;HardwareSettings;X-GNOME-Settings-Panel;System;
then select the deb file, "Open with" and select "Install in terminal"...
answered Jan 13 at 15:15
cipricuscipricus
10.2k47172342
10.2k47172342
The desktop file I use is a bit different, more kde-specific. I useTerminal=falseandExec=konsole --hold -e sudo apt install %fto keep the terminal open after finish. In gnome-terminal you need a new profile set to keep window open and the lineExec=gnome-terminal --window-with-profile=PROFILENAME -e 'sudo apt install %f'.
– cipricus
Jan 13 at 15:59
add a comment |
The desktop file I use is a bit different, more kde-specific. I useTerminal=falseandExec=konsole --hold -e sudo apt install %fto keep the terminal open after finish. In gnome-terminal you need a new profile set to keep window open and the lineExec=gnome-terminal --window-with-profile=PROFILENAME -e 'sudo apt install %f'.
– cipricus
Jan 13 at 15:59
The desktop file I use is a bit different, more kde-specific. I use
Terminal=false and Exec=konsole --hold -e sudo apt install %f to keep the terminal open after finish. In gnome-terminal you need a new profile set to keep window open and the line Exec=gnome-terminal --window-with-profile=PROFILENAME -e 'sudo apt install %f'.– cipricus
Jan 13 at 15:59
The desktop file I use is a bit different, more kde-specific. I use
Terminal=false and Exec=konsole --hold -e sudo apt install %f to keep the terminal open after finish. In gnome-terminal you need a new profile set to keep window open and the line Exec=gnome-terminal --window-with-profile=PROFILENAME -e 'sudo apt install %f'.– cipricus
Jan 13 at 15:59
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1109391%2fubuntu-deb-file-installation-problem%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 to install from command line using
dpkg -i file.deb.– P_Yadav
Jan 13 at 15:04
3
Possible duplicate of How do I install a .deb file via the command line?
– N0rbert
Jan 13 at 15:04
Did you double click on it or you used the don't install command.
– George Udosen
Jan 13 at 15:04
install gdebi and associate it with deb files
– cipricus
Jan 13 at 15:06
Try installing the pakcage using the command line: sudo dpkg -i <debfile>, This will eventually provide error messages that hint on what might be wrong.
– vanadium
Jan 13 at 17:34