I want to get information on what are different methods to install softwares/applications in Ubuntu (14.04)?
Example like :
- Install by
apt-get
- Install from package-source or build-dependencies
- Compile from source
- Using binary package
- Install downloaded debs by
dpkg
etc from my knowledge but Give right & appropriate different methods.
So, It can be knowledge base for new users to aware from different method and when to use which?
I am talking about different command-line methods rather than GUI or software-center because of knowledge-base and package-management.