Search found 275 matches

by pascal111
Tue Sep 14, 2021 12:48 pm
Forum: Hardware Support
Topic: Can't mount DVD
Replies: 1
Views: 445

Can't mount DVD

I tried to amount my DVD and found this error message: pascal@pascal-Lenovo-ideapad-330-15AST:~$ sudo mount -t auto /dev/cdrom /media/cdrom mount: /media/cdrom: can't read superblock on /dev/sr0. My computer infos. are like this: pascal@pascal-Lenovo-ideapad-330-15AST:~$ inxi -Fxzd System: Host: pas...
by pascal111
Tue Sep 14, 2021 6:46 am
Forum: Installation & Boot
Topic: Protecting my old files in Mint 20 installation
Replies: 2
Views: 198

Protecting my old files in Mint 20 installation

I downloaded Mint 20.2 Mate ISO, and on my way to copy it on a USB, but how can I install new Linux without losing my works and files in Mint 19?
by pascal111
Tue Sep 14, 2021 1:58 am
Forum: Installation & Boot
Topic: An error while upgrading to Mint 20
Replies: 4
Views: 353

Re: An error while upgrading to Mint 20

I took a risk and continued the instructions of the upgrading and I had a bad installation time, some errors occurred, and after the restart I have Mint 20 without complete "Menu" or maybe complete functions. Finally, I restored my Mint 19. @zcot inquiry (I don't see the box pink): pascal@...
by pascal111
Mon Sep 13, 2021 3:30 pm
Forum: Installation & Boot
Topic: An error while upgrading to Mint 20
Replies: 4
Views: 353

An error while upgrading to Mint 20

I'm trying to upgrade my Mint 19.3 Mate to Mint 20 by following this link https://linuxmint-user-guide.readthedocs.io/en/latest/upgrade-to-mint-20.html I checked my architecture version and it's 64 like what it needed for this upgrading: pascal@pascal-Lenovo-ideapad-330-15AST:~$ dpkg --print-archite...
by pascal111
Wed Apr 14, 2021 9:27 am
Forum: Open Chat
Topic: Games I programmed
Replies: 0
Views: 337

Games I programmed

Hi, everyone! I learned some of Lazarus Free Pascal under Mint and programmed or converted some traditional BASIC games into visual programming style, and I like to share the two games I programmed with you. You will find the source code files and also .exe files for games. I uploaded 'em on "G...
by pascal111
Wed Apr 14, 2021 9:21 am
Forum: Installation & Boot
Topic: "usrmerge" command! [SOLVED]
Replies: 11
Views: 4589

Re: "usrmerge" command!

but I didn't understand why to uninstall it while we will install it again in next upgrading? Because it has done its job. The next upgrade to Mint 20.2 will not need it because this was a one time change. It won't hurt to leave the package installed, but I just don't like superfluous packages. No ...
by pascal111
Sun Apr 04, 2021 6:15 pm
Forum: Installation & Boot
Topic: "usrmerge" command! [SOLVED]
Replies: 11
Views: 4589

Re: "usrmerge" command!

Useful answer, thanks! Then, you can uninstall the usrmerge package because it's no longer needed after it has done its work. I did a reboot, just to be sure, and then uninstalled it in Synaptic. Btw., I used usrmerge on three Mint 20.0 installations when upgrading to 20.1, and had no issues. But b...
by pascal111
Sun Apr 04, 2021 5:09 pm
Forum: Installation & Boot
Topic: "usrmerge" command! [SOLVED]
Replies: 11
Views: 4589

Re: "usrmerge" command!

Useful answer, thanks!
by pascal111
Sat Apr 03, 2021 7:10 pm
Forum: Installation & Boot
Topic: "usrmerge" command! [SOLVED]
Replies: 11
Views: 4589

"usrmerge" command! [SOLVED]

I was reading Mint instruction for upgrading Linux and found that they mentioned the "usrmerge" command.

Is it necessary to install this command?
If it's yes, how to use it?
by pascal111
Wed Mar 31, 2021 12:10 pm
Forum: Beginner Questions
Topic: How to find trusted repositories and PPA's?
Replies: 4
Views: 1448

How to find trusted repositories and PPA's?

Where I can find trusted repositories and PPA's for applications and games to feed my Mint with some useful applications and enjoyable games?
by pascal111
Mon Mar 29, 2021 7:37 am
Forum: Beginner Questions
Topic: Which cleaning command after installing to be used? [SOLVED]
Replies: 3
Views: 274

Which cleaning command after installing to be used? [SOLVED]

I'm curious to be sure of the ideal behaviour after installing new package or program. I noticed in some sites providing installing command instruction for programs that they use a cleaning command after installing. Which appropriate cleaning command to be used after installing? apt autoclean or apt...
by pascal111
Sun Mar 28, 2021 7:51 pm
Forum: Beginner Questions
Topic: Where is "Program Files" in Linux? [SOLVED]
Replies: 13
Views: 4900

Re: Where is "Program Files" in Linux? [SOLVED]

newlyminted7 wrote: Sun Mar 28, 2021 7:27 pm I found this helpful:
https://www.howtogeek.com/117435/htg-ex ... explained/
Thanks, I'm feel better now.
by pascal111
Sun Mar 28, 2021 6:23 pm
Forum: Beginner Questions
Topic: Where is "Program Files" in Linux? [SOLVED]
Replies: 13
Views: 4900

Re: Where is "Program Files" in Linux? [SOLVED]

I'm trying to make the big image of all of this. Isolated to repository installs (including PPAs) and a given distribution it's relatively organized. I.e., dpkg -L <package> for packages installed from the repositories, apt-cache depends <package> for package dependencies, same with rdepends for it...
by pascal111
Sun Mar 28, 2021 3:13 pm
Forum: Beginner Questions
Topic: Where is "Program Files" in Linux? [SOLVED]
Replies: 13
Views: 4900

Re: Where is "Program Files" in Linux?

Programs in Linux are all over the place and, as a beginner, I find it frustrating and confusing. In the sense MS-Windows is definitely better organized, more methodically. The programs themselves go in Program Files, their configuration in the Registry, each user's particular data in user/applicat...
by pascal111
Sun Mar 28, 2021 3:10 pm
Forum: Beginner Questions
Topic: Where is "Program Files" in Linux? [SOLVED]
Replies: 13
Views: 4900

Re: Where is "Program Files" in Linux? [SOLVED]

dpkg -L <packagename> comes in handy. We have problem, "dpkg" for Debian packages, but in general, there are more than one way to install programs in Linux, we want to control the situation, we have packages, dependencies, installing by "apt", "dpkg", "make...inst...
by pascal111
Sun Mar 28, 2021 3:04 pm
Forum: Beginner Questions
Topic: Where is "Program Files" in Linux? [SOLVED]
Replies: 13
Views: 4900

Re: Where is "Program Files" in Linux?

Thanks! Also.... "which" command is your friend also in terminal window. typing without quotes "which thunderbird" and pressing enter shows that mind is store at /usr/bin/thunderbird ( as in the thing that arguably..executable although technically not Linux-language accurate I t...
by pascal111
Sun Mar 28, 2021 2:16 pm
Forum: Beginner Questions
Topic: Where is "Program Files" in Linux? [SOLVED]
Replies: 13
Views: 4900

Where is "Program Files" in Linux? [SOLVED]

Hi everyone! I have an important question, I was Windows user and any application I setup in Windows, I found it often in a directory called "Program Files". My question is where I can find the directory of the installed applications and also there are many ways in Linux to install applica...
by pascal111
Mon Jan 11, 2021 6:30 am
Forum: Software & Applications
Topic: Missed directories after installing Lazarus [SOLVED]
Replies: 2
Views: 180

Re: Missed directories after installing Lazarus

I should use:

Code: Select all

apt-get install fpc
It works now.

Go to advanced search