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

    • Wonder what MPs have ties to these privacy/verification/data harvesting companies that are going to step in this time. Last time under the Tories half the cabinet had fingers in the pies, heck even the PM and his wife at the time was working for silicon valley, probably made a fortune.
    • Google Chrome is killing all uBlock Origin bypasses, Microsoft Edge, Opera to follow by Sayan Sen For a while now the transition away from Manifest V2 (MV2) to MV3 has been on-going and it looks like it is entering its final phase of deprecation, at least, in the case of Google Chrome. A recent discussion thread in the w3c WebExtensions Community Group GitHub repo has highlighted how the latest and upcoming versions of the most popular browser are expected to be its final releases with support for MV2 extensions. Chromium contributor Andrey Bershanskiy shared details about recent Chromium changes and according to comments from Google engineer Devlin Cronin, Chrome has now started removing the flags that previously controlled MV2 availability. kExtensionManifestV2Disabled, the Chromium feature flag that allowed controlled disabling of MV2 add-ons, is now completely removed, which means you will likely no longer find uBlock Origin in your browser extensions list. He wrote: "The kExtensionManifestV2Disabled feature has been default-enabled for over a year. Remove the feature and the effectively-dead code. ... Any tests that relied on being in the "warning" phase (i.e., with the kExtensionManifestV2Disabled) for their sole behavior testing are removed, since this stage is no longer reachable." Cronin further explained why MV2 extensions are no longer allowed in supported Chrome versions as maintaining the associated functionality indefinitely is no longer possible. He cited growing technical difficulties and implementation complexities as well as security concerns. He wrote: "MV2 extensions are no longer allowed in any supported version of Chrome, and we are removing support for them and the associated functionality. We won't be able to provide / maintain this functionality indefinitely due to the complexity and tech debt, as well as the security risks it entails (we've actually found a number of bugs that are specific to MV2 lately). Of course, other browsers can continue supporting these if they so desire. Unfortunately, we won't be putting code behind a compilation flag ... We won't be removing all the MV2 code wholesale right away, so many of these things will continue working for awhile (but they will go away eventually, and some may go away sooner than others)." What this essentially means is that the tricks and bypasses that were used to keep MV2 extensions like uBlock Origin and others alive will not work any more on Chrome, or at least not for very long. For example the Windows Registry mod that could extend MV2 availability will cease to function after Chromium version 151. Here is a rundown of the changes coming in the final such releases of Chromium releases: Chromium 150 lost ExtensionManifestV2Disabled option Chromium 151 will loose ExtensionManifestV2Unsupported option Chromium 151 will loose ExtensionManifestV2Availability option Chromium 151 will likely loose AllowLegacyMV2Extensions option Other Chromium-based browsers like Opera and Microsoft Edge could soon follow suit too. Although it is not specified, Edge began disabling uBlock Origin back in February, and Opera could also stop the functioning of MV2 add-ons, even though it had committed to support MV2 for longer in October 2024. uBlock Origin developer Raymond Hill (gorhill) apparently stated the following: "For Opera I did submit 1.70.0 rather late, but this was weeks ago. A while ago I received an email from Opera that they plan to abandon MV2-based extension so maybe they are no longer allocating resources for reviewing such extensions." The email which developers like Gorhill mentions was received from Opera last year. Here is what it seemingly said: Hence for now the only Chromium browser that seems to be on-board fully with MV2 support is Brave, and perhaps Vivaldi as well. Meanwhile if you want to ditch Chromium browsers entirely then Mozilla Firefox is an excellent alternative as MV3 and MV2 are both supported. Of course the easiest solution is to switch to uBlock Origin Lite if you want to remain on Chrome, as it is MV3-based, but from our experience, uBO Lite does not seem to be as good as the original non-Lite version. Source: w3C (GitHub repo) As an online publication, Neowin too relies on ads for operating costs and, if you use an ad blocker, we'd appreciate being whitelisted. In addition, we have an ad-free subscription for $28 a year, which is another way to show support!
    • Write to your MP 😄 Like believing in Santa. Total surveillance IS the goal. Wake up.
    • This whole dumb age verification thing needs to die and be replaced by giving parents tools to control devices. Why am I required to plaster my ID all over the internet to prove I'm old enough when parents should be the ones dictating what their kids are doing on their phones. Apple released great set of tools for iPhones coming to iOS 27 that do just that. Why are governments not mandating that kind of control to phone makers to built them into phones. This whole thing is so absolutely idiotic it's wild.
  • Popular Contributors

    1. 1
      +primortal
      511
    2. 2
      PsYcHoKiLLa
      220
    3. 3
      ATLien_0
      92
    4. 4
      +Edouard
      90
    5. 5
      Steven P.
      83
  • Tell a friend

    Love Neowin? Tell a friend!