LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 03-01-2024, 01:32 AM   #1
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,416
Blog Entries: 43

Rep: Reputation: 36
Linux Mint Apps: The Rest of Them


OK. I need some help with finding apps, and I'm nearly 100% ready to tear down my Windows XP server, if I can find these.

I need to find:

* Home inventory software
* Something with the basic functions of lightwave
* Home design software (I believe a non industry standard cad will do, as long as it can print and create floor plans)
* An encyclopedia software, if there's anything besides the wikopedia passthrough software, but needs to be modern, not outdated
* The abillity to make instrament synthesised music without a piano or other real interface, rather string the notes together
* A replacement for an old piece of software designed for windows 3.1 called proventure database

How much of these I can find, depends on how much I'm going to be able to use linux. I can use it a lot, but it affects how much I can use it.
 
Old 03-01-2024, 08:53 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,326
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
As regards CAD, this article might help. I have no experience with any of the software mentioned. Or, depending on your needs, you might look at something simpler, such as LibreOffice Draw of Kolourpaint.

What do you mean by "home inventory software"? That's a term I'm not familiar with, at least as a type of software.

The other items you mention are will beyond my experience.
 
Old 03-02-2024, 12:20 AM   #3
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,416

Original Poster
Blog Entries: 43

Rep: Reputation: 36
For CAD, the combination of freecad and librecad should do. Check!

What is home inventory software? Something to make creating a home inventory easy, if possible, but very flexible. If there's nothing, I guess I can use libreoffice spreadsheets. But I was thinking that there was some easier way.
 
Old 03-02-2024, 01:32 AM   #4
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,850

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
if you need to find just go ahead and look for them. We don't know why do you need those software, how do you use them (which features are important for you). (not to speak about your knowledge level).
You can always use a search engine to look for "home inventory software" just add linux at the end. Also you can look for "home design software linux".
 
Old 03-02-2024, 12:40 PM   #5
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,416

Original Poster
Blog Entries: 43

Rep: Reputation: 36
My problem with just searching, is I don't always have, the knowlege to compile for myself or that sort of thing. Yes I know the compiler and stuff, but everyone's programs work differently. So trying to search on github for example is usually not best, unless it's guided. Github is wonderful, but I hope I could maybe come up with some standards later on compiling from source and stuff. Because there isn't really any right now.

So package managers on my distro is good. I have searched the software center, and not found these. I could try and enable snaps, and some other software store that would show them, and search that way. I'm not quite good enough to search for everything (all the time) on command line, but I can get there with not a lot more knowlege. But perhaps enabling snap is what I need to do. I hate snaps in general, and that is why I have not enabled them. I prefer flapaks for a lot of reasons. But if it's the only way to get some software, I would enable them.

But that would be the best place to start my search if I was going to continue searching on my own. A google search, even with linux at the end, would be too general, and the Internet doesn't know how I need to install it. I could install from scripts, but that should be avoided when I can too, except my own. That's why I'm now asking for help, because now that I've searched a bit, I need some clues. I don't even know what's out there but am eager to learn.

I have to try it and see, once I find "canidates". I don't need to actually learn the whole programs now, but I need to be able to see that it's learnable for me. I'll attach my script here:

Code:
#! /bin/bash

echo Installing software...
echo
echo

echo System packages...
apt install git vlc audacity dia kdenlive kdeconnect nodejs npm
apt install mint-backgrounds-*
apt install virtualbox virtualbox-guest-additions-iso virtualbox-ext-pack virtualbox-guest-utils virtualbox-guest-x11
apt install hardinfo goldendict
apt install docker docker.io
apt install bibletime
apt install k3b brasero
apt install google-earth-pro-stable debian-refcard
apt install calendar gcalcli ccal gcal
apt install gnome-mines dreamchess kpat

echo
sleep 11

echo Special system packages...
sudo npm install -g tldr
echo
sleep 11

echo flatpaks...
sudo flatpak install org.gimp.GIMP com.obsproject.Studio org.inkscape.Inkscape us.zoom.Zoom
sudo flatpak install io.github.shiftey.Desktop io.github.slgobinath.SafeEyes org.linux_hardware.hw-probe
sudo flatpak install com.github.hugolabe.Wike org.cubocore.CoreTime com.strlen.TreeSheets
sudo flatpak install com.github.k4zmu2a.spacecadetpinball
sudo flatpak install org.freecadweb.FreeCAD org.librecad.librecad
echo
sleep 11

echo Docker containers...
sudo docker run hello-world
echo
sleep 11

echo Done!
echo
sleep 11
That's my script so far.

I could try distrobox, which I need I'm sure eventually. I could try it and choose another distro, like arch to try learning pacman and searching there, if it's the only way I can find packages. But I'm also trying that until way after even trying snaps, as that's a hard step too. And it's kind of drastic at this point.

It may also be possible too, that I need to either keep my server, or keep some other windows machine to do all the tasks I need to do. But hey, reducing at least, was the goal, I'm meeting my goal. I'll learn more. I could also learn arch if I wanted, yes with difficulty. But I choose to stay with mint because for me it works better. I'm also rebuilding servers as you can see from other threads. That was indirect, but I think I've answered that I just need to get recommendations of programs, a little help for keeping the best way to install them, and then try them briefly to get a picture of whether they work. Becoming an expert is secondary for now.
 
Old 03-02-2024, 01:29 PM   #6
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,850

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
you don't need to compile. Actually I use compilers for 30 years, but I still use precompiled packages if available.
And again it is only you who knows your own needs and experiences, therefore nobody can suggest the optimal solution.
In special cases I would recommend specialized forums (usually those programs have their own technical forums, where you can really learn/discuss the details).
 
Old 03-03-2024, 12:41 AM   #7
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,416

Original Poster
Blog Entries: 43

Rep: Reputation: 36
OK. Well I now have an idea how to search a bit, that I just got. Let me try it.
 
Old 03-03-2024, 01:03 AM   #8
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,416

Original Poster
Blog Entries: 43

Rep: Reputation: 36
I guess spreadsheets for invenotry, the wikopedia program is the best I'm going to get for encyclopedia, at least it's current. For lightwave, I think I can just use blender and cad programs and kdenlive. I guess it's time to replace proventure, and I think I can use a server running windows for the umm. Got it!
 
Old 03-03-2024, 10:13 PM   #9
des_a
Senior Member
 
Registered: Sep 2006
Posts: 1,416

Original Poster
Blog Entries: 43

Rep: Reputation: 36
So I can't get rid of servers completely, but I can reduce the need for them. I'll handle those app servers after I handle my basic ad and stuff. Thanks!
 
Old 03-04-2024, 11:22 AM   #10
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
sweethome3d is great for floorplans if you don't want real cad; also great for laying out furniture, etc.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: The Linux Mint desktop continues to lead the rest LXer Syndicated Linux News 0 07-03-2018 11:50 AM
LXer: Ubuntu Is Dropping 32-Bit Images, But the Rest of the Flavors Will Keep Them LXer Syndicated Linux News 0 09-27-2017 06:49 PM
Why does the installation of Mint sometimes not say Install Linux Mint alongside them bscho Linux Mint 4 08-29-2017 09:21 AM
LXer: Creating Servers via REST API on RDO Mitaka via Chrome Advanced REST Client LXer Syndicated Linux News 0 04-24-2016 11:57 PM
allow certain sites and block rest all of them mcgrath Programming 1 11-24-2004 10:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 01:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration