How to Install and Uninstall perl-DBIx-Class-InflateColumn-FS Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-DBIx-Class-InflateColumn-FS" package

This is a short guide on how to install perl-DBIx-Class-InflateColumn-FS on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-DBIx-Class-InflateColumn-FS

2. Uninstall "perl-DBIx-Class-InflateColumn-FS" package

This is a short guide on how to uninstall perl-DBIx-Class-InflateColumn-FS on openSuSE Tumbleweed:

$ sudo zypper remove perl-DBIx-Class-InflateColumn-FS

3. Information about the perl-DBIx-Class-InflateColumn-FS package on openSuSE Tumbleweed

Information for package perl-DBIx-Class-InflateColumn-FS:
---------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-DBIx-Class-InflateColumn-FS
Version : 0.01007-2.24
Arch : noarch
Vendor : openSUSE
Installed Size : 17.2 KiB
Installed : No
Status : not installed
Source package : perl-DBIx-Class-InflateColumn-FS-0.01007-2.24.src
Upstream URL : http://search.cpan.org/dist/DBIx-Class-InflateColumn-FS/
Summary : Inflate/deflate columns to Path::Class::File objects
Description :
Provides inflation to a Path::Class::File object allowing file system
storage of BLOBS.
The storage path is specified with 'fs_column_path'. Each file receives a
unique name, so the storage for all FS columns can share the same path.
Within the path specified by 'fs_column_path', files are stored in
sub-directories based on the first 2 characters of the unique file names.
Up to 256 sub-directories will be created, as needed. Override
'_fs_column_dirs' in a derived class to change this behavior.
'fs_new_on_update' will create a new file name if the file has been
updated.