Recommended Posts

Hey,

So I thought since I have been posting quite a few threads lately, and it will probably continue, that I would create a single thread for all my questions.

First question to start the thread off is this...

So I just wiped my drive. I opened up Gparted and deleted and formated the drive. I then installed Ubuntu onto it, booted into the system, and did some updates. I just randomly checked the Trash and there was a file in it that I deleted before I wiped my system.

How is that possible? Now I know most of my other drives have lost+found folders, and I think one might have had one called Trashed. Do they some how hold that information?

Link to comment
https://www.neowin.net/forum/topic/1132972-my-linux-based-questions/
Share on other sites

I selected the drive, right click delete (all three partitions, swap etc)

Then Right Click New, created the partition, and that was it. I didn't do another format because I assumed deleting a partition does the same thing.

lost+found is the folder like recycle bin in Windows it holds the information about the lost files, but since you format (during installation ?), so its weird that it hold the previous information.

Software center is based on Synaptic manager, so both are same for installing/uninstalling programs.

As for as themes, I think it depends on your own taste :)

Well seems weird yes, but everything else is fine. So I dunno lol

Well on my previous install I remember uninstalling LibreOffice with Software Centre, then later looking for it in Synaptic and it still having parts of it installed.

Yes I know it comes down to taste, but I have only found mediterranean Night as one I like, would love to see more that people like to see whats out there.

I selected the drive, right click delete (all three partitions, swap etc)

Then Right Click New, created the partition, and that was it. I didn't do another format because I assumed deleting a partition does the same thing.

What is odd is that had you installed Ubuntu over the newly created partition scheme - this process would have been done twice.

Did you bring anything over from a previous installation?

Well seems weird yes, but everything else is fine. So I dunno lol

Well on my previous install I remember uninstalling LibreOffice with Software Centre, then later looking for it in Synaptic and it still having parts of it installed.

Yes I know it comes down to taste, but I have only found mediterranean Night as one I like, would love to see more that people like to see whats out there.

Open terminal and run


sudo apt-get autoremove
[/CODE]

This'll clean up any installed packages that are no longer needed.

[CODE]
sudo apt-get clean
[/CODE]

And this'll clean up the temp mess left behind.

What is odd is that had you installed Ubuntu over the newly created partition scheme - this process would have been done twice.

Did you bring anything over from a previous installation?

No, I have the main drive which was wiped and have Ubuntu installed, then I have 4 other drives with media on it.

Open terminal and run


sudo apt-get autoremove
[/CODE]

This'll clean up any installed packages that are no longer needed.

[CODE]
sudo apt-get clean
[/CODE]

And this'll clean up the temp mess left behind.

Thanks, I will use that.

If I go and try to remove something and get this message. Is it safe to uninstall the application?

post-21166-0-76315300-1359214207.png

If I go and try to remove something and get this message. Is it safe to uninstall the application?

I can understand how the "ubuntu-desktop" package looks a little intimidating to uninstall. However, it won't actually affect your system in any practical way. It is merely a meta-package that installs nothing by itself but depends on other packages in the repository. That way, if you choose to install "ubuntu-desktop", every package that is included in your release of Ubuntu by default will be installed. If you uninstall it, the packages it depends on will still be installed unless you explicitly choose to remove them. Software Center is probably telling you to remove it because you selected to remove an application it depends on. That's OK. Remove it.

Thanks, I figured it would be safe but thought I'd check lol

I'm getting a bit crazy with questions, but seems I am getting more attention here then on the Ubuntu forums at the moment so...

What about a good screensaver? I have been using Electric Sheep for awhile now, the best I could ever find on any OS, but maybe there are some I have missed. Suggestions?

And no one really answered my themes question..I know it's opinion, that's why I come here :)

My screensaver is a black screen. The days when burn-in was a serious concern for most users have long past. Since I'm not at my computer to see the screensaver anyway, there's no point in choosing one. Of course, that's just my preference. I realize that many people still like to have a nice screensaver.

Yea, burn-in is not my concern. I just enjoy a good screensaver and do see it most of the time.

I went and installed the the extras for xscreensaver and there is actually a quite nice matrix screensaver part of it. Going to use that for now.

So I came across a new problem today.

I thought it was related to Steam but I just tried another file and have the same issue.

Trying to install applications with .deb files and the Software Centre is giving me an error.

NOT FOUND

There isn?t a software package called ?file:? in your current software sources.

I dunno what I did, I already installed a few programs this way without issue.

Ideas?

So I came across a new problem today.

I thought it was related to Steam but I just tried another file and have the same issue.

Trying to install applications with .deb files and the Software Centre is giving me an error.

NOT FOUND

There isn?t a software package called ?file:? in your current software sources.

I dunno what I did, I already installed a few programs this way without issue.

Ideas?

I know sometimes when I get a 3rd part source- I have to right click on it and choose properties... then select the ... allow execution. Then the file will install. Only happened to me a few times.

also you could try after that the cmd line-

sudo apt-get update

Then check the file- also you could try:

sudo dpkg --configure -a

and

sudo apt-get install -f

No, I have the main drive which was wiped and have Ubuntu installed, then I have 4 other drives with media on it.

there's your answer most likely. in linux every drive has a recycle bin. so the file in your recycle bin that you are seeing is most likely from one of the other four drives you have plugged in

there's your answer most likely. in linux every drive has a recycle bin. so the file in your recycle bin that you are seeing is most likely from one of the other four drives you have plugged in

Thanks, I figured that was the case, a logical explanation, just wanted to hear someone say it.

Thanks, I figured that was the case, a logical explanation, just wanted to hear someone say it.

yeah, windows does this too to some extent, with external hard-drives at least. but Unix does it with every storage device, whether it be hard-drive or flash-drive or SD card

So I came across a new problem today.

I thought it was related to Steam but I just tried another file and have the same issue.

Trying to install applications with .deb files and the Software Centre is giving me an error.

NOT FOUND

There isn?t a software package called ?file:? in your current software sources.

I dunno what I did, I already installed a few programs this way without issue.

Ideas?

Just quoting the question since conversation happened after it.

Yes I have tried "allow execution" in the menu options without luck.

I think it's something I might have removed from my system, because installing from .deb was working before.

there's your answer most likely. in linux every drive has a recycle bin. so the file in your recycle bin that you are seeing is most likely from one of the other four drives you have plugged in

Was "the file" that was added to the trash bin from the external media?

So I came across a new problem today.

I thought it was related to Steam but I just tried another file and have the same issue.

Trying to install applications with .deb files and the Software Centre is giving me an error.

NOT FOUND

There isn?t a software package called ?file:? in your current software sources.

I dunno what I did, I already installed a few programs this way without issue.

Ideas?

Thats very strange, I've never seen that issue before, I'm always able to install .debs fine by double clicking them. Only thing I can find on that error is this bug report which says its been fixed already: https://bugs.launchp...ter/+bug/752376

You could try the commandline to install it: sudo dpkg -i packagename.deb

You can also try using the gdebi package installer as an alternative to software-center for installing debs with a gui: sudo apt-get install gdebi, and then right click and open the .deb with gdebi.

EDIT: from the comments in the bug report you can also try the command: software-center debname.deb to open the deb in the software center.

Well the .deb does open Software Centre, it's what gives the error.

And those might work, but I'd rather try and find a solution because it makes no sense.

When you double click the .deb I assume its from the file manager? What file manager are you using? It should definitely work with nautilus, but if you are using a different file manager its possible that the file manager is feeding the software-center with some URI that it doesn't understand (I've seen pcmanfm do this kind of thing before I think), although according to that bug report the file: URI should be supported by software-center :/

This topic is now closed to further replies.
  • Posts

    • Everyone and every country who doesn't support Israel's aggression, terrorism and hypocrisy is their immediate enemy. You can definitely see how many innocent people they are killing almost everyday. In fact they're the actual Neo-Nazi who holds Hitler's ideology.
    • Just pull a 4Chan and ignore the UK gov, or better troll them. It's not like they can enforce the fine across border.
    • It has NEVER been shown that all these overreaching creepy methods of surveillance have ever saved a child or prevented a terrorist attack. Not a single one. It's the kind of people like you who just wave it away as "paranoid conspiracy" that makes big tech and governments this creepy mass data hoarding entities. Not only that, 3/4 of these surveillance ideas undermine the very foundations of safe online communication because they always want to have a backdoor in everything "just in case" they might need it to... checks the notes "save the children". If you put a backdoor into encryption chain there is no encryption chain anymore. You know what encryption keeps safe? Your medical records, your online shopping and credit card during payment, your photos in the cloud, your emails, your passwords, everything. There is ZERO guarantee only the good guys will use it. And if you think police suddenly can't apprehend child abusers because of encryption, Epstein was running his entire sex trafficking ring using GMail which is not even encrypted end to end. Or to make matters even worse, USA has a **** and a good buddy of Epstein as a president. Absolutely NOTHING has been done to address it. Maxwell just got a better "hotel" room as a reward. This clearly shows how they absolutely don't really care about the children but they care about the absolute control over all of us. And you're defending them here. Good grief. On top of constant attempts to insert backdoors into encryption chain, the entire age verification nonsense is again entirely over reaching, creepy, invades everyone's privacy with premise of yet again "protecting the children" instead of demanding device makers to provide simple and powerful tools for PARENTS to control how their children use devices and what they do on them. THIS would be the way, not the stupid age verification for everyone. Imagine if government would be dictating companies how their phones work and not the company's IT department. The parents should be the IT department to their children. And for everyone excusing "they are not knowledgeable enough" buuuuuulsheat. We live in a digital age, if you have children now, you absolutely are well versed in digital everything at least to basic extent. If you're not, how do you even function in these times then? Reality is that parents are just lazy and don't want to deal with this. They want government to raise their kids because they are too busy scrolling stupid Instagram and Tiktok or some bs.
    • You could make the argument that K should not be included, but FC, the fried chicken, is not the framework, it's the product. It's the Paint in Paint.NET. A closer analogy is if KFC included the name of the deep fryer they used. HennyPennyFC.
    • Flying as the central point eh... As a massive Spyro fan who has replayed the Reignited Trilogy three times and the originals 4 times... I have some doubts, but maybe...
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      506
    2. 2
      PsYcHoKiLLa
      221
    3. 3
      ATLien_0
      92
    4. 4
      +Edouard
      86
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!