Ubuntu '.deb' file installation problem












1















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.










share|improve this question


















  • 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
















1















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.










share|improve this question


















  • 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














1












1








1


1






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.










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 13 at 15:02









geeky_sohamgeeky_soham

173




173








  • 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














  • 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








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










1 Answer
1






active

oldest

votes


















1














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"...






share|improve this answer
























  • 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













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
});


}
});














draft saved

draft discarded


















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









1














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"...






share|improve this answer
























  • 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


















1














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"...






share|improve this answer
























  • 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
















1












1








1







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"...






share|improve this answer













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"...







share|improve this answer












share|improve this answer



share|improve this answer










answered Jan 13 at 15:15









cipricuscipricus

10.2k47172342




10.2k47172342













  • 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



















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




















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Category:香港粉麵

List *all* the tuples!

Channel [V]