Page 1 of 1

Fuse on Ubuntu: Roms

Posted: Tue Oct 30, 2018 5:52 pm
by Wall_Axe
Does anyone know where im sposed to put the rom files on ubuntu?

I cant put the roms just anywhere and select where they are because fuse never saves it's settings on ubuntu

EDIT - oh its /usr/share/fuse

Now I cant find the pentagon roms
128p-0.rom

doesn anyone know where i could get them?

Re: Fuse on Ubuntu: Roms

Posted: Tue Oct 30, 2018 5:56 pm
by PeterJ
H,

You install the spectrum ROMs package.

Code: Select all

sudo spt-get install spectrum-roms

Re: Fuse on Ubuntu: Roms

Posted: Tue Oct 30, 2018 6:01 pm
by Wall_Axe
PeterJ wrote: Tue Oct 30, 2018 5:56 pm H,

You install the spectrum ROMs package.

Code: Select all

sudo [b]a[/b]pt-get install spectrum-roms
thanks that worked

Re: Fuse on Ubuntu: Roms

Posted: Tue Oct 30, 2018 6:28 pm
by PeterJ
Great! Good to meet other Linux users. The version of Fuse included can be out of date if you are using 18.04. The Fuse team started distributing the latest versions via FlatPak. It's really easy to do on Ubuntu and gaurentees the latest version.

PM me if you want detailed instructions.

Re: Fuse on Ubuntu: Roms

Posted: Thu Nov 01, 2018 5:12 pm
by Wall_Axe
ok thanks
I used to use other versions of linux

Ubuntu stops me from installing a windows program from DVD a macromedia thing
I think its because ubuntu stops certain files being copied onto hard disk

so i would prefer a different version but ubuntu is ok :)

Re: Fuse on Ubuntu: Roms

Posted: Thu Nov 01, 2018 6:47 pm
by PeterJ
You won't be able to install Windows software on Linux (unless you use WINE) or similar.

https://www.winehq.org

Re: Fuse on Ubuntu: Roms

Posted: Thu Nov 01, 2018 8:27 pm
by PeterJ
OK, to run the latest and greatest version of Fuse on Ubuntu, follow these instructions. Thanks to [mention]Fred[/mention] and team for making this happen.

Code: Select all

sudo add-apt-repository ppa:alexlarsson/flatpak
sudo apt update
sudo apt install flatpak
sudo apt install gnome-software-plugin-flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
The above is taken from https://flatpak.org/setup/Ubuntu/

Restart your computer

Install Fuse with:

Code: Select all

flatpak install flathub net.sf.fuse_emulator
And run it with:

Code: Select all

flatpak run net.sf.fuse_emulator
The above instructions are taken from:

https://flathub.org/apps/details/net.sf.fuse_emulator

Flatpak can also run on many other distros including Fedora, openSUSE, Arch, Debian and Mint. Details are here:

https://flatpak.org/setup/