Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 29

Thread: Is possible use install packages from others distros ?

  1. #11
    Join Date
    Jan 2006
    Location
    Sunny Southend-on-Sea
    Beans
    8,430
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Is possible use install packages from others distros ?

    Quote Originally Posted by aug7744 View Post
    I am an advanced Windows user
    This is your fundamental problem, and is why you're struggling. And why you're trying to download random files from the Internet, and why you think you need to poke around in the filesystem.

    Many Windows users find it very uncomfortable to discover that they only know about Windows, rather than computing as a whole, and that all their instincts are wrong. All the people that have successfully switched to Linux from Windows have got over that hump, but there are plenty of people that are unable to expand their knowledge, or to understand that Linux isn't Windows. If you still expect Linux to be Windows, but not from Microsoft I can tell you right now that it isn't, and won't ever be. If you want to successfully use Linux then you need to stop doing Windows things; if you want to do Windows things you should do them on Windows.
    None but ourselves can free our minds

  2. #12
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,263
    Distro
    Ubuntu

    Re: Is possible use install packages from others distros ?

    Quote Originally Posted by TheFu View Post
    … it is really easy to find a .deb file from 10 yrs ago, download it and attempt to install it.
    That's why we avoid those old ones. Stick to reputable and well-maintained systems. If I find an app that I want, but hasn't been maintained in six months or longer, I find an alternative.
    Quote Originally Posted by TheFu View Post
    Sometimes Ubuntu is like that giggling baby…
    I love your metaphor!
    Quote Originally Posted by aug7744 View Post
    Unhappily I see that the diversification is killing the Linux…
    As @CatKiller says, you're coming from a Windows-think. In fact, the diversification is precisely what stimulates Linux. Without competition, Linux would still be a backwater specialist niche, or might have died out. Instead, it's used throughout the world, on most supercomputers, web servers, smartphones (Android runs on Linux), routers, IOT, handheld devices, Kindle, TV set-top boxes, and more. MacOS and iOS (iPHones and iPads) run on Unix, which is an older sister of Linux. Only desktops and laptops have more Windows than other operating systems.
    Quote Originally Posted by aug7744 View Post
    I had tried to known Slackware…
    For a beginner, Ubuntu (or one of the official Ubuntu flavours) is the best way to start on Linux.
    Quote Originally Posted by aug7744 View Post
    I will download Lubuntu to test and see my experience.
    Lubuntu is excellent on older systems. I have been using Lubuntu on my old machine for a long time. Windows is too slow, but Lubuntu copes OK.
    Quote Originally Posted by aug7744 View Post
    Unhappily I need some Windows softwares that not has in Linux, but if is possible WINE or other software…
    Try PlayOnLinux. It takes away a lot of the difficulty in using Wine. To install PlayOnLinux, either use your software centre or enter the following command.
    Code:
    sudo apt install playonlinux
    PlayOnLinux is also available as a flatpak, if you prefer.

    Be aware that while PlayOnLinux works well for a few Windows programs, there are usually a lot of problems. If you need Windows apps on a day-to-day basis, it might be better for you to stay with Windows and forget about Linux.
    Quote Originally Posted by aug7744 View Post
    Another detail that I see is has games, emulators and others types that not is in Linux because exactly of diversification of several distros that does more work and the programmer coder not wait it. Is much work to create and update.
    You are still thinking of Windows. To update Windows, you have to go to Windows Update. Then you have to open (say) Chrome and run its updates. And Adobe Acrobat. And… and… and…

    But, if you install apps correctly in Linux, all updates are automatic. Once you install an app, you never have to worry about updating it.

    How do you do this?
    • As far as possible, stick with Linux apps. That Windows app that you want… is there a Linux replacement? For example, if you want Photoshop, try GIMP instead. Do you want Word, Excel, PowerPoint? Try LibreOffice (Writer, Calc and Impress) instead. (GIMP and LibreOffice both work on Linux, Windows and MacOS.) And so on. Most Windows apps have a free equivalent for Linux.
    • Always install apps the Linux way. Use your package manager (that's Synaptic Package Manager on Lubuntu). Or, find the correct PPA, add it, and install from there (again, use your package manager for this). Or, use a snap or flatpak.
    • Don't use Appimage, because they don't automatically update.
    • Don't download a DEB file and install it, because it won't automatically update.

    Let's use an example: GIMP. Here are six different ways to install GIMP.
    1. Download the DEB and install it. Updates won't be automatic. Also, there are DEBs with adware or malware that you might accidentally find.
    2. Download the Appimage and run it. Updates won't be automatic.
    3. Install from your package manager. Updates are automatic. This is the easiest and most reliable way, but updates might be significantly delayed.
    4. Find the official PPA. Add the PPA and install GIMP using your package manager. It can be difficult to find the correct PPA, and you run a risk of finding a PPA with malware. But, updates are automatic.
    5. Install GIMP using snap. Updates are automatic.
    6. Install GIMP using flatpak. Updates are automatic.

    Can you start to see how Linux is very different from Windows?
    Last edited by Paddy Landau; July 19th, 2020 at 12:20 PM. Reason: Clarify
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  3. #13
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Is possible use install packages from others distros ?

    Everyone new to Linux goes through the same struggle to shift "how things work" from whatever they used previously. We all did.

    Centralized package management has been part of Debian for 22+ yrs. These packages from repos are cryptographically signed by the project team who created them. That is verified automatically for us when we use the package manager. All the bits are correct.

    Some '.deb' files will also add their PPA to the system as part of the install. I which I knew a way to tell when/if that will happen or not BEFORE doing the install. Best to just say using the official version of a package from the main Canonical repos.
    While these may not be the newest version from the project team, Canonical does backport any security fixes to all supported Ubuntu Releases, usually within 1-2 days.
    From a security standpoint, this is what we want.
    From a business standpoint, we don't want while new updates getting installed on our systems, so having the same productivity software, just patched for security or major bugs that impact millions of users is all we want. We don't want the newest version released 2 days ago by the developers, which include new bugs.

    It isn't hard to control when Ubuntu patches for APT stuff, if you don't want new software versions magically installed daily. Unfortunately, snaps don't provide a way to block their updates short of using a DNS black-hole solution. I only want new software during maintenance periods, not in the middle of my work day.

    If you want to better understand what files go where on any Linux system, there is a standard that all major Linux distros follow: https://en.wikipedia.org/wiki/Filesy...archy_Standard IMHO, it is worth a 30 second look at the table and reading the top-level directories. It will make things so much clearer than the Windows method.

    Lubuntu is more like WinXP from a GUI standpoint. But the GUI is just another program. The differences between each Ubuntu "flavor" is just that GUI, the login control screen and the default installed applications and tools. We are free to install other GUIs, other software, from anywhere in the Ubuntu family for the same release.
    It is possible to have multiple GUIs on the same system at the same time. Some of those GUIs use the same underlying GUI libraries, so the configuration DB + files might have some conflicts. The way to ensure that doesn't happen is to use different userids for each GUI while you look around at each. Linux is multi-user from the beginning. It doesn't care whether 1 person or 20,000 people use the same system. Settings are almost always stored per-userid ---- well, unless you go out of your way to have them shared, which is necessary for some process control systems in control centers around the world.

    There are lots of GUIs. People seem to love or hate the default Gnome3 system. There are other Win7-like GUIs - Mate, XFCE, KDE, Cinnamon. It really comes down to personal preference. If you want an extremely lite GUI, which provides control over everything, those are available too, but those settings are all controlled using text config files. I use one of those ... which I found in the mid-1990s and used for years. Just a few years, I decided to run it again and it has gotten the GUI out of my way to get work done.

    Whenever we use "apt" or "apt-get" in these forums, don't think that is the only way to manage software on Debian/Ubuntu systems. There are pretty GUIs and you should feel free to use whichever of these tools you like. It is fine to use one, then another, then another.

    https://www.dedoimedo.com/computers/...ows-users.html is from 2014, but still relevant for Windows user initial acclimation to Linux.

    We all started somewhere. Slackware was my 2nd Linux disto. At the time, it was considered extremely user friendly compared to others - AND it was. Things are so much better today. We have GUIs.

    We have many, many, choices that have never been available previously. Linux is all about choice, but that makes it hard for someone new without a friend to provide initial guidance and help the first few months. We all need someone to answer those thousands of questions in the beginning. Many people really new to Linux like Linux-Mint, which is separate from Canonical, but based on Ubuntu. Mint has decided against including snap support by default. Besides that, it feels like any other Ubuntu Flavor just with a slightly different GUI. In my LUG (Linux User Group), we have a few die-hard Mint fans. Mint releases are usually based on an LTS Ubuntu release. Just something to consider.

    You might find yourself asking "why" something is the way it is. Trust me, there is a reason. There is always a reason. Lots of really smart people came before us. Almost anything you can imaging needing a solution for has already been solved. It may not have been solved the way you expect or want (coming from Windows), but it was most likely solved in a highly efficient way that lends to being automated. Come at each problem seeking a solution, not the method or steps and you'll be very surprised. Logical people want solution steps to follow what they believed was the best way. When someone is new to Unix systems, that seldom turns out well. We all had to learn to think the Unix way. My short attempt at explaining the difference with a common pattern for solutions: https://blog.jdpfu.com/2012/02/15/be...t-shift-needed

    Every time I have to use Windows, I've learned to just click "next, next, next" because whenever I over think the correct answer, it doesn't work out so well. Fortunately for me now, there are only a few Windows applications that I still need to use. BTW, I was a Windows software developer for about a decade, so a little more than a power user, but not an admin. Administration on Windows is just too hard compared to Unix-like OSes. Today, I only admin about 15 systems but there was a time when I was the admin for hundreds of Unix systems, in addition to my role as a commercial software developer for Windows and about 12 Unix platforms. By far, we spent more time on a single Windows platform to get things working than on all the Unix versions. By far - perhaps 3x more effort on Windows.

    Wow, we've bounced all over the place with this thread. Good questions. Hopefully, the different answers are helpful.

  4. #14
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,263
    Distro
    Ubuntu

    Re: Is possible use install packages from others distros ?

    Quote Originally Posted by TheFu View Post
    The differences between each Ubuntu "flavor" is just that GUI…
    … and the amount of memory. After loading apps like Chrome, Ubuntu doesn't fit within my system's RAM, whereas Lubuntu does.
    Quote Originally Posted by TheFu View Post
    It is possible to have multiple GUIs on the same system at the same time. … The way to ensure that doesn't happen is to use different userids for each GUI while you look around at each.
    Man, I wish that I knew that years ago! My attempts at having multiple GUIs have never worked well.
    Quote Originally Posted by TheFu View Post
    https://www.dedoimedo.com/computers/...ows-users.html is from 2014, but still relevant for Windows user initial acclimation to Linux.
    I've not seen that page. It's pretty good, though it could do with a few updates.
    Quote Originally Posted by TheFu View Post
    Administration on Windows is just too hard compared to Unix-like OSes.
    This reminds of the pre-PC days (I'm that old). We had mainframes. The big name was IBM. It ruled the computer world, and was ridiculously complicated. A single IBM mainframe needed a team of people to keep it running. A single Burrows mainframe (one of the big competitors) needed just one person, part time. From everything that I saw, I concluded that IBM's almost-monopoly held back the computer world. When Microsoft took over from IBM, again, I concluded that Microsoft's virtual monopoly was holding back the computer world.
    Quote Originally Posted by TheFu View Post
    Wow, we've bounced all over the place with this thread. Good questions. Hopefully, the different answers are helpful.
    It's been fun! Thank you, @Agoaug7744, for your thread! I hope that you've realised that things are a lot simpler than you thought. You just need the right way of looking at things.
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  5. #15
    Join Date
    Aug 2013
    Beans
    4,941

    Re: Is possible use install packages from others distros ?

    Quote Originally Posted by aug7744 View Post
    Unhappily I see that the diversification is killing the Linux because has peoples waiting to known that system and has several distros thus being very difficult to choice and also that problem with packages.
    .
    It is very easy for beginners, just stick to one distro (Ubunu and derivatives are easy) and don't try to install packages from other distros.

  6. #16
    Join Date
    Aug 2013
    Beans
    4,941

    Re: Is possible use install packages from others distros ?

    Quote Originally Posted by Paddy Landau View Post
    I didn't know that! I've been using snaps and flatpak for only a relatively short while, and so far I've had good results. On the other hand, I've been sticking to reputable apps such as GIMP and LibreOffice. Are you able to give an example of a problematic app (for my never-ending curiosity)?

    Excellent points! I've stuck to PPAs from reputable projects, and for that reason I've hardly had problems. Even so, projects such as LibreOffice have given me the occasional problem while using their PPA, but not (so far) with its snap.
    Gimp from both snap and flatpak cannot access external plugins. Try to open a raw file. If you install a .deb you only need to install darktable (from deb) and gimp will find it, but gimp snap or flatpak throws an error. I never tried installing gimp from .deb and darktable from snap or flatpak to see if it works but doubt it (gimp doesn't work with darktable called from a wrapper script, for example)

    I have not run into dependencies problems for flatpak on an older OS (16.04), never tried snap there. But some appimages don't work because they do use external dependencies (you can extract an appimage and run the bin or the startup script in the terminal and see which libraries it tries to load and fails) Strawberry provides an appimage but can't make it work in Ubuntu 16.04, I ended up compiling, it is much easier than tinkering with the appimage, supposedly if you know the exact versions of the runtime libraries you can add those by hand and then just run the bin or the startup script, whether repackage it as an appimage or not.
    Last edited by monkeybrain20122; July 19th, 2020 at 07:08 PM.

  7. #17
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Is possible use install packages from others distros ?

    Thanks for a very interesting thread

    I will link to it in order to let more people share it.

  8. #18
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: Is possible use install packages from others distros ?

    @aug7744

    Do NOT depend on Wine to run ANYTHING of Windows. Most of the stuff in the WineHQ database is listed as running poorly or not at all.

    IF you're moving to Linux, then: MOVE TO LINUX! Stay away from Wine.

    IF you're going to rely on Wine for running Windows stuff, then stay with Windows.
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

  9. #19
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Is possible use install packages from others distros ?

    I do not agree that diversification is killing Linux. Install a distribution and then install software through the distribution's software store and very little can go wrong.

    Diversification has created the Linux many of us know and love. If we wanted to be locked in to one corporation's computer operating system we would all be using Microsoft's Windows and using only the applications provided by that corporation and we would be paying for the privilege without actually owning the operating system or applications we paid for. And I have not forgotten Apple Corporation either.

    You complain about the incompatibility between rpm and deb packaged applications but really you would like to run Windows applications in Linux without paying the Microsoft "tax." I do not fault you for that. It is the reason why I use Wine to run a Windows application that is distributed without charge and does not have a Linux equivalant.

    The idea behind Free and Open Source Software (FOSS) is to do things differently from Microsoft and not to imitate Microsoft. The Wine developers are limited in what they can achieve and it is not because they are not good at what they do but because Microsoft is not open about the way its software works.

    Regards
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  10. #20
    Join Date
    Jul 2020
    Beans
    363
    Distro
    Lubuntu 20.04 Focal Fossa

    Re: Is possible use install packages from others distros ?

    Thanks very much for all replies.
    My previous reply was edited because I had posted that is "bad an system" that freeze for more of 1 minute even having more 2 GB RAM free only using internet browse. Nothing of bad words or etc against users.

    @CatKiller
    "Many Windows users find it very uncomfortable to discover that they only know about Windows, rather than computing as a whole, and that all their instincts are wrong. All the people that have successfully switched to Linux from Windows have got over that hump, but there are plenty of people that are unable to expand their knowledge, or to understand that Linux isn't Windows. If you still expect Linux to be Windows, but not from Microsoft I can tell you right now that it isn't, and won't ever be. If you want to successfully use Linux then you need to stop doing Windows things; if you want to do Windows things you should do them on Windows."

    Yes I understand that Linux not is Windows.
    Simply I want to has all and any software packages downloaded saved in my local disk because I use an internet metered access and if not is possible to do it totally in Linux is bad detail that need to be fixed.
    I had posted in previous reply about how I never have an good experience using Windows and was removed. Never was exactly good for me.
    Peoples that say Windows is good are almost allways hardcore users that wait to buy powerful cpu and gpu to say that has an powerful machine that run high requirement software and latest games in high resolution with high details plus high frame rate being the detailt that I more see in all users that say anything "good" about Windows.
    Linux in other hand I say see users saying the is more fast and has "all" when is saying about if has or not video editing software or others software in Linux.
    The other detail is users saying about details about distro and trying help to "help" to spread Linux and new users trying to known Linux has difficulties to choice the correct distro and version doing thus much time downlading and testing distro that is the "detail" I say more ahead.
    Nothing bad or against Linux.

    @Paddy Landau
    "As @CatKiller says, you're coming from a Windows-think. In fact, the diversification is precisely what stimulates Linux. Without competition, Linux would still be a backwater specialist niche, or might have died out. Instead, it's used throughout the world, on most supercomputers, web servers, smartphones (Android runs on Linux), routers, IOT, handheld devices, Kindle, TV set-top boxes, and more. MacOS and iOS (iPHones and iPads) run on Unix, which is an older sister of Linux. Only desktops and laptops have more Windows than other operating systems."

    Yes stimulate to use Linux, but all diversification if in extreme number create problems.

    "Lubuntu is excellent on older systems. I have been using Lubuntu on my old machine for a long time. Windows is too slow, but Lubuntu copes OK."
    My fisrt experience is that is really fast how you is saying.

    "Try PlayOnLinux. It takes away a lot of the difficulty in using Wine. To install PlayOnLinux, either use your software centre or enter the following command."
    I not wait to play games. Only some current softwares that I not see in Linux.

    "Be aware that while PlayOnLinux works well for a few Windows programs, there are usually a lot of problems. If you need Windows apps on a day-to-day basis, it might be better for you to stay with Windows and forget about Linux."
    In moment I not wait to not use Linux and perhaps in future versions WINE and playonlinux will run almost perfect Windows software.

    "But, if you install apps correctly in Linux, all updates are automatic. Once you install an app, you never have to worry about updating it. Can you start to see how Linux is very different from Windows?"
    When is installed programs in Linux all is installed in own folder not spreading files over the disk or how is in Windows in several folders ?
    Look to be similar how is cell phones.

    "and the amount of memory. After loading apps like Chrome, Ubuntu doesn't fit within my system's RAM, whereas Lubuntu does."
    Lubuntu here is using 384 MB from an fresh install without anyting installed.

    @Thefu
    "There are lots of GUIs. People seem to love or hate the default Gnome3 system. There are other Win7-like GUIs - Mate, XFCE, KDE, Cinnamon. It really comes down to personal preference. If you want an extremely lite GUI, which provides control over everything, those are available too, but those settings are all controlled using text config files. I use one of those ... which I found in the mid-1990s and used for years. Just a few years, I decided to run it again and it has gotten the GUI out of my way to get work done."

    In the link https://www.openoffice.org/dev_docs/...eqs_aoo41.html the requirements to use OpenOffice is X-Server and has others software that say requirements GNOME3.
    That means if is installed one software in Lubuntu that need GNOME3 the default XFCE not will start the software ?
    I not see problems if fot some task to be configured using text files instead of Windows registry.

    "Every time I have to use Windows, I've learned to just click "next, next, next" because whenever I over think the correct answer, it doesn't work out so well. Fortunately for me now, there are only a few Windows applications that I still need to use. BTW, I was a Windows software developer for about a decade, so a little more than a power user, but not an admin. Administration on Windows is just too hard compared to Unix-like OSes. Today, I only admin about 15 systems but there was a time when I was the admin for hundreds of Unix systems, in addition to my role as a commercial software developer for Windows and about 12 Unix platforms. By far, we spent more time on a single Windows platform to get things working than on all the Unix versions. By far - perhaps 3x more effort on Windows."

    EXACTLY is one of my main becuse to swtich to Linux.
    Microsoft try to show that Windows is easy to use (for an user that not wait to be an programmer) and has good support to users and developers being that not is exactly true. See the high number of users in official Windows forums not having replies and some times having non sense replies from Microsoft that the same default reply "use restore tool, use chkdsk and etc" and the user has an clue or an solution from others users that reply to the topic. Good reply even you will have in non official forums.
    You say that is an programmer. Microsoft had done an good support to previous Xbox 360 console, but is all about competition against Sony.
    I can say Windows is more complex than Linux in almost all even from user configuration to programmer that need to learn several APIs to do the even that Linux does using less code and in other hand LInux is more work to configure.
    That is my experience with Windows in all years and few experience with Linux.
    In moment my difficulties are about configure settings, understand how softwares are downloaded to be installed and device drivers. Others details are more simple to figure.

    @monkeybrain20122
    "It is very easy for beginners, just stick to one distro (Ubunu and derivatives are easy) and don't try to install packages from other distros."
    In moment is one of my difficulties in use Linux.
    Windows you install an program and if need dependences (VC redistributable) is easy to install.
    One package not work exactly in all distro and need to convert and see that has chance of create problems.
    Softwares packages are files where is the software install and each package is one type of install method where for an distro ?
    Software packages not has compatibility that all distros because inside files (similar to DLLs in Windows ?) are an not are required for all distros and have distros that the software not run because the software package not have inside the need files to run thus need to the user to figure which files need to be installed in system ?

    @Mark Phelps
    "IF you're going to rely on Wine for running Windows stuff, then stay with Windows."
    Is possible that Windows will run correctly in WINE future versions.

    @grahammechanical
    "I do not agree that diversification is killing Linux. Install a distribution and then install software through the distribution's software store and very little can go wrong."
    I not see possible to user install software from repositories and save to local disk avoiding download again from internet.

    "The idea behind Free and Open Source Software (FOSS) is to do things differently from Microsoft and not to imitate Microsoft. The Wine developers are limited in what they can achieve and it is not because they are not good at what they do but because Microsoft is not open about the way its software works."
    WINE has problems because coders not have enough information about the Windows and thus need to figure trying information in software developer tools ?
    If yes will have much time to run correctly Windows in Linux.
    The main because that I wait to use WINE is because government and banks software are more for Windows than Linux. Is problem for me say to any friend that need both software types to try Linux.

    Look how the Linux system partition is much better than Windows where is more simple to figure where is the system files.
    Linux distro had to be more simple to configure to begginer and users that only wait to use computer to access internet.
    I have downloaded current geforce drivers to install in Lubuntu. The driver file has an run extension and perhaps see that not is will be simple to install.
    Others strange details is that I not see how to change color in taskbar and window title and if is possible to change with an own choice not using themes not is simple to figure where is the configuration GUI and file manager not is simple to browse how is Windows File Manager.
    Yes Linux not is Windows, but some softwares had to be more easy and simple to use to any Linux users.
    An file manager where you browse using only one window and need to do much more command to see files than simple browse how if Windows File Manager ?
    Look how some softwares are a few done to be challenger to users.
    Lubuntu file manager file browsing not is simple. I want to browse using left panel and see each folder in right panel thus is simple and fast to see where is files than an more complex browse that does to be more difficult to understand how folder directories and removable disk drives are displayed and the real path values of the each one.

    Today I not fell good to use Windows ... have alternatives ....
    Anyone with good sense who understands problems that are occurring in "places" and where is the root not feeling well using a product derived from that origin.
    I not wait to create war. I not see bad to say it.

    Linux creator say that avoid Ubuntu and the choice Fedora where say "Debian is hard to install". Even him saying about the best distro need to figure what exactly him is saying. He not will say exactly all.
    I not see hard to install Ubuntu how him is saying.
    Nothing against Ubuntu mainly because I had watched youtube videos about Debian creator. Look to be an good man, He "not had" an sad look , but unhappily ...

    Have distro "fighting" against Debian distros ? Ubuntu is the more used distro. If yes is the because of "bad reviews" about Ubuntu ? More of half of false wrong reviews are from Ubuntu users that were Windows users that not understand how Linux work ? Is high the number of wrong posts about Ubuntu distros and more worst are web sites trying to help new Linux users to choice distros and youtubers that not understand how hardware and system work where is an mess creating problems to choice one distro having some users give up to try Linux.
    I had tried known Ubuntu Debian and see several post spread in internet randomly about good and bad about Ubuntu and even before of install Lubuntu more of 70 % of post about "bad details" about Ubuntu are not sense even for me in my begginner Linux experience.
    I need to say again, but only difficulties are about how softwares are downloaded and installed, software package types and few others details.

    I need to say UBUNTU FORUM IS MUCH MORE FRIENDLY THAN official Microsoft forums.
    Thanks very much for read my reply and have an nice week.
    Last edited by aug7744; July 20th, 2020 at 01:26 PM.

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •