How to download, extract and execute your downloaded programs?
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
There I disagree. I would much rather build an application from scratch than add whole repositories permanently. They may be entirely trustworthy in the sense of not containing any malware but still contain libraries that are incompatible with your system. Then, some way down the line, your package manager could fail in subtle ways.
I agree that downloading and installing binary blobs is daft and not the Linux way, but getting source from an official project website and building it locally is usually safe provided you know enough about the process to read and understand the installation docs which are included. I don't think this OP does as yet.
you do not add an entire repo onto your system, that is why it is hooked up to the internet. you just download all of the dependence and that app itself. I do not worry about Virus as such because that is silly to an extent when dealing with Linux.
the repo makes it easier to install, and maintain your version updates, but Debian and such are not bleeding edge so updated versions are far and few between.
http://arstechnica.com/security/2016...-used-in-2013/
published today Nov 30, 2016 1:50 am UTC
and says in part "There's a zero-day exploit in the wild that's being used to execute malicious code on the computers of people using Tor and possibly other users of the Firefox browser, officials of the anonymity service confirmed Tuesday."
For a one-off, sure, but get in the habit of going outside the repos and you can very quickly lock your system into a set of library and program versions that make it difficult, if not impossible to keep everything updated as time marches on. Not to mention the risk of accidentally installing a different version of a critical built-in program in the default location in order to satisfy a dependency, and bricking the entire system in the process (eg: C libraries, or anything Python-related on yum-based distros).
I wouldn't normally do it for libraries, only for user-level applications. Especially with a distro like Debian which has such generous repositories. And anyone who goes outside the repository to install something as basic as python or glibc obviously doesn't know much about how Linux works.
http://arstechnica.com/security/2016...-used-in-2013/
published today Nov 30, 2016 1:50 am UTC
and says in part "There's a zero-day exploit in the wild that's being used to execute malicious code on the computers of people using Tor and possibly other users of the Firefox browser, officials of the anonymity service confirmed Tuesday."
I suggest caution.
you must have forgotten this is Linux Not Windows, read further into it.
Quote:
According to security researchers who analyzed the code, it exploits a memory corruption vulnerability that allows malicious code to be executed on computers running Windows.
was you punning on Linux-Man... (I hope he learns enough to live up to that handle.) Now to help him on his way to do just that.....
Quote:
Originally Posted by linux-man
Why is it so hard to run an exe on linux?
Quote:
Linux mainly uses the ext4 file system; the file format is completely different than the executable file system i.e. .exe file. EXE files are used in Windows OS. So, basically it is hard to use an exe file in Linux architecture. But, using different software like Wine, PlayOnLinux, etc. in your Linux operating system, one can easily install and run different favourite Windows software on Linux OS.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.