Unable to install .deb applications with ubuntu software [duplicate]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite













This question already has an answer here:



  • Unable to get Atom text editor from the Software Center

    2 answers



I'm new to Ubuntu Environment. I'm using Ubuntu 16.04.3 LTS. I'm learning Web Development my own. I heard some good words about using Linux for Web Dev. So I just dual boot my Windows laptop with Ubuntu. After installation and software update. I visit atom.io to install Atom Text Editor. I downloaded the .deb file. I clicked on it and it took me to Ubuntu Software. I clicked on Install button but nothing happened.
I also tried to install with terminal and got this.










share|improve this question















marked as duplicate by user535733, David Foerster, karel, Eric Carvalho, muru Mar 2 at 1:15


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • Sudo apt-get install gdebi Ref launchpad.net/gdebi
    – EODCraft Staff
    Feb 28 at 10:23







  • 3




    Also what you posted is not an error, you are just adding a repository.
    – EODCraft Staff
    Feb 28 at 10:28










  • But I didn't get the reason why I wasn't able to install by ubuntu software.
    – Abhijeet Saha
    Feb 28 at 14:35














up vote
0
down vote

favorite













This question already has an answer here:



  • Unable to get Atom text editor from the Software Center

    2 answers



I'm new to Ubuntu Environment. I'm using Ubuntu 16.04.3 LTS. I'm learning Web Development my own. I heard some good words about using Linux for Web Dev. So I just dual boot my Windows laptop with Ubuntu. After installation and software update. I visit atom.io to install Atom Text Editor. I downloaded the .deb file. I clicked on it and it took me to Ubuntu Software. I clicked on Install button but nothing happened.
I also tried to install with terminal and got this.










share|improve this question















marked as duplicate by user535733, David Foerster, karel, Eric Carvalho, muru Mar 2 at 1:15


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • Sudo apt-get install gdebi Ref launchpad.net/gdebi
    – EODCraft Staff
    Feb 28 at 10:23







  • 3




    Also what you posted is not an error, you are just adding a repository.
    – EODCraft Staff
    Feb 28 at 10:28










  • But I didn't get the reason why I wasn't able to install by ubuntu software.
    – Abhijeet Saha
    Feb 28 at 14:35












up vote
0
down vote

favorite









up vote
0
down vote

favorite












This question already has an answer here:



  • Unable to get Atom text editor from the Software Center

    2 answers



I'm new to Ubuntu Environment. I'm using Ubuntu 16.04.3 LTS. I'm learning Web Development my own. I heard some good words about using Linux for Web Dev. So I just dual boot my Windows laptop with Ubuntu. After installation and software update. I visit atom.io to install Atom Text Editor. I downloaded the .deb file. I clicked on it and it took me to Ubuntu Software. I clicked on Install button but nothing happened.
I also tried to install with terminal and got this.










share|improve this question
















This question already has an answer here:



  • Unable to get Atom text editor from the Software Center

    2 answers



I'm new to Ubuntu Environment. I'm using Ubuntu 16.04.3 LTS. I'm learning Web Development my own. I heard some good words about using Linux for Web Dev. So I just dual boot my Windows laptop with Ubuntu. After installation and software update. I visit atom.io to install Atom Text Editor. I downloaded the .deb file. I clicked on it and it took me to Ubuntu Software. I clicked on Install button but nothing happened.
I also tried to install with terminal and got this.





This question already has an answer here:



  • Unable to get Atom text editor from the Software Center

    2 answers







16.04 software-center atom gdebi






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 1 at 16:03

























asked Feb 28 at 10:12









Abhijeet Saha

92




92




marked as duplicate by user535733, David Foerster, karel, Eric Carvalho, muru Mar 2 at 1:15


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






marked as duplicate by user535733, David Foerster, karel, Eric Carvalho, muru Mar 2 at 1:15


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.













  • Sudo apt-get install gdebi Ref launchpad.net/gdebi
    – EODCraft Staff
    Feb 28 at 10:23







  • 3




    Also what you posted is not an error, you are just adding a repository.
    – EODCraft Staff
    Feb 28 at 10:28










  • But I didn't get the reason why I wasn't able to install by ubuntu software.
    – Abhijeet Saha
    Feb 28 at 14:35
















  • Sudo apt-get install gdebi Ref launchpad.net/gdebi
    – EODCraft Staff
    Feb 28 at 10:23







  • 3




    Also what you posted is not an error, you are just adding a repository.
    – EODCraft Staff
    Feb 28 at 10:28










  • But I didn't get the reason why I wasn't able to install by ubuntu software.
    – Abhijeet Saha
    Feb 28 at 14:35















Sudo apt-get install gdebi Ref launchpad.net/gdebi
– EODCraft Staff
Feb 28 at 10:23





Sudo apt-get install gdebi Ref launchpad.net/gdebi
– EODCraft Staff
Feb 28 at 10:23





3




3




Also what you posted is not an error, you are just adding a repository.
– EODCraft Staff
Feb 28 at 10:28




Also what you posted is not an error, you are just adding a repository.
– EODCraft Staff
Feb 28 at 10:28












But I didn't get the reason why I wasn't able to install by ubuntu software.
– Abhijeet Saha
Feb 28 at 14:35




But I didn't get the reason why I wasn't able to install by ubuntu software.
– Abhijeet Saha
Feb 28 at 14:35










2 Answers
2






active

oldest

votes

















up vote
0
down vote













You can try doing it via the commandline with the following command:



sudo dpkg -i <name of package>.deb





share|improve this answer




















  • To name is enough or should I specify the path of it?
    – Abhijeet Saha
    Feb 28 at 10:23










  • I got this - prntscr.com/iktt5p
    – Abhijeet Saha
    Feb 28 at 10:27










  • Maybe you have to go to the downloads folder? cd Downloads
    – user3430996
    Feb 28 at 10:30










  • This happened - prntscr.com/iku82q
    – Abhijeet Saha
    Feb 28 at 10:57










  • That looks like it worked.
    – user3430996
    Feb 28 at 11:18

















up vote
0
down vote













you can install any deb package by



sudo dpkg -i DEB_PACKAGE ,



if there is dependency problem you can solve it



sudo apt-get -f install



you can remove a package by



sudo dpkg -r PACKAGE_NAME






share|improve this answer






















  • Jino Pl : »» you can install any deb package by sudo dpkg -i DEB_PACKAGE «« → Not if it has depencencies ! ... These commands will also install dependencies : sudo gdebi ./package.deb ... and sudo apt install ./package.deb
    – Knud Larsen
    Feb 28 at 14:22










  • @KnudLarsen yah i understand , thanks
    – Jino Pl
    Mar 1 at 3:17

















2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













You can try doing it via the commandline with the following command:



sudo dpkg -i <name of package>.deb





share|improve this answer




















  • To name is enough or should I specify the path of it?
    – Abhijeet Saha
    Feb 28 at 10:23










  • I got this - prntscr.com/iktt5p
    – Abhijeet Saha
    Feb 28 at 10:27










  • Maybe you have to go to the downloads folder? cd Downloads
    – user3430996
    Feb 28 at 10:30










  • This happened - prntscr.com/iku82q
    – Abhijeet Saha
    Feb 28 at 10:57










  • That looks like it worked.
    – user3430996
    Feb 28 at 11:18














up vote
0
down vote













You can try doing it via the commandline with the following command:



sudo dpkg -i <name of package>.deb





share|improve this answer




















  • To name is enough or should I specify the path of it?
    – Abhijeet Saha
    Feb 28 at 10:23










  • I got this - prntscr.com/iktt5p
    – Abhijeet Saha
    Feb 28 at 10:27










  • Maybe you have to go to the downloads folder? cd Downloads
    – user3430996
    Feb 28 at 10:30










  • This happened - prntscr.com/iku82q
    – Abhijeet Saha
    Feb 28 at 10:57










  • That looks like it worked.
    – user3430996
    Feb 28 at 11:18












up vote
0
down vote










up vote
0
down vote









You can try doing it via the commandline with the following command:



sudo dpkg -i <name of package>.deb





share|improve this answer












You can try doing it via the commandline with the following command:



sudo dpkg -i <name of package>.deb






share|improve this answer












share|improve this answer



share|improve this answer










answered Feb 28 at 10:17









user3430996

728




728











  • To name is enough or should I specify the path of it?
    – Abhijeet Saha
    Feb 28 at 10:23










  • I got this - prntscr.com/iktt5p
    – Abhijeet Saha
    Feb 28 at 10:27










  • Maybe you have to go to the downloads folder? cd Downloads
    – user3430996
    Feb 28 at 10:30










  • This happened - prntscr.com/iku82q
    – Abhijeet Saha
    Feb 28 at 10:57










  • That looks like it worked.
    – user3430996
    Feb 28 at 11:18
















  • To name is enough or should I specify the path of it?
    – Abhijeet Saha
    Feb 28 at 10:23










  • I got this - prntscr.com/iktt5p
    – Abhijeet Saha
    Feb 28 at 10:27










  • Maybe you have to go to the downloads folder? cd Downloads
    – user3430996
    Feb 28 at 10:30










  • This happened - prntscr.com/iku82q
    – Abhijeet Saha
    Feb 28 at 10:57










  • That looks like it worked.
    – user3430996
    Feb 28 at 11:18















To name is enough or should I specify the path of it?
– Abhijeet Saha
Feb 28 at 10:23




To name is enough or should I specify the path of it?
– Abhijeet Saha
Feb 28 at 10:23












I got this - prntscr.com/iktt5p
– Abhijeet Saha
Feb 28 at 10:27




I got this - prntscr.com/iktt5p
– Abhijeet Saha
Feb 28 at 10:27












Maybe you have to go to the downloads folder? cd Downloads
– user3430996
Feb 28 at 10:30




Maybe you have to go to the downloads folder? cd Downloads
– user3430996
Feb 28 at 10:30












This happened - prntscr.com/iku82q
– Abhijeet Saha
Feb 28 at 10:57




This happened - prntscr.com/iku82q
– Abhijeet Saha
Feb 28 at 10:57












That looks like it worked.
– user3430996
Feb 28 at 11:18




That looks like it worked.
– user3430996
Feb 28 at 11:18












up vote
0
down vote













you can install any deb package by



sudo dpkg -i DEB_PACKAGE ,



if there is dependency problem you can solve it



sudo apt-get -f install



you can remove a package by



sudo dpkg -r PACKAGE_NAME






share|improve this answer






















  • Jino Pl : »» you can install any deb package by sudo dpkg -i DEB_PACKAGE «« → Not if it has depencencies ! ... These commands will also install dependencies : sudo gdebi ./package.deb ... and sudo apt install ./package.deb
    – Knud Larsen
    Feb 28 at 14:22










  • @KnudLarsen yah i understand , thanks
    – Jino Pl
    Mar 1 at 3:17














up vote
0
down vote













you can install any deb package by



sudo dpkg -i DEB_PACKAGE ,



if there is dependency problem you can solve it



sudo apt-get -f install



you can remove a package by



sudo dpkg -r PACKAGE_NAME






share|improve this answer






















  • Jino Pl : »» you can install any deb package by sudo dpkg -i DEB_PACKAGE «« → Not if it has depencencies ! ... These commands will also install dependencies : sudo gdebi ./package.deb ... and sudo apt install ./package.deb
    – Knud Larsen
    Feb 28 at 14:22










  • @KnudLarsen yah i understand , thanks
    – Jino Pl
    Mar 1 at 3:17












up vote
0
down vote










up vote
0
down vote









you can install any deb package by



sudo dpkg -i DEB_PACKAGE ,



if there is dependency problem you can solve it



sudo apt-get -f install



you can remove a package by



sudo dpkg -r PACKAGE_NAME






share|improve this answer














you can install any deb package by



sudo dpkg -i DEB_PACKAGE ,



if there is dependency problem you can solve it



sudo apt-get -f install



you can remove a package by



sudo dpkg -r PACKAGE_NAME







share|improve this answer














share|improve this answer



share|improve this answer








edited Mar 1 at 3:16

























answered Feb 28 at 10:15









Jino Pl

394




394











  • Jino Pl : »» you can install any deb package by sudo dpkg -i DEB_PACKAGE «« → Not if it has depencencies ! ... These commands will also install dependencies : sudo gdebi ./package.deb ... and sudo apt install ./package.deb
    – Knud Larsen
    Feb 28 at 14:22










  • @KnudLarsen yah i understand , thanks
    – Jino Pl
    Mar 1 at 3:17
















  • Jino Pl : »» you can install any deb package by sudo dpkg -i DEB_PACKAGE «« → Not if it has depencencies ! ... These commands will also install dependencies : sudo gdebi ./package.deb ... and sudo apt install ./package.deb
    – Knud Larsen
    Feb 28 at 14:22










  • @KnudLarsen yah i understand , thanks
    – Jino Pl
    Mar 1 at 3:17















Jino Pl : »» you can install any deb package by sudo dpkg -i DEB_PACKAGE «« → Not if it has depencencies ! ... These commands will also install dependencies : sudo gdebi ./package.deb ... and sudo apt install ./package.deb
– Knud Larsen
Feb 28 at 14:22




Jino Pl : »» you can install any deb package by sudo dpkg -i DEB_PACKAGE «« → Not if it has depencencies ! ... These commands will also install dependencies : sudo gdebi ./package.deb ... and sudo apt install ./package.deb
– Knud Larsen
Feb 28 at 14:22












@KnudLarsen yah i understand , thanks
– Jino Pl
Mar 1 at 3:17




@KnudLarsen yah i understand , thanks
– Jino Pl
Mar 1 at 3:17


Popular posts from this blog

Trouble downloading packages list due to a “Hash sum mismatch” error

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

How do I move numbers in filenames, in a batch renaming operation?