Questions tagged [software-installation]
Installing software on a running system, either as binaries or from source.
11,798
questions
1468
votes
12
answers
4.5m
views
How do I install a .deb file via the command line?
How do I install a .deb file via the command line?
692
votes
14
answers
5.4m
views
How do I install a .tar.gz (or .tar.bz2) file?
I have downloaded tar.gz files. But I don't know how to install it. How do I install this kind of file?
669
votes
14
answers
1.5m
views
How do I resolve unmet dependencies after adding a PPA?
Occasionally, when I'm installing stuff, I get an error like the following:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the ...
600
votes
7
answers
3.9m
views
How to install Google Chrome
How do you install Google Chrome on Ubuntu?
577
votes
28
answers
923k
views
How can I install Sun/Oracle's proprietary Java JDK 6/7/8 or JRE?
I want to install Oracle's JRE and to update to the latest version with the Software Updater when they released. Is there a Ubuntu package that is provided by Canonical or Oracle?
Before release Java ...
519
votes
2
answers
1.4m
views
How to install specific version of some package? [duplicate]
My questions are divided into two parts:
How to know the version of installed package?
How to install a specific package version?
482
votes
13
answers
1.5m
views
How do I install Sublime Text 2/3?
I installed Sublime Text 2 on 12.04 as per this tutorial.
However I don't have adequate permissions when launching the program from the Unity launcher. For example I cannot install packages, or if I ...
451
votes
9
answers
1.2m
views
How do I install Python 3.6 using apt-get?
I've tried the normal way, sudo apt-get install python3.6, but... well... that didn't work.
So, how would I go about it? (I'd preferably not build it on my own)
I'm using Ubuntu 16.04.
406
votes
43
answers
1.9m
views
Installing Broadcom Wireless Drivers
I'm having serious problems installing the Broadcom drivers for Ubuntu. It worked perfectly on my previous version, but now, it is impossible.
What are the steps to install Broadcom wireless drivers ...
405
votes
5
answers
345k
views
How can I accept the Microsoft EULA agreement for ttf-mscorefonts-installer?
After a recent update, ttf-mscorefonts-installer prompted me to accept its license agreement.
┌─────────────────┤ Configuring ttf-mscorefonts-installer ├─────────────────┐
│ ...
312
votes
11
answers
1.8m
views
How can I uninstall software?
Seeing there are various ways to install on Ubuntu. What are the various ways to uninstall items?
Which ways always work? How can I be sure something was uninstalled?
305
votes
10
answers
488k
views
Is FFmpeg missing from the official repositories in 14.04?
I tried to install ffmpeg in trusty/Ubuntu 14.04 and got the following message:
$sudo apt-get install ffmpeg
Reading package lists... Done
Building dependency tree
Reading state information......
290
votes
7
answers
1.8m
views
How do I install .run files?
My PC has both Ubuntu and Windows 7 installed. I have installed all my drivers in Windows like Nvidia graphics, motherboard etc. Shall I install them in Ubuntu too?
I looked on the web for my Nvidia ...
284
votes
10
answers
1.2m
views
How can you completely remove a package?
I am trying to do a clean install of the octave3.2 package.
To do this, I removed it, then tried to reinstall it.
When I reinstalled, an error occurred. It could be a bug in the package, but I ...
284
votes
3
answers
566k
views
What is the Difference Between `apt-get purge` and `apt-get remove`?
Is there any difference between
sudo apt-get purge <package-name>
and
sudo apt-get remove <package-name>
?
I often see people recommend one or the other.
In other words, what ...
279
votes
6
answers
200k
views
When installing user applications, where do "best practices" suggest they be located?
Occasionally I install applications manually, rather than using apt or another package manager.
What location (/usr/, /usr/local/, /opt/, /home/, etc.) is suggested by "best practices" for the ...
278
votes
3
answers
507k
views
Error sudo: add-apt-repository: command not found
I’m running Ubuntu 14.04. When I run:
sudo add-apt-repository ppa:ubuntu-wine/ppa
I get the following error:
sudo: add-apt-repository: command not found
I tried to run
sudo apt-get install ...
278
votes
12
answers
284k
views
How to add "Open terminal here" to Nautilus' context menu?
I am working on Ubuntu 12.04 64bit.
I want to add "Open terminal here" to Nautilus context or right-click menu but it tries to download 32bit version from Internet.
268
votes
13
answers
786k
views
How do I install the latest version of cmake from the command line?
I am trying to install latest cmake in my linux box and I am always getting the below exception -
userName@phx5qa01c-4e23:~/build$ wget http://www.cmake.org/files/v2.8/cmake-2.8.11.tar.gz
--2013-10-...
258
votes
9
answers
1.1m
views
How do I uninstall MySQL?
I installed MySQL using sudo apt-get. Now I need to remove it from my system.
How can I do that?
245
votes
12
answers
643k
views
How to uninstall LibreOffice?
Which package should I remove to completely remove libreoffice? I have no need for office tools.
That's the one gripe I have with package managers like apt, there's no simple way to perform the ...
238
votes
11
answers
624k
views
How do I install a different Python version using apt-get?
How can I install a different version of Python using apt-get?
Obviously I realise I can install using the source tar ball, however I would prefer not to install from source and instead use the ...
231
votes
19
answers
461k
views
How to install the latest versions of NodeJS and NPM?
I noticed over at the https://nodejs.org/ website that node is currently at v 0.12.0.
Can someone let me know how to install the latest version of node together with npm (terminal commands please)?
224
votes
6
answers
470k
views
Installed Teamviewer using a 64-bit system, but I get a dependency error
I was trying to install Teamviewer, but I was getting a dependency error. I tried to install the required packages, but with no luck.
I'm getting this error:
Unpacking teamviewer (from ...
221
votes
4
answers
401k
views
How can I install a package without root access?
I have no root access on this machine.
I would like to know if there is a way I can download Ubuntu packages and install them as non-root?
Probably in my ~/bin or ~/usr/share or something like that? ...
211
votes
10
answers
362k
views
If I build a package from source how can I uninstall or remove completely?
I used source code to build one package such as below:
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib --with-package-name="Myplugin" --with-package-origin="...
208
votes
19
answers
519k
views
How to install Eclipse?
I want to install the latest version of Eclipse but the Ubuntu Software Centre contains an older version.
Is there a PPA or some other way to install latest Eclipse?
Please describe the steps for ...
207
votes
1
answer
613k
views
How to install Oracle Java on Ubuntu 14.04? [duplicate]
I am using Ubuntu 14.04.1 LTS, x64 architecture, and I specifically need to install Oracle Java. Now I know there are some instructions on the website which I follow but the same website does not ...
205
votes
7
answers
1.8m
views
How to install Chrome browser properly via command line?
I am trying to install chrome browser via command line. I tried this:
$ apt-cache search chrome browser
The results show that the proper term is "chrome-browser," so I tried that:
$ sudo apt-get ...
205
votes
3
answers
544k
views
How to install and configure Wine?
I am looking for a step by step instruction to guide me in the ways of installing, configuring and debugging many of the issues new users have when dealing with Wine in Ubuntu.
What is the ...
204
votes
9
answers
1.0m
views
How to completely uninstall Java?
How can I completely remove all traces of Java on my system?
I already know how to install it in case I need it again.
204
votes
6
answers
261k
views
dpkg error: "trying to overwrite file, which is also in..."
For example:
$ sudo apt-get install curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The ...
198
votes
4
answers
560k
views
Uninstall a program installed with Wine
I am using Ubuntu 11.10. By using wine software i installed some software like nimbuzz and ibibo messenger. Both the programs are not working and showing the bug as We're sorry, but an unknown error ...
192
votes
16
answers
333k
views
How do I install the latest version of node.js?
How do I install the latest node.js on Ubuntu? I've been looking around, and I can't find anything. Is there a Ubuntu package for node.js, or do I have to compile it myself?
191
votes
8
answers
849k
views
How to set default Java version?
I followed all the instructions stated at this question, but am encountering some problems with the last part of it.
I actually have version 6.22 of java and would like to update to version 6.30.
So ...
189
votes
6
answers
810k
views
How do I install the latest Python 2.7.X or 3.X on Ubuntu?
I want to install the latest Python tarball on Ubuntu, downloaded from http://python.org/download/.
Is this is a correct way to install?
./configure
make
make install
If not, how do I do that?
188
votes
5
answers
247k
views
How can I install and use powerline plugin?
Powerline is a plug-in to display informational and beautiful statusline for vim, tmux and shell prompt for bash, zsh.
Vim statusline:
How can I install and setup Powerline for different ...
186
votes
15
answers
480k
views
How do I install Java?
How do I install Java, including in my browser, so websites with Java work?
185
votes
17
answers
902k
views
How to install NVIDIA.run?
I have a Nvidia Ge force Ge6150 SE graphics card. I am running ubuntu 12.04. When I try to install the .run file it fails. It shows the message like this:
I tried to install it after uninstalling ...
179
votes
5
answers
439k
views
How do I use the latest GCC on Ubuntu?
I want to compile my program with the latest version of gcc.
Ubuntu 14.04 comes with gcc 4.8.2, however there's 4.9.0 available, moreover, I see that it is available as a package: gcc-4.9. I tried to ...
178
votes
12
answers
537k
views
How do I install Visual Studio Code?
I just downloaded VSCode-linux-x64 from the Microsoft website. It's a 62 MB zip file. How can I install it on my Ubuntu system?
176
votes
4
answers
50k
views
Can I see why a package is installed?
For a specific package, can I find out why it is installed?
So, can I see or it's manually installed, or that it is installed as a dependency of another package? Or that it is installed as part of ...
174
votes
5
answers
333k
views
How to remove snap from Ubuntu?
How do I remove snap? apt pretends it's not there, but I can still call commands with it.
Trying to remove it says read only file system
# apt remove snap
Reading package lists... Done
Building ...
171
votes
18
answers
117k
views
How can I install pdftk in Ubuntu 18.04 and later?
Is there any chance of getting pdftk working in Ubuntu 18.04?
I need this for creating PDF files with a watermark in shell.
Or, does anybody know a working alternative to pdftk to generate a PDF ...
170
votes
3
answers
371k
views
Where to install programs? [duplicate]
Possible Duplicate:
What is the best place to install user apps?
I've downloaded a .tar.gz and ran sudo sh install.sh. It's asking me where to install the program to. I don't want it cluttering ...
168
votes
12
answers
373k
views
How do I install and use the latest version of GNOME?
I followed the instructions for compiling GNOME Shell and it did compile with a few errors here and there but it didn't run. I installed GNOME Shell using sudo apt-get install gnome-shell but I got ...
167
votes
6
answers
405k
views
Unable to install "<PACKAGE>": snap "<PACKAGE>" has "install-snap" change in progress
I just finished the installation of the Ubuntu 18.04, but whenever I try to install any application from Ubuntu Software the same error occurs (for example "vlc"):
unable to install "vlc": snap "...
167
votes
2
answers
492k
views
How to install .bundle packages in Ubuntu?
I've recently downloaded a package with .bundle extension. it's VMware-Player-6.0.3-1895310.x86_64.bundle. I want to install vmware-player, but when I open that, it opens with text editor.
166
votes
5
answers
540k
views
What is the correct way to install proprietary ATI Catalyst Video Drivers (fglrx) directly from AMD?
I am planning on doing a fresh install of Ubuntu and want to know what is the correct way to install ATI Catalyst Video Driver?
There are multiple valid answers for this question spanning over ...