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.

  On 26/01/2013 at 05:20, bman said:

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?

  On 26/01/2013 at 15:06, bman said:

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.

  On 26/01/2013 at 15:09, tim_s said:

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.

  On 26/01/2013 at 15:17, wargecko said:

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

  On 26/01/2013 at 15:30, bman said:

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?

  On 28/01/2013 at 01:40, bman said:

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-

  Quote
sudo apt-get update

Then check the file- also you could try:

  Quote

sudo dpkg --configure -a

and

sudo apt-get install -f

  On 26/01/2013 at 15:30, bman said:

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

  On 28/01/2013 at 02:11, Brando212 said:

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.

  On 28/01/2013 at 02:13, bman said:

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
  On 28/01/2013 at 01:40, bman said:

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.

  On 28/01/2013 at 02:11, Brando212 said:

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?

  On 28/01/2013 at 01:40, bman said:

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.

  On 28/01/2013 at 22:44, bman said:

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

    • Arc 1.57.0 by Razvan Serea ARC browser is finally here for Windows, bringing its unique and modern approach to browsing. With a clean interface and a powerful sidebar, ARC makes managing tabs and organizing your workflow a breeze. You can group tabs, pin important pages, and quickly switch between work and personal spaces without clutter. It’s designed to be fast, customizable, and genuinely useful, making it more than just a browser—it’s a productivity tool. If you’re on Windows and want a fresh way to browse and stay organized, ARC is worth checking out. ARC browser key features: Split View: Work with multiple tabs side by side in a single window for efficient multitasking. Tab Grouping: Organize tabs into customizable groups for better workflow management. Pinned Tabs: Keep essential pages permanently accessible in the sidebar. Spaces: Create separate workspaces for different projects or personal use, reducing clutter. Sidebar Integration: Access bookmarks, notes, and tools directly from the sidebar for quick navigation. Customizable Themes: Personalize the browser’s appearance with themes and color schemes. Quick Search: Find tabs, history, or bookmarks instantly with a powerful search bar. Lightning-Fast Performance: Built for speed with optimized resource usage and minimal lag. Built-in Note-Taking: Jot down ideas or save snippets directly within the browser. Focus Mode: Hide distractions and focus on a single tab or task. Cross-Device Syncing: Seamlessly sync your data across multiple devices for a unified experience. Keyboard Shortcuts: Boost productivity with customizable shortcuts for common actions. AI-Powered Suggestions: Get smart recommendations for tabs, bookmarks, and workflows. Privacy Controls: Built-in tools for blocking trackers and managing cookies for enhanced security. Extensions Support: Compatible with popular browser extensions to extend functionality. Arc Browser 1.57.0 release notes: ''Thanks as always for using Arc. This week's release includes a bump to Chromium 137.0.7151.69, which patched three security vulnerabilities. Enjoy!'' Download: Arc Browser 1.57.0 | 1.9 MB (Freeware) View: Arc Browser Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • they put useless AI, new plastick sticker 8K and price +$80 for nothing
    • this AD block popup in annoying
  • Recent Achievements

    • First Post
      Uranus_enjoyer earned a badge
      First Post
    • Week One Done
      Uranus_enjoyer earned a badge
      Week One Done
    • Week One Done
      jfam earned a badge
      Week One Done
    • First Post
      survivor303 earned a badge
      First Post
    • Week One Done
      CHUNWEI earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      427
    2. 2
      +FloatingFatMan
      237
    3. 3
      ATLien_0
      213
    4. 4
      snowy owl
      207
    5. 5
      Xenon
      159
  • Tell a friend

    Love Neowin? Tell a friend!